PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Class SimpleAnyType

java.lang.Object
  extended by 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

Field Summary
protected  List<Object> any
           
 
Constructor Summary
SimpleAnyType()
           
 
Method Summary
 void add(Object t)
          Add a T to the collection
 List<Object> getAny()
          Gets the value of the any property.
 boolean remove(Object t)
          Remove a T from collection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected List<Object> any
Constructor Detail

SimpleAnyType

public SimpleAnyType()
Method Detail

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:

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.