Class Component1Type

java.lang.Object
tyler.ecf.extensions.massachusetts.Component1Type

public class Component1Type extends Object

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 Details

  • Constructor Details

    • Component1Type

      public Component1Type()
  • Method Details

    • getPersonReference

      public ReferenceType getPersonReference()
      Gets the value of the personReference property.
      Returns:
      possible object is ReferenceType
    • setPersonReference

      public void setPersonReference(ReferenceType value)
      Sets the value of the personReference property.
      Parameters:
      value - allowed object is ReferenceType
    • 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