public interface CommonSessionId
| Modifier and Type | Method and Description |
|---|---|
character |
getSessionId()
Get the SESSION-ID attribute.
|
void |
setSessionId(character sessionId)
Set the SESSION-ID Attribute.
|
void |
setSessionId(java.lang.String sessionId)
Set the SESSION-ID Attribute.
|
character getSessionId()
void setSessionId(character sessionId)
sessionId - The value of the SESSION-ID attribute.void setSessionId(java.lang.String sessionId)
sessionId - The value of the SESSION-ID attribute.