Package tyler.ecf.extensions.common
Class FilingIdentificationType
java.lang.Object
tyler.ecf.extensions.common.FilingIdentificationType
Java class for FilingIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingIdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}FilingIdentificationReference"/> <element ref="{urn:tyler:ecf:extensions:Common}CMSID"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCMSID()
Gets the value of the cmsid property.Gets the value of the filingIdentificationReference property.void
Sets the value of the cmsid property.void
Sets the value of the filingIdentificationReference property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
filingIdentificationReference
-
cmsid
-
-
Constructor Details
-
FilingIdentificationType
public FilingIdentificationType()
-
-
Method Details
-
getFilingIdentificationReference
Gets the value of the filingIdentificationReference property.- Returns:
- possible object is
ReferenceType
-
setFilingIdentificationReference
Sets the value of the filingIdentificationReference property.- Parameters:
value
- allowed object isReferenceType
-
getCMSID
Gets the value of the cmsid property.- Returns:
- possible object is
String
-
setCMSID
Sets the value of the cmsid property.- Parameters:
value
- allowed object isString
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-