com.sun.xml.ws.security.trust.impl.elements
Class IssuedTokensImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.elements.IssuedTokensImpl
All Implemented Interfaces:
IssuedTokens

public class IssuedTokensImpl
extends java.lang.Object
implements IssuedTokens


Constructor Summary
IssuedTokensImpl()
           
IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection)
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 RequestSecurityTokenResponseCollection getIssuedTokens()
          Gets the RequestSecurityTokenResponseCollection
 void setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)
          Sets the RequestSecurityTokenResponseCollection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssuedTokensImpl

public IssuedTokensImpl()

IssuedTokensImpl

public IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection)
Method Detail

getIssuedTokens

public RequestSecurityTokenResponseCollection getIssuedTokens()
Description copied from interface: IssuedTokens
Gets the RequestSecurityTokenResponseCollection

Specified by:
getIssuedTokens in interface IssuedTokens
Returns:
RequestSecurityTokenResponseCollection if set, null otherwise

setIssuedTokens

public final void setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)
Description copied from interface: IssuedTokens
Sets the RequestSecurityTokenResponseCollection

Specified by:
setIssuedTokens in interface IssuedTokens

getAny

public java.util.List<java.lang.Object> getAny()
Description copied from interface: IssuedTokens
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object

Specified by:
getAny in interface IssuedTokens