|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequest
Defines the Tagged Choice of Data Elements that specify the media type and associated codecs that are of interest.
Constructor Summary | |
MediaStreamDataTypeRequest()
Creates a new MediaStreamDataTypeRequest. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getAudio()
This method returns a Audio |
int |
getData()
This method returns a Data |
org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType |
getDiscriminator()
This method returns the discriminator. |
int |
getVideo()
This method returns a Video |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAudio(int value)
This method sets a Audio |
void |
setData(int value)
This method sets a Data |
void |
setUndefined(org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType discriminator)
This method will receive the discriminator as a parameter and will set _object to null |
void |
setVideo(int value)
This method sets a Video |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MediaStreamDataTypeRequest()
Method Detail |
public org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic int getAudio() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAudio(int value)
value
- a int valuepublic int getVideo() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setVideo(int value)
value
- a int valuepublic int getData() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setData(int value)
value
- a int valuepublic void setUndefined(org.csapi.jr.se.cc.mmccs.MediaStreamDataTypeRequestType discriminator)
discriminator
- a MediaStreamDataTypeRequestType valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |