Class ServiceTypesResponseMessageType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
oasis.names.tc.legalxml_courtfiling.schema.xsd.commontypes_4.QueryResponseMessageType
tyler.ecf.extensions.servicetypesresponsemessage.ServiceTypesResponseMessageType
Java class for ServiceTypesResponseMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceTypesResponseMessageType"> <complexContent> <extension base="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}QueryResponseMessageType"> <sequence> <element ref="{urn:tyler:ecf:extensions:ServiceTypesResponseMessage}ServiceType" maxOccurs="unbounded" minOccurs="0"/> </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 serviceType 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
-
serviceType
-
-
Constructor Details
-
ServiceTypesResponseMessageType
public ServiceTypesResponseMessageType()
-
-
Method Details
-
getServiceType
Gets the value of the serviceType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the serviceType property.For example, to add a new item, do as follows:
getServiceType().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceTypeType
-
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
-