PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.addressing
Class AnyAddressingType

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
      extended by org.picketlink.identity.federation.ws.addressing.AnyAddressingType
Direct Known Subclasses:
AppliesTo, AuthenticatorType, EmbeddedType, EntropyType, MetadataType, PolicyAttachment, ReferenceParametersType, RequestSecurityTokenResponseCollectionType, RequestSecurityTokenResponseType, RequestSecurityTokenType, SecurityHeaderType, SecurityTokenReferenceType, SignChallengeType, TimestampType, TransformationParametersType, UsernameTokenType

public class AnyAddressingType
extends BaseAddressingType

Since:
May 17, 2011
Author:
Anil.Saldhana@redhat.com

Field Summary
protected  List<Object> any
           
 
Fields inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
otherAttributes
 
Constructor Summary
AnyAddressingType()
           
 
Method Summary
 void addAny(Object t)
           
 List<Object> getAny()
          Gets the value of the any property.
 boolean removeAny(Object t)
           
 
Methods inherited from class org.picketlink.identity.federation.ws.addressing.BaseAddressingType
addOtherAttribute, addOtherAttributes, getOtherAttributes
 
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

AnyAddressingType

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


addAny

public void addAny(Object t)

removeAny

public boolean removeAny(Object t)

PicketLink Federation Core 2.1.6.Final-redhat-2

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