Package tyler.ecf.extensions.common
Class AgencyType
java.lang.Object
tyler.ecf.extensions.common.AgencyType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected IdentificationType
protected AgencyOperationType
protected ReferenceType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the agencyIdentification property.Gets the value of the agencyOperation property.Gets the value of the partyReference property.void
Sets the value of the agencyIdentification property.void
Sets the value of the agencyOperation property.void
setPartyReference
(ReferenceType value) Sets the value of the partyReference property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
partyReference
-
agencyIdentification
-
agencyOperation
-
-
Constructor Details
-
AgencyType
public AgencyType()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
ReferenceType
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isReferenceType
-
getAgencyIdentification
Gets the value of the agencyIdentification property.- Returns:
- possible object is
IdentificationType
-
setAgencyIdentification
Sets the value of the agencyIdentification property.- Parameters:
value
- allowed object isIdentificationType
-
getAgencyOperation
Gets the value of the agencyOperation property.- Returns:
- possible object is
AgencyOperationType
-
setAgencyOperation
Sets the value of the agencyOperation property.- Parameters:
value
- allowed object isAgencyOperationType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-