org.picketlink.identity.federation.saml.v2.metadata
Class TypeWithOtherAttributes
java.lang.Object
org.picketlink.identity.federation.saml.v2.metadata.TypeWithOtherAttributes
- Direct Known Subclasses:
- AffiliationDescriptorType, ContactType, EndpointType, EntityDescriptorType, OrganizationType, RoleDescriptorType
public abstract class TypeWithOtherAttributes
- extends Object
Abstract base class for types that can have extra attributes
- Since:
- Dec 10, 2010
- 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 Map<QName,String> otherAttributes
TypeWithOtherAttributes
public TypeWithOtherAttributes()
addOtherAttribute
public void addOtherAttribute(QName qame,
String value)
- Add other attribute
- Parameters:
qame
- value
-
removeOtherAttribute
public void removeOtherAttribute(QName qame)
- Remove other attribute
- Parameters:
qame
- value
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
- Gets a map that contains attributes that aren't bound to any typed property on this class.
- Returns:
- always non-null
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.