Class Identification
Java class for identification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="identification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="creator" type="{}typed-text" maxOccurs="unbounded" minOccurs="0"/>
<element name="rights" type="{}typed-text" maxOccurs="unbounded" minOccurs="0"/>
<element name="encoding" type="{}encoding" minOccurs="0"/>
<element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relation" type="{}typed-text" maxOccurs="unbounded" minOccurs="0"/>
<element name="miscellaneous" type="{}miscellaneous" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creator property.Gets the value of the encoding property.Gets the value of the miscellaneous property.Gets the value of the relation property.Gets the value of the rights property.Gets the value of the source property.voidsetEncoding(Encoding value) Sets the value of the encoding property.voidsetMiscellaneous(Miscellaneous value) Sets the value of the miscellaneous property.voidSets the value of the source property.
-
Field Details
-
creator
-
rights
-
encoding
-
source
-
relation
-
miscellaneous
-
-
Constructor Details
-
Identification
public Identification()
-
-
Method Details
-
getCreator
Gets the value of the creator 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 JAXB object. This is why there is not a
setmethod for the creator property.For example, to add a new item, do as follows:
getCreator().add(newItem);Objects of the following type(s) are allowed in the list
TypedText -
getRights
Gets the value of the rights 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 JAXB object. This is why there is not a
setmethod for the rights property.For example, to add a new item, do as follows:
getRights().add(newItem);Objects of the following type(s) are allowed in the list
TypedText -
getEncoding
Gets the value of the encoding property.- Returns:
- possible object is
Encoding
-
setEncoding
Sets the value of the encoding property.- Parameters:
value- allowed object isEncoding
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getRelation
Gets the value of the relation 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 JAXB object. This is why there is not a
setmethod for the relation property.For example, to add a new item, do as follows:
getRelation().add(newItem);Objects of the following type(s) are allowed in the list
TypedText -
getMiscellaneous
Gets the value of the miscellaneous property.- Returns:
- possible object is
Miscellaneous
-
setMiscellaneous
Sets the value of the miscellaneous property.- Parameters:
value- allowed object isMiscellaneous
-