Class Component2Type

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

public class Component2Type extends Object

Java class for Component2Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Component2Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}EntityAssociationTypeCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • entityAssociationTypeCode

      protected TextType entityAssociationTypeCode
  • Constructor Details

    • Component2Type

      public Component2Type()
  • Method Details

    • getEntityAssociationTypeCode

      public TextType getEntityAssociationTypeCode()
      Gets the value of the entityAssociationTypeCode property.
      Returns:
      possible object is TextType
    • setEntityAssociationTypeCode

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