Class ServiceTypesRequestMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryMessageType
tyler.ecf.extensions.servicetypesrequestmessage.ServiceTypesRequestMessageType
Java class for ServiceTypesRequestMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceTypesRequestMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryMessageType"> <sequence> <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CoreFilingMessage-4.0}CoreFilingMessage"/> </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 coreFilingMessage property.void
Sets the value of the coreFilingMessage 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
-
coreFilingMessage
-
-
Constructor Details
-
ServiceTypesRequestMessageType
public ServiceTypesRequestMessageType()
-
-
Method Details
-
getCoreFilingMessage
Gets the value of the coreFilingMessage property.- Returns:
- possible object is
CoreFilingMessageType
-
setCoreFilingMessage
Sets the value of the coreFilingMessage property.- Parameters:
value
- allowed object isCoreFilingMessageType
-
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
-