Class Component1Type
java.lang.Object
tyler.ecf.extensions.massachusetts.Component1Type
Java class for Component1Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Component1Type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://niem.gov/niem/niem-core/2.0}PersonReference"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the personReference 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
-
-
Constructor Details
-
Component1Type
public Component1Type()
-
-
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
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-