|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.trust.types.RequestSecurityTokenResponseType
RequestSecurityTokenResponseType bean class
Nested Class Summary | |
static class |
RequestSecurityTokenResponseType.Factory
Factory class that keeps the parse method |
Field Summary | |
protected URI |
localContext
field for Context* This was an Attribute! |
protected org.apache.axiom.om.OMElement[] |
localExtraElement
field for ExtraElement* This was an Array! |
protected boolean |
localExtraElementTracker
|
protected RequestedSecurityTokenType |
localRequestedSecurityToken
field for RequestedSecurityToken |
protected boolean |
localRequestedSecurityTokenTracker
|
protected URI |
localTokenType
field for TokenType |
protected boolean |
localTokenTypeTracker
|
Constructor Summary | |
RequestSecurityTokenResponseType()
|
Method Summary | |
void |
addExtraElement(org.apache.axiom.om.OMElement param)
Auto generated add method for the array for convenience |
URI |
getContext()
Auto generated getter method |
org.apache.axiom.om.OMElement[] |
getExtraElement()
Auto generated getter method |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object |
RequestedSecurityTokenType |
getRequestedSecurityToken()
Auto generated getter method |
URI |
getTokenType()
Auto generated getter method |
void |
setContext(URI param)
Auto generated setter method |
void |
setExtraElement(org.apache.axiom.om.OMElement[] param)
Auto generated setter method |
void |
setRequestedSecurityToken(RequestedSecurityTokenType param)
Auto generated setter method |
void |
setTokenType(URI param)
Auto generated setter method |
protected void |
validateExtraElement(org.apache.axiom.om.OMElement[] param)
validate the array for ExtraElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected URI localTokenType
protected boolean localTokenTypeTracker
protected RequestedSecurityTokenType localRequestedSecurityToken
protected boolean localRequestedSecurityTokenTracker
protected org.apache.axiom.om.OMElement[] localExtraElement
protected boolean localExtraElementTracker
protected URI localContext
Constructor Detail |
public RequestSecurityTokenResponseType()
Method Detail |
public URI getTokenType()
public void setTokenType(URI param)
param
- TokenTypepublic RequestedSecurityTokenType getRequestedSecurityToken()
public void setRequestedSecurityToken(RequestedSecurityTokenType param)
param
- RequestedSecurityTokenpublic org.apache.axiom.om.OMElement[] getExtraElement()
protected void validateExtraElement(org.apache.axiom.om.OMElement[] param)
public void setExtraElement(org.apache.axiom.om.OMElement[] param)
param
- ExtraElementpublic void addExtraElement(org.apache.axiom.om.OMElement param)
param
- org.apache.axiom.om.OMElementpublic URI getContext()
public void setContext(URI param)
param
- Contextpublic XMLStreamReader getPullParser(QName qName)
getPullParser
in interface ADBBean
qName
- the name of the element to be generated for this ADBBean.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |