Class TypeWithOtherAttributes
java.lang.Object
org.keycloak.dom.saml.v2.metadata.TypeWithOtherAttributes
- Direct Known Subclasses:
AffiliationDescriptorType
,ContactType
,EndpointType
,EntityDescriptorType
,OrganizationType
,RoleDescriptorType
Abstract base class for types that can have extra attributes
- Since:
- Dec 10, 2010
- Author:
- Anil.Saldhana@redhat.com
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addOtherAttribute
(QName qame, String value) Add other attributeGets a map that contains attributes that aren't bound to any typed property on this class.void
removeOtherAttribute
(QName qame) Remove other attribute
-
Field Details
-
otherAttributes
-
-
Constructor Details
-
TypeWithOtherAttributes
public TypeWithOtherAttributes()
-
-
Method Details
-
addOtherAttribute
Add other attribute- Parameters:
qame
-value
-
-
removeOtherAttribute
Remove other attribute- Parameters:
qame
-value
-
-
getOtherAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.- Returns:
- always non-null
-