Class CancelFilingResponseMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryResponseMessageType
tyler.ecf.extensions.cancelfilingresponsemessage.CancelFilingResponseMessageType
A court's response to a CancelFilingMessage.
Java class for CancelFilingResponseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CancelFilingResponseMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryResponseMessageType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}DocumentIdentification" minOccurs="0"/> <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}FilingStatus"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryResponseMessageType
caseCourt, error, 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.Gets the value of the filingStatus property.void
Sets the value of the documentIdentification property.void
setFilingStatus
(FilingStatusType value) Sets the value of the filingStatus 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.QueryResponseMessageType
getCaseCourt, getError, getSendingMDELocationID, getSendingMDEProfileCode, setCaseCourt, setSendingMDELocationID, setSendingMDEProfileCode
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
documentIdentification
-
filingStatus
-
-
Constructor Details
-
CancelFilingResponseMessageType
public CancelFilingResponseMessageType()
-
-
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
-
getFilingStatus
Gets the value of the filingStatus property.- Returns:
- possible object is
FilingStatusType
-
setFilingStatus
Sets the value of the filingStatus property.- Parameters:
value
- allowed object isFilingStatusType
-
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 classQueryResponseMessageType
-