Class ServiceTypesResponseMessageType


public class ServiceTypesResponseMessageType extends QueryResponseMessageType

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 Details

  • Constructor Details

    • ServiceTypesResponseMessageType

      public ServiceTypesResponseMessageType()
  • Method Details

    • getServiceType

      public List<ServiceTypeType> 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

      public String 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 class QueryResponseMessageType