com.amazon.webservices.awsecommerceservice._2007_04_04
Class Tracks.Disc

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Tracks.Disc
Enclosing class:
Tracks

public static class Tracks.Disc
extends java.lang.Object

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

track

protected java.util.List<Tracks.Disc.Track> track

number

protected java.math.BigInteger number
Constructor Detail

Tracks.Disc

public Tracks.Disc()
Method Detail

getTrack

public java.util.List<Tracks.Disc.Track> getTrack()
Gets the value of the track 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 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


getNumber

public java.math.BigInteger getNumber()
Gets the value of the number property.

Returns:
possible object is BigInteger

setNumber

public void setNumber(java.math.BigInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is BigInteger


Copyright © 2007 orange-cafe.de. All Rights Reserved.