org.picketlink.identity.federation.ws.addressing
Class BaseAddressingType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
otherAttributes
protected final Map<QName,String> otherAttributes
BaseAddressingType
public BaseAddressingType()
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
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.