Class IdentificationType

java.lang.Object
edu.harvard.fits.IdentificationType

public class IdentificationType extends Object

Java class for identificationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="identificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identity" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}tool" maxOccurs="unbounded" minOccurs="0"/>
                   <element ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}version" maxOccurs="unbounded" minOccurs="0"/>
                   <element ref="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}externalIdentifier" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="mimetype" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="toolname" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="toolversion" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="status" type="{http://hul.harvard.edu/ois/xml/ns/fits/fits_output}statusType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • IdentificationType

      public IdentificationType()
  • Method Details

    • getIdentity

      public List<IdentificationType.Identity> getIdentity()
      Gets the value of the identity 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 identity property.

      For example, to add a new item, do as follows:

          getIdentity().add(newItem);
       

      Objects of the following type(s) are allowed in the list IdentificationType.Identity

    • getStatus

      public StatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is StatusType
    • setStatus

      public void setStatus(StatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusType