Class FilingServiceResponseMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryResponseMessageType
tyler.ecf.extensions.filingserviceresponsemessage.FilingServiceResponseMessageType
A court's response to a FilingServiceQueryMessage.
Java class for FilingServiceResponseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingServiceResponseMessageType"> <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"/> <element ref="{urn:tyler:ecf:extensions:FilingServiceResponseMessage}ServiceContactIdentification"/> <element ref="{urn:tyler:ecf:extensions:Common}MailServiceIndicator"/> <element ref="{urn:tyler:ecf:extensions:Common}TrackingNumber" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:FilingServiceResponseMessage}SmtpLog" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IdentificationType
protected Boolean
protected ServiceContactIdentificationType
protected TextType
protected TextType
Fields 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 mailServiceIndicator property.Gets the value of the serviceContactIdentification property.Gets the value of the smtpLog property.Gets the value of the trackingNumber property.void
Sets the value of the documentIdentification property.void
setMailServiceIndicator
(Boolean value) Sets the value of the mailServiceIndicator property.void
Sets the value of the serviceContactIdentification property.void
setSmtpLog
(TextType value) Sets the value of the smtpLog property.void
setTrackingNumber
(TextType value) Sets the value of the trackingNumber 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
-
serviceContactIdentification
-
mailServiceIndicator
-
trackingNumber
-
smtpLog
-
-
Constructor Details
-
FilingServiceResponseMessageType
public FilingServiceResponseMessageType()
-
-
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
-
getMailServiceIndicator
Gets the value of the mailServiceIndicator property.- Returns:
- possible object is
Boolean
-
setMailServiceIndicator
Sets the value of the mailServiceIndicator property.- Parameters:
value
- allowed object isBoolean
-
getTrackingNumber
Gets the value of the trackingNumber property.- Returns:
- possible object is
TextType
-
setTrackingNumber
Sets the value of the trackingNumber property.- Parameters:
value
- allowed object isTextType
-
getSmtpLog
Gets the value of the smtpLog property.- Returns:
- possible object is
TextType
-
setSmtpLog
Sets the value of the smtpLog property.- Parameters:
value
- allowed object isTextType
-
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
-