Package org.sourceid.protocol.saml11.xml
Interface AuthorityBindingType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface AuthorityBindingType extends XmlObject
An XML AuthorityBindingType(@urn:oasis:names:tc:SAML:1.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuthorityBindingType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QNamegetAuthorityKind()Gets the "AuthorityKind" attributeStringgetBinding()Gets the "Binding" attributeStringgetLocation()Gets the "Location" attributevoidsetAuthorityKind(QName authorityKind)Sets the "AuthorityKind" attributevoidsetBinding(String binding)Sets the "Binding" attributevoidsetLocation(String location)Sets the "Location" attributeXmlQNamexgetAuthorityKind()Gets (as xml) the "AuthorityKind" attributeXmlAnyURIxgetBinding()Gets (as xml) the "Binding" attributeXmlAnyURIxgetLocation()Gets (as xml) the "Location" attributevoidxsetAuthorityKind(XmlQName authorityKind)Sets (as xml) the "AuthorityKind" attributevoidxsetBinding(XmlAnyURI binding)Sets (as xml) the "Binding" attributevoidxsetLocation(XmlAnyURI location)Sets (as xml) the "Location" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAuthorityKind
QName getAuthorityKind()
Gets the "AuthorityKind" attribute
-
xgetAuthorityKind
XmlQName xgetAuthorityKind()
Gets (as xml) the "AuthorityKind" attribute
-
setAuthorityKind
void setAuthorityKind(QName authorityKind)
Sets the "AuthorityKind" attribute
-
xsetAuthorityKind
void xsetAuthorityKind(XmlQName authorityKind)
Sets (as xml) the "AuthorityKind" attribute
-
getLocation
String getLocation()
Gets the "Location" attribute
-
xgetLocation
XmlAnyURI xgetLocation()
Gets (as xml) the "Location" attribute
-
setLocation
void setLocation(String location)
Sets the "Location" attribute
-
xsetLocation
void xsetLocation(XmlAnyURI location)
Sets (as xml) the "Location" attribute
-
getBinding
String getBinding()
Gets the "Binding" attribute
-
xgetBinding
XmlAnyURI xgetBinding()
Gets (as xml) the "Binding" attribute
-
setBinding
void setBinding(String binding)
Sets the "Binding" attribute
-
xsetBinding
void xsetBinding(XmlAnyURI binding)
Sets (as xml) the "Binding" attribute
-
-