Class Component2Type
java.lang.Object
tyler.ecf.extensions.massachusetts.Component2Type
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entityAssociationTypeCode property.void
Sets the value of the entityAssociationTypeCode property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
entityAssociationTypeCode
-
-
Constructor Details
-
Component2Type
public Component2Type()
-
-
Method Details
-
getEntityAssociationTypeCode
Gets the value of the entityAssociationTypeCode property.- Returns:
- possible object is
TextType
-
setEntityAssociationTypeCode
Sets the value of the entityAssociationTypeCode property.- Parameters:
value
- allowed object isTextType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-