public static class Tracks.Disc.Track extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number |
protected String |
value |
| Constructor and Description |
|---|
Tracks.Disc.Track() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected BigInteger number
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2013. All Rights Reserved.