Class AgencyType

java.lang.Object
tyler.ecf.extensions.common.AgencyType

public class AgencyType extends Object

Java class for AgencyType complex type.

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

 <complexType name="AgencyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/>
         <element ref="{urn:tyler:ecf:extensions:Common}AgencyIdentification" minOccurs="0"/>
         <element ref="{urn:tyler:ecf:extensions:Common}AgencyOperation" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AgencyType

      public AgencyType()
  • 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
    • getAgencyIdentification

      public IdentificationType getAgencyIdentification()
      Gets the value of the agencyIdentification property.
      Returns:
      possible object is IdentificationType
    • setAgencyIdentification

      public void setAgencyIdentification(IdentificationType value)
      Sets the value of the agencyIdentification property.
      Parameters:
      value - allowed object is IdentificationType
    • getAgencyOperation

      public AgencyOperationType getAgencyOperation()
      Gets the value of the agencyOperation property.
      Returns:
      possible object is AgencyOperationType
    • setAgencyOperation

      public void setAgencyOperation(AgencyOperationType value)
      Sets the value of the agencyOperation property.
      Parameters:
      value - allowed object is AgencyOperationType
    • 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 Object