Class ServicePartyDataType

java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
tyler.ecf.extensions.common.ServicePartyDataType

public class ServicePartyDataType extends ExtendedDataType

Java class for ServicePartyDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServicePartyDataType">
   <complexContent>
     <extension base="{urn:tyler:ecf:extensions:Common}ExtendedDataType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ServiceReference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ServicePartyDataType

      public ServicePartyDataType()
  • Method Details

    • getPartyReference

      public ReferenceType getPartyReference()
      Gets the value of the partyReference property.
      Returns:
      possible object is ReferenceType
    • setPartyReference

      public void setPartyReference(ReferenceType value)
      Sets the value of the partyReference property.
      Parameters:
      value - allowed object is ReferenceType
    • getServiceReference

      public ReferenceType getServiceReference()
      Gets the value of the serviceReference property.
      Returns:
      possible object is ReferenceType
    • setServiceReference

      public void setServiceReference(ReferenceType value)
      Sets the value of the serviceReference property.
      Parameters:
      value - allowed object is ReferenceType
    • 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 ExtendedDataType