org.apache.axis2.security.trust.types
Class RequestSecurityTokenResponseType

java.lang.Object
  extended byorg.apache.axis2.security.trust.types.RequestSecurityTokenResponseType
All Implemented Interfaces:
ADBBean

public class RequestSecurityTokenResponseType
extends Object
implements ADBBean

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.ws.commons.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.ws.commons.om.OMElement param)
          Auto generated add method for the array for convenience
 URI getContext()
          Auto generated getter method
 org.apache.ws.commons.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.ws.commons.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.ws.commons.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

localTokenType

protected URI localTokenType
field for TokenType


localTokenTypeTracker

protected boolean localTokenTypeTracker

localRequestedSecurityToken

protected RequestedSecurityTokenType localRequestedSecurityToken
field for RequestedSecurityToken


localRequestedSecurityTokenTracker

protected boolean localRequestedSecurityTokenTracker

localExtraElement

protected org.apache.ws.commons.om.OMElement[] localExtraElement
field for ExtraElement* This was an Array!


localExtraElementTracker

protected boolean localExtraElementTracker

localContext

protected URI localContext
field for Context* This was an Attribute!

Constructor Detail

RequestSecurityTokenResponseType

public RequestSecurityTokenResponseType()
Method Detail

getTokenType

public URI getTokenType()
Auto generated getter method

Returns:
org.apache.axis2.databinding.types.URI

setTokenType

public void setTokenType(URI param)
Auto generated setter method

Parameters:
param - TokenType

getRequestedSecurityToken

public RequestedSecurityTokenType getRequestedSecurityToken()
Auto generated getter method

Returns:
org.xmlsoap.schemas.ws._2005._02.trust.RequestedSecurityTokenType

setRequestedSecurityToken

public void setRequestedSecurityToken(RequestedSecurityTokenType param)
Auto generated setter method

Parameters:
param - RequestedSecurityToken

getExtraElement

public org.apache.ws.commons.om.OMElement[] getExtraElement()
Auto generated getter method

Returns:
org.apache.ws.commons.om.OMElement[]

validateExtraElement

protected void validateExtraElement(org.apache.ws.commons.om.OMElement[] param)
validate the array for ExtraElement


setExtraElement

public void setExtraElement(org.apache.ws.commons.om.OMElement[] param)
Auto generated setter method

Parameters:
param - ExtraElement

addExtraElement

public void addExtraElement(org.apache.ws.commons.om.OMElement param)
Auto generated add method for the array for convenience

Parameters:
param - org.apache.ws.commons.om.OMElement

getContext

public URI getContext()
Auto generated getter method

Returns:
org.apache.axis2.databinding.types.URI

setContext

public void setContext(URI param)
Auto generated setter method

Parameters:
param - Context

getPullParser

public XMLStreamReader getPullParser(QName qName)
databinding method to get an XML representation of this object

Specified by:
getPullParser in interface ADBBean
Parameters:
qName - the name of the element to be generated for this ADBBean.
Returns:
Returns a pull parser for this ADBBean.