Class RepresentativeCapacityType

java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
tyler.ecf.extensions.massachusetts.RepresentativeCapacityType

public class RepresentativeCapacityType extends ExtendedDataType

Java class for RepresentativeCapacityType complex type.

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

 <complexType name="RepresentativeCapacityType">
   <complexContent>
     <extension base="{urn:tyler:ecf:extensions:Common}ExtendedDataType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Massachusetts}Component1"/>
         <element ref="{urn:tyler:ecf:extensions:Massachusetts}Component2"/>
         <element ref="{urn:tyler:ecf:extensions:Massachusetts}Component3"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RepresentativeCapacityType

      public RepresentativeCapacityType()
  • Method Details

    • getComponent1

      public Component1Type getComponent1()
      Gets the value of the component1 property.
      Returns:
      possible object is Component1Type
    • setComponent1

      public void setComponent1(Component1Type value)
      Sets the value of the component1 property.
      Parameters:
      value - allowed object is Component1Type
    • getComponent2

      public Component2Type getComponent2()
      Gets the value of the component2 property.
      Returns:
      possible object is Component2Type
    • setComponent2

      public void setComponent2(Component2Type value)
      Sets the value of the component2 property.
      Parameters:
      value - allowed object is Component2Type
    • getComponent3

      public Component3Type getComponent3()
      Gets the value of the component3 property.
      Returns:
      possible object is Component3Type
    • setComponent3

      public void setComponent3(Component3Type value)
      Sets the value of the component3 property.
      Parameters:
      value - allowed object is Component3Type
    • 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 ExtendedDataType