|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Version field represents the v= fields contained within the SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.
Method Summary | |
int |
getVersion()
Returns the version number. |
void |
setVersion(int value)
Sets the version. |
Methods inherited from interface javax.sdp.Field |
clone, getTypeChar |
Method Detail |
public int getVersion() throws SdpParseException
SdpParseException
public void setVersion(int value) throws SdpException
value
- the - new version value.
SdpException
- if the value is <=0
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |