Class IdentificationType.Identity
- Enclosing class:
- IdentificationType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the externalIdentifier property.Gets the value of the format property.Gets the value of the mimetype property.getTool()Gets the value of the tool property.Gets the value of the toolname property.Gets the value of the toolversion property.Gets the value of the version property.voidSets the value of the format property.voidsetMimetype(String value) Sets the value of the mimetype property.voidsetToolname(String value) Sets the value of the toolname property.voidsetToolversion(String value) Sets the value of the toolversion property.
-
Field Details
-
tool
-
version
-
externalIdentifier
-
format
-
mimetype
-
toolname
-
toolversion
-
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-
getMimetype
Gets the value of the mimetype property.- Returns:
- possible object is
String
-
setMimetype
Sets the value of the mimetype property.- Parameters:
value- allowed object isString
-
getToolname
Gets the value of the toolname property.- Returns:
- possible object is
String
-
setToolname
Sets the value of the toolname property.- Parameters:
value- allowed object isString
-
getToolversion
Gets the value of the toolversion property.- Returns:
- possible object is
String
-
setToolversion
Sets the value of the toolversion property.- Parameters:
value- allowed object isString
-