|
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 Phone represents a p= field contained within a SessionDescription. Please refer to IETF RFC 2327 for a description of SDP.
Method Summary | |
String |
getValue()
Returns the value. |
void |
setValue(String value)
Sets the value. |
Methods inherited from interface javax.sdp.Field |
clone, getTypeChar |
Method Detail |
public String getValue() throws SdpParseException
SdpParseException
public void setValue(String value) throws SdpException
value
- the - new information.
SdpException
- if the value is null
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |