public class Encoding extends Object
Java class for encoding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="encoding">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="encoding-date" type="{}yyyy-mm-dd"/>
<element name="encoder" type="{}typed-text"/>
<element name="software" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encoding-description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="supports" type="{}supports"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
encodingDateOrEncoderOrSoftware |
| Constructor and Description |
|---|
Encoding() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getEncodingDateOrEncoderOrSoftware()
Gets the value of the encodingDateOrEncoderOrSoftware property.
|
protected List<JAXBElement<?>> encodingDateOrEncoderOrSoftware
public List<JAXBElement<?>> getEncodingDateOrEncoderOrSoftware()
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 encodingDateOrEncoderOrSoftware property.
For example, to add a new item, do as follows:
getEncodingDateOrEncoderOrSoftware().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<Supports>
JAXBElement<TypedText>
JAXBElement<String>
JAXBElement<XMLGregorianCalendar>
Copyright © 2016 Audiveris Ltd. All rights reserved.