Uses of Interface
org.sourceid.protocol.saml11.xml.AttributeType
-
Packages that use AttributeType Package Description org.sourceid.protocol.saml11.xml -
-
Uses of AttributeType in org.sourceid.protocol.saml11.xml
Methods in org.sourceid.protocol.saml11.xml that return AttributeType Modifier and Type Method Description AttributeTypeAttributeDocument. addNewAttribute()Appends and returns a new empty "Attribute" elementAttributeTypeAttributeStatementType. addNewAttribute()Appends and returns a new empty value (as xml) as the last "Attribute" elementAttributeTypeAttributeDocument. getAttribute()Gets the "Attribute" elementAttributeType[]AttributeStatementType. getAttributeArray()Gets array of all "Attribute" elementsAttributeTypeAttributeStatementType. getAttributeArray(int i)Gets ith "Attribute" elementAttributeTypeAttributeStatementType. insertNewAttribute(int i)Inserts and returns a new empty value (as xml) as the ith "Attribute" elementstatic AttributeTypeAttributeType.Factory. newInstance()static AttributeTypeAttributeType.Factory. newInstance(XmlOptions options)static AttributeTypeAttributeType.Factory. parse(File file)static AttributeTypeAttributeType.Factory. parse(File file, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(InputStream is)static AttributeTypeAttributeType.Factory. parse(InputStream is, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(Reader r)static AttributeTypeAttributeType.Factory. parse(Reader r, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(String xmlAsString)static AttributeTypeAttributeType.Factory. parse(String xmlAsString, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(URL u)static AttributeTypeAttributeType.Factory. parse(URL u, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(XMLStreamReader sr)static AttributeTypeAttributeType.Factory. parse(XMLStreamReader sr, XmlOptions options)static AttributeTypeAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AttributeTypeAttributeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic AttributeTypeAttributeType.Factory. parse(Node node)static AttributeTypeAttributeType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.saml11.xml with parameters of type AttributeType Modifier and Type Method Description voidAttributeDocument. setAttribute(AttributeType attribute)Sets the "Attribute" elementvoidAttributeStatementType. setAttributeArray(int i, AttributeType attribute)Sets ith "Attribute" elementvoidAttributeStatementType. setAttributeArray(AttributeType[] attributeArray)Sets array of all "Attribute" element
-