public class SessionNameField extends SDPField implements SessionName
| Modifier and Type | Field and Description |
|---|---|
protected String |
sessionName |
CORE_PACKAGE, SDPFIELDS_PACKAGEAND, AT, COLON, COMMA, DOT, DOUBLE_QUOTE, EQUALS, GREATER_THAN, HT, immutableClasses, indentation, LESS_THAN, LPAREN, matchExpression, NEWLINE, PERCENT, POUND, QUESTION, QUOTE, RETURN, RPAREN, SEMICOLON, SLASH, SP, STAR, stringRepresentationATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD| Constructor and Description |
|---|
SessionNameField() |
| Modifier and Type | Method and Description |
|---|---|
String |
encode()
Get the string encoded version of this object
|
String |
getSessionName() |
String |
getValue()
Returns the value.
|
void |
setSessionName(String s)
Set the sessionName member
|
void |
setValue(String value)
Sets the value
|
getFieldName, getTypeChar, toStringdbgPrint, debugDump, equals, getStringRepresentation, initSprint, match, sprintclone, dbgPrint, dbgPrint, debugDump, encode, getClassFromName, getIndentation, getMatcher, isMySubclass, makeClone, merge, setMatcher, sprint, sprint, sprint, sprint, sprint, sprint, sprint, sprintfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclone, getTypeCharprotected String sessionName
public String getSessionName()
public void setSessionName(String s)
public String getValue() throws SdpParseException
getValue in interface SessionNameSdpParseExceptionpublic void setValue(String value) throws SdpException
setValue in interface SessionNamevalue - the - new information.SdpException - if the value is nullCopyright © 2014. All Rights Reserved.