public static class Tracks.Disc extends Object implements Serializable
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 name="Track" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Number" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="Number" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Tracks.Disc.Track
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number |
protected List<Tracks.Disc.Track> |
track |
| Constructor and Description |
|---|
Tracks.Disc() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
List<Tracks.Disc.Track> |
getTrack()
Gets the value of the track property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
protected List<Tracks.Disc.Track> track
protected BigInteger number
public List<Tracks.Disc.Track> getTrack()
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 track property.
For example, to add a new item, do as follows:
getTrack().add(newItem);
Objects of the following type(s) are allowed in the list
Tracks.Disc.Track
public BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013. All Rights Reserved.