|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.Tracks.Disc
public static class Tracks.Disc
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>
| Nested Class Summary | |
|---|---|
static class |
Tracks.Disc.Track
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.math.BigInteger |
number
|
protected java.util.List<Tracks.Disc.Track> |
track
|
| Constructor Summary | |
|---|---|
Tracks.Disc()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getNumber()
Gets the value of the number property. |
java.util.List<Tracks.Disc.Track> |
getTrack()
Gets the value of the track property. |
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Tracks.Disc.Track> track
protected java.math.BigInteger number
| Constructor Detail |
|---|
public Tracks.Disc()
| Method Detail |
|---|
public java.util.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 java.math.BigInteger getNumber()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||