Class Component3Type

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

public class Component3Type extends Object

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 Details

    • personReference

      protected ReferenceType personReference
    • partyIndicator

      protected Boolean partyIndicator
  • Constructor Details

    • Component3Type

      public Component3Type()
  • 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
    • getPartyIndicator

      public Boolean getPartyIndicator()
      Gets the value of the partyIndicator property.
      Returns:
      possible object is Boolean
    • setPartyIndicator

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