Package tyler.ecf.extensions.common
Class ServicePartyDataType
java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
tyler.ecf.extensions.common.ServicePartyDataType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the partyReference property.Gets the value of the serviceReference property.void
setPartyReference
(ReferenceType value) Sets the value of the partyReference property.void
setServiceReference
(ReferenceType value) Sets the value of the serviceReference property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
partyReference
-
serviceReference
-
-
Constructor Details
-
ServicePartyDataType
public ServicePartyDataType()
-
-
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
-
getServiceReference
Gets the value of the serviceReference property.- Returns:
- possible object is
ReferenceType
-
setServiceReference
Sets the value of the serviceReference property.- Parameters:
value
- allowed object isReferenceType
-
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 classExtendedDataType
-