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

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

public class RequestedSecurityTokenType
extends Object
implements ADBBean

RequestedSecurityTokenType bean class


Nested Class Summary
static class RequestedSecurityTokenType.Factory
          Factory class that keeps the parse method
 
Field Summary
protected  org.apache.axiom.om.OMElement localExtraElement
          field for ExtraElement
 
Constructor Summary
RequestedSecurityTokenType()
           
 
Method Summary
 org.apache.axiom.om.OMElement getExtraElement()
          Auto generated getter method
 XMLStreamReader getPullParser(QName qName)
          databinding method to get an XML representation of this object
 void setExtraElement(org.apache.axiom.om.OMElement param)
          Auto generated setter method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localExtraElement

protected org.apache.axiom.om.OMElement localExtraElement
field for ExtraElement

Constructor Detail

RequestedSecurityTokenType

public RequestedSecurityTokenType()
Method Detail

getExtraElement

public org.apache.axiom.om.OMElement getExtraElement()
Auto generated getter method

Returns:
org.apache.axiom.om.OMElement

setExtraElement

public void setExtraElement(org.apache.axiom.om.OMElement param)
Auto generated setter method

Parameters:
param - ExtraElement

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.