Class FilingServiceQueryMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryMessageType
tyler.ecf.extensions.filingservicequerymessage.FilingServiceQueryMessageType
This is query to get service smtp details by Filing Id/Service Contact Id.
Java class for FilingServiceQueryMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingServiceQueryMessageType"> <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:FilingServiceQueryMessage}ServiceContactIdentification"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdentificationType
protected ServiceContactIdentificationType
Fields 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.Gets the value of the serviceContactIdentification property.void
Sets the value of the documentIdentification property.void
Sets the value of the serviceContactIdentification 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
-
serviceContactIdentification
-
-
Constructor Details
-
FilingServiceQueryMessageType
public FilingServiceQueryMessageType()
-
-
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
-
getServiceContactIdentification
Gets the value of the serviceContactIdentification property.- Returns:
- possible object is
ServiceContactIdentificationType
-
setServiceContactIdentification
Sets the value of the serviceContactIdentification property.- Parameters:
value
- allowed object isServiceContactIdentificationType
-
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
-