Package edu.harvard.fits
Class IdentificationType
java.lang.Object
edu.harvard.fits.IdentificationType
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdentificationType.Identity>protected StatusType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the identity property.Gets the value of the status property.voidsetStatus(StatusType value) Sets the value of the status property.
-
Field Details
-
identity
-
status
-
-
Constructor Details
-
IdentificationType
public IdentificationType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-