|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Track
public class Track
Java class for Track complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Track">
<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>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.math.BigInteger |
number
|
protected java.lang.String |
value
|
| Constructor Summary | |
|---|---|
Track()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getNumber()
Gets the value of the number property. |
java.lang.String |
getValue()
Gets the value of the value property. |
boolean |
isSetNumber()
|
boolean |
isSetValue()
|
void |
setNumber(java.math.BigInteger value)
Sets the value of the number property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
Track |
withNumber(java.math.BigInteger value)
Sets the value of the Number property. |
Track |
withValue(java.lang.String value)
Sets the value of the Value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String value
protected java.math.BigInteger number
| Constructor Detail |
|---|
public Track()
| Method Detail |
|---|
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetValue()
public java.math.BigInteger getNumber()
BigIntegerpublic void setNumber(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetNumber()
public Track withValue(java.lang.String value)
value -
public Track withNumber(java.math.BigInteger value)
value -
protected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||