Class SecureCaseMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryMessageType
tyler.ecf.extensions.securecasemessage.SecureCaseMessageType
This is to secure or unsecure a case by a CMSID.
Java class for SecureCaseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecureCaseMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryMessageType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification"/> <element ref="{urn:tyler:ecf:extensions:SecureCaseMessage}IsSecured"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryMessageType
caseCourt, querySubmitter, sendingMDELocationID, sendingMDEProfileCode
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentIdentification property.boolean
Gets the value of the isSecured property.void
Sets the value of the documentIdentification property.void
setIsSecured
(boolean value) Sets the value of the isSecured property.toString()
Generates a String representation of the contents of this type.Methods inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryMessageType
getCaseCourt, getQuerySubmitter, getSendingMDELocationID, getSendingMDEProfileCode, setCaseCourt, setQuerySubmitter, setSendingMDELocationID, setSendingMDEProfileCode
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
documentIdentification
-
isSecured
protected boolean isSecured
-
-
Constructor Details
-
SecureCaseMessageType
public SecureCaseMessageType()
-
-
Method Details
-
getDocumentIdentification
Gets the value of the documentIdentification property.- Returns:
- possible object is
IdentificationType
-
setDocumentIdentification
Sets the value of the documentIdentification property.- Parameters:
value
- allowed object isIdentificationType
-
isIsSecured
public boolean isIsSecured()Gets the value of the isSecured property. -
setIsSecured
public void setIsSecured(boolean value) Sets the value of the isSecured property. -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classQueryMessageType
-