AuthorityBinding <\code> element behaves
Method Summary |
javax.xml.namespace.QName |
getAuthorityKind()
Getter for AuthorityKind |
java.lang.String |
getBinding()
Getter for Binding |
java.lang.String |
getLocation()
Getter for Location |
void |
setAuthorityKind(javax.xml.namespace.QName authorityKind)
Setter for AuthorityKind |
void |
setBinding(java.lang.String binding)
Setter for Binding |
void |
setLocation(java.lang.String location)
Setter for Location |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
DEFAULT_ELEMENT_LOCAL_NAME
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
- Element name, no namespace.
- See Also:
- Constant Field Values
DEFAULT_ELEMENT_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
- Default element name
TYPE_LOCAL_NAME
static final java.lang.String TYPE_LOCAL_NAME
- Local name of the XSI type
- See Also:
- Constant Field Values
TYPE_NAME
static final javax.xml.namespace.QName TYPE_NAME
- QName of the XSI type
AUTHORITYKIND_ATTRIB_NAME
static final java.lang.String AUTHORITYKIND_ATTRIB_NAME
- Name for the AuthorityKind attribute
- See Also:
- Constant Field Values
LOCATION_ATTRIB_NAME
static final java.lang.String LOCATION_ATTRIB_NAME
- Name for the Location attribute
- See Also:
- Constant Field Values
BINDING_ATTRIB_NAME
static final java.lang.String BINDING_ATTRIB_NAME
- Name for the Binding attribute
- See Also:
- Constant Field Values
getAuthorityKind
javax.xml.namespace.QName getAuthorityKind()
- Getter for AuthorityKind
setAuthorityKind
void setAuthorityKind(javax.xml.namespace.QName authorityKind)
- Setter for AuthorityKind
getLocation
java.lang.String getLocation()
- Getter for Location
setLocation
void setLocation(java.lang.String location)
- Setter for Location
getBinding
java.lang.String getBinding()
- Getter for Binding
setBinding
void setBinding(java.lang.String binding)
- Setter for Binding
Copyright © 2006-2011 Internet2. All Rights Reserved.