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

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

public class RequestSecurityTokenType
extends Object
implements ADBBean

RequestSecurityTokenType bean class


Nested Class Summary
static class RequestSecurityTokenType.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  URI localRequestType
          field for RequestType
protected  boolean localRequestTypeTracker
           
protected  URI localTokenType
          field for TokenType
protected  boolean localTokenTypeTracker
           
 
Constructor Summary
RequestSecurityTokenType()
           
 
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
 URI getRequestType()
          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 setRequestType(URI 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

localRequestType

protected URI localRequestType
field for RequestType


localRequestTypeTracker

protected boolean localRequestTypeTracker

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

RequestSecurityTokenType

public RequestSecurityTokenType()
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

getRequestType

public URI getRequestType()
Auto generated getter method

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

setRequestType

public void setRequestType(URI param)
Auto generated setter method

Parameters:
param - RequestType

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.