Class RepresentativeCapacityType
java.lang.Object
tyler.ecf.extensions.common.ExtendedDataType
tyler.ecf.extensions.massachusetts.RepresentativeCapacityType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Component1Type
protected Component2Type
protected Component3Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the component1 property.Gets the value of the component2 property.Gets the value of the component3 property.void
setComponent1
(Component1Type value) Sets the value of the component1 property.void
setComponent2
(Component2Type value) Sets the value of the component2 property.void
setComponent3
(Component3Type value) Sets the value of the component3 property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
component1
-
component2
-
component3
-
-
Constructor Details
-
RepresentativeCapacityType
public RepresentativeCapacityType()
-
-
Method Details
-
getComponent1
Gets the value of the component1 property.- Returns:
- possible object is
Component1Type
-
setComponent1
Sets the value of the component1 property.- Parameters:
value
- allowed object isComponent1Type
-
getComponent2
Gets the value of the component2 property.- Returns:
- possible object is
Component2Type
-
setComponent2
Sets the value of the component2 property.- Parameters:
value
- allowed object isComponent2Type
-
getComponent3
Gets the value of the component3 property.- Returns:
- possible object is
Component3Type
-
setComponent3
Sets the value of the component3 property.- Parameters:
value
- allowed object isComponent3Type
-
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 classExtendedDataType
-