Class Component3Type
java.lang.Object
tyler.ecf.extensions.massachusetts.Component3Type
Java class for Component3Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component3Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}PersonReference"/> <element ref="{urn:tyler:ecf:extensions:Massachusetts}PartyIndicator"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the partyIndicator property.Gets the value of the personReference property.void
setPartyIndicator
(Boolean value) Sets the value of the partyIndicator property.void
setPersonReference
(ReferenceType value) Sets the value of the personReference property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
personReference
-
partyIndicator
-
-
Constructor Details
-
Component3Type
public Component3Type()
-
-
Method Details
-
getPersonReference
Gets the value of the personReference property.- Returns:
- possible object is
ReferenceType
-
setPersonReference
Sets the value of the personReference property.- Parameters:
value
- allowed object isReferenceType
-
getPartyIndicator
Gets the value of the partyIndicator property.- Returns:
- possible object is
Boolean
-
setPartyIndicator
Sets the value of the partyIndicator property.- Parameters:
value
- allowed object isBoolean
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-