Class OrganizationIdentificationType


public class OrganizationIdentificationType extends IdentificationType

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 Details

  • Constructor Details

    • OrganizationIdentificationType

      public OrganizationIdentificationType()
  • Method Details

    • getIdentification

      public List<IdentificationType> 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

      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 IdentificationType