public class Identification extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<TypedText> |
creator |
protected Encoding |
encoding |
protected Miscellaneous |
miscellaneous |
protected List<TypedText> |
relation |
protected List<TypedText> |
rights |
protected String |
source |
| Constructor and Description |
|---|
Identification() |
| Modifier and Type | Method and Description |
|---|---|
List<TypedText> |
getCreator()
Gets the value of the creator property.
|
Encoding |
getEncoding()
Gets the value of the encoding property.
|
Miscellaneous |
getMiscellaneous()
Gets the value of the miscellaneous property.
|
List<TypedText> |
getRelation()
Gets the value of the relation property.
|
List<TypedText> |
getRights()
Gets the value of the rights property.
|
String |
getSource()
Gets the value of the source property.
|
void |
setEncoding(Encoding value)
Sets the value of the encoding property.
|
void |
setMiscellaneous(Miscellaneous value)
Sets the value of the miscellaneous property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected Encoding encoding
protected String source
protected Miscellaneous miscellaneous
public List<TypedText> getCreator()
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 set method 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
public List<TypedText> getRights()
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 set method 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
public Encoding getEncoding()
Encodingpublic void setEncoding(Encoding value)
value - allowed object is
Encodingpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic List<TypedText> getRelation()
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 set method 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
public Miscellaneous getMiscellaneous()
Miscellaneouspublic void setMiscellaneous(Miscellaneous value)
value - allowed object is
MiscellaneousCopyright © 2016 Audiveris Ltd. All rights reserved.