Interface AttributeQueryType
-
- All Superinterfaces:
QueryAbstractType,SubjectQueryAbstractType,XmlObject,XmlTokenSource
public interface AttributeQueryType extends SubjectQueryAbstractType
An XML AttributeQueryType(@urn:oasis:names:tc:SAML:1.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAttributeQueryType.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 AttributeDesignatorTypeaddNewAttributeDesignator()Appends and returns a new empty value (as xml) as the last "AttributeDesignator" elementAttributeDesignatorType[]getAttributeDesignatorArray()Gets array of all "AttributeDesignator" elementsAttributeDesignatorTypegetAttributeDesignatorArray(int i)Gets ith "AttributeDesignator" elementStringgetResource()Gets the "Resource" attributeAttributeDesignatorTypeinsertNewAttributeDesignator(int i)Inserts and returns a new empty value (as xml) as the ith "AttributeDesignator" elementbooleanisSetResource()True if has "Resource" attributevoidremoveAttributeDesignator(int i)Removes the ith "AttributeDesignator" elementvoidsetAttributeDesignatorArray(int i, AttributeDesignatorType attributeDesignator)Sets ith "AttributeDesignator" elementvoidsetAttributeDesignatorArray(AttributeDesignatorType[] attributeDesignatorArray)Sets array of all "AttributeDesignator" elementvoidsetResource(String resource)Sets the "Resource" attributeintsizeOfAttributeDesignatorArray()Returns number of "AttributeDesignator" elementvoidunsetResource()Unsets the "Resource" attributeXmlAnyURIxgetResource()Gets (as xml) the "Resource" attributevoidxsetResource(XmlAnyURI resource)Sets (as xml) the "Resource" attribute-
Methods inherited from interface org.sourceid.protocol.samlp11.xml.SubjectQueryAbstractType
addNewSubject, getSubject, setSubject
-
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
-
getAttributeDesignatorArray
AttributeDesignatorType[] getAttributeDesignatorArray()
Gets array of all "AttributeDesignator" elements
-
getAttributeDesignatorArray
AttributeDesignatorType getAttributeDesignatorArray(int i)
Gets ith "AttributeDesignator" element
-
sizeOfAttributeDesignatorArray
int sizeOfAttributeDesignatorArray()
Returns number of "AttributeDesignator" element
-
setAttributeDesignatorArray
void setAttributeDesignatorArray(AttributeDesignatorType[] attributeDesignatorArray)
Sets array of all "AttributeDesignator" element
-
setAttributeDesignatorArray
void setAttributeDesignatorArray(int i, AttributeDesignatorType attributeDesignator)Sets ith "AttributeDesignator" element
-
insertNewAttributeDesignator
AttributeDesignatorType insertNewAttributeDesignator(int i)
Inserts and returns a new empty value (as xml) as the ith "AttributeDesignator" element
-
addNewAttributeDesignator
AttributeDesignatorType addNewAttributeDesignator()
Appends and returns a new empty value (as xml) as the last "AttributeDesignator" element
-
removeAttributeDesignator
void removeAttributeDesignator(int i)
Removes the ith "AttributeDesignator" element
-
getResource
String getResource()
Gets the "Resource" attribute
-
xgetResource
XmlAnyURI xgetResource()
Gets (as xml) the "Resource" attribute
-
isSetResource
boolean isSetResource()
True if has "Resource" attribute
-
setResource
void setResource(String resource)
Sets the "Resource" attribute
-
xsetResource
void xsetResource(XmlAnyURI resource)
Sets (as xml) the "Resource" attribute
-
unsetResource
void unsetResource()
Unsets the "Resource" attribute
-
-