public class SessionMetadata extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
SessionMetadata.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected String |
localAuthType
field for AuthType
|
protected boolean |
localAuthTypeTracker |
protected long |
localCreationTime
field for CreationTime
|
protected boolean |
localCreationTimeTracker |
protected long |
localLastAccessedTime
field for LastAccessedTime
|
protected boolean |
localLastAccessedTimeTracker |
protected long |
localMaxInactiveInterval
field for MaxInactiveInterval
|
protected boolean |
localMaxInactiveIntervalTracker |
protected String |
localSessionId
field for SessionId
|
protected boolean |
localSessionIdTracker |
Constructor and Description |
---|
SessionMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthType()
Auto generated getter method
|
long |
getCreationTime()
Auto generated getter method
|
long |
getLastAccessedTime()
Auto generated getter method
|
long |
getMaxInactiveInterval()
Auto generated getter method
|
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory) |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object
|
String |
getSessionId()
Auto generated getter method
|
boolean |
isAuthTypeSpecified() |
boolean |
isCreationTimeSpecified() |
boolean |
isLastAccessedTimeSpecified() |
boolean |
isMaxInactiveIntervalSpecified() |
boolean |
isSessionIdSpecified() |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter) |
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType) |
void |
setAuthType(String param)
Auto generated setter method
|
void |
setCreationTime(long param)
Auto generated setter method
|
void |
setLastAccessedTime(long param)
Auto generated setter method
|
void |
setMaxInactiveInterval(long param)
Auto generated setter method
|
void |
setSessionId(String param)
Auto generated setter method
|
protected String localAuthType
protected boolean localAuthTypeTracker
protected long localCreationTime
protected boolean localCreationTimeTracker
protected long localLastAccessedTime
protected boolean localLastAccessedTimeTracker
protected long localMaxInactiveInterval
protected boolean localMaxInactiveIntervalTracker
protected String localSessionId
protected boolean localSessionIdTracker
public boolean isAuthTypeSpecified()
public String getAuthType()
public void setAuthType(String param)
param
- AuthTypepublic boolean isCreationTimeSpecified()
public long getCreationTime()
public void setCreationTime(long param)
param
- CreationTimepublic boolean isLastAccessedTimeSpecified()
public long getLastAccessedTime()
public void setLastAccessedTime(long param)
param
- LastAccessedTimepublic boolean isMaxInactiveIntervalSpecified()
public long getMaxInactiveInterval()
public void setMaxInactiveInterval(long param)
param
- MaxInactiveIntervalpublic boolean isSessionIdSpecified()
public String getSessionId()
public void setSessionId(String param)
param
- SessionIdpublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2017 WSO2. All rights reserved.