org.picketlink.identity.federation.ws.trust
Class SimpleAnyType
java.lang.Object
org.picketlink.identity.federation.ws.trust.SimpleAnyType
- All Implemented Interfaces:
- SimpleCollectionUsage<Object>
- Direct Known Subclasses:
- CancelTargetType, ClaimsType, DelegateToType, EncryptionType, KeyExchangeTokenType, OnBehalfOfType, ParticipantsType, ParticipantType, ProofEncryptionType, RenewTargetType, RequestedProofTokenType, RequestedSecurityTokenType, UseKeyType, ValidateTargetType
public class SimpleAnyType
- extends Object
- implements SimpleCollectionUsage<Object>
- Since:
- Jun 16, 2011
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
any
protected List<Object> any
SimpleAnyType
public SimpleAnyType()
getAny
public List<Object> getAny()
- Gets the value of the any property.
Objects of the following type(s) are allowed in the list Object
Element
add
public void add(Object t)
- Description copied from interface:
SimpleCollectionUsage
- Add a
T
to the collection
- Specified by:
add
in interface SimpleCollectionUsage<Object>
remove
public boolean remove(Object t)
- Description copied from interface:
SimpleCollectionUsage
- Remove a
T
from collection
- Specified by:
remove
in interface SimpleCollectionUsage<Object>
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.