|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teleal.cling.support.avtransport.event.Instance
public class Instance
InstanceID elements identify an individual event instance.
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"> <choice maxOccurs="unbounded" minOccurs="0"> <group ref="{urn:schemas-upnp-org:metadata-1-0/AVT/}allowed-under-InstanceID"/> </choice> <attribute name="val" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
stateVariables
|
protected long |
val
|
Constructor Summary | |
---|---|
Instance()
|
Method Summary | |
---|---|
java.util.List<java.lang.Object> |
getStateVariables()
Gets the value of the stateVariables property. |
long |
getVal()
Gets the value of the val property. |
void |
setVal(long value)
Sets the value of the val 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<java.lang.Object> stateVariables
protected long val
Constructor Detail |
---|
public Instance()
Method Detail |
---|
public java.util.List<java.lang.Object> getStateVariables()
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 stateVariables property.
For example, to add a new item, do as follows:
getStateVariables().add(newItem);
Objects of the following type(s) are allowed in the list
NumberOfTracks
CurrentTransportActions
PossibleRecordStorageMedia
TransportStatus
RecordStorageMedium
TransportState
PossibleRecordQualityMode
CurrentTrackURI
CurrentPlayMode
RecordMediumWriteStatus
PlaybackStorageMedium
PossiblePlaybackStorageMedia
CurrentTrack
TransportPlaySpeed
CurrentRecordQualityMode
AVTransportURI
CurrentTrackMetadata
CurrentMediaDuration
NextAVTransportURI
CurrentTrackDuration
public long getVal()
public void setVal(long value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |