Package tyler.ecf.extensions.common
Class OrganizationIdentificationType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.IdentificationType
tyler.ecf.extensions.common.OrganizationIdentificationType
Java class for OrganizationIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationIdentificationType"> <complexContent> <extension base="{http://niem.gov/niem/niem-core/2.0}IdentificationType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}Identification" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class gov.niem.niem.niem_core._2.IdentificationType
identificationCategory, identificationID, identificationJurisdiction, identificationSourceText
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identification property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.niem_core._2.IdentificationType
getIdentificationCategory, getIdentificationID, getIdentificationJurisdiction, getIdentificationSourceText, setIdentificationCategory, setIdentificationID, setIdentificationJurisdiction, setIdentificationSourceText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
identification
-
-
Constructor Details
-
OrganizationIdentificationType
public OrganizationIdentificationType()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the identification property.For example, to add a new item, do as follows:
getIdentification().add(newItem);
Objects of the following type(s) are allowed in the list
IdentificationType
-
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 classIdentificationType
-