Class IdentificationType.Identity

java.lang.Object
edu.harvard.fits.IdentificationType.Identity
Enclosing class:
IdentificationType

public static class IdentificationType.Identity extends Object

Java class for anonymous complex type.

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

 <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>
 
  • Field Details

  • Constructor Details

    • Identity

      public Identity()
  • Method Details

    • getTool

      public List<Tool> getTool()
      Gets the value of the tool 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 tool property.

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

          getTool().add(newItem);
       

      Objects of the following type(s) are allowed in the list Tool

    • getVersion

      public List<Version> getVersion()
      Gets the value of the version 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 version property.

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

          getVersion().add(newItem);
       

      Objects of the following type(s) are allowed in the list Version

    • getExternalIdentifier

      public List<ExternalIdentifier> getExternalIdentifier()
      Gets the value of the externalIdentifier 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 externalIdentifier property.

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

          getExternalIdentifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list ExternalIdentifier

    • getFormat

      public String getFormat()
      Gets the value of the format property.
      Returns:
      possible object is String
    • setFormat

      public void setFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
    • getMimetype

      public String getMimetype()
      Gets the value of the mimetype property.
      Returns:
      possible object is String
    • setMimetype

      public void setMimetype(String value)
      Sets the value of the mimetype property.
      Parameters:
      value - allowed object is String
    • getToolname

      public String getToolname()
      Gets the value of the toolname property.
      Returns:
      possible object is String
    • setToolname

      public void setToolname(String value)
      Sets the value of the toolname property.
      Parameters:
      value - allowed object is String
    • getToolversion

      public String getToolversion()
      Gets the value of the toolversion property.
      Returns:
      possible object is String
    • setToolversion

      public void setToolversion(String value)
      Sets the value of the toolversion property.
      Parameters:
      value - allowed object is String