PicketLink Federation Core 2.1.6.Final-redhat-2

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

java.lang.Object
  extended by org.picketlink.identity.federation.ws.addressing.BaseAddressingType
Direct Known Subclasses:
AnyAddressingType, AttributedDateTime, AttributedQNameType, AttributedString, AttributedUnsignedLongType, AttributedURI, AttributedURIType, BinaryExchangeType, BinarySecretType, EndpointReferenceType, PolicyReference, ProblemActionType, ReferenceType, RelatesToType

public class BaseAddressingType
extends Object

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

Field Summary
protected  Map<QName,String> otherAttributes
           
 
Constructor Summary
BaseAddressingType()
           
 
Method Summary
 void addOtherAttribute(QName qname, String str)
          Add an other attribute
 void addOtherAttributes(Map<QName,String> otherMap)
           
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

otherAttributes

protected final Map<QName,String> otherAttributes
Constructor Detail

BaseAddressingType

public BaseAddressingType()
Method Detail

addOtherAttribute

public void addOtherAttribute(QName qname,
                              String str)
Add an other attribute

Parameters:
qname -
str -

addOtherAttributes

public void addOtherAttributes(Map<QName,String> otherMap)

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

PicketLink Federation Core 2.1.6.Final-redhat-2

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