public class UsageDirective
extends org.opensaml.soap.common.AbstractExtensibleSOAPObject
<xs:complexType name="UsageDirectiveType">
<xs:sequence>
<xs:any namespace="##other" processContents="lax"
maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="ref" type="xs:IDREF" use="required"/>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
<xs:element name="UsageDirective" type="UsageDirectiveType"/>
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageDirective.Builder
Internal Builder
|
static class |
UsageDirective.Marshaller
Internal Marshaller
|
static class |
UsageDirective.Unmarshaller
Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_REF |
static String |
LOCAL_NAME |
private String |
ref
An attribute referring to an element of the SOAP-based ID-* message to which the usage directive
applies.
|
| Modifier | Constructor and Description |
|---|---|
|
UsageDirective() |
protected |
UsageDirective(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef() |
void |
setRef(String ref) |
getOrderedChildren, getUnknownAttributes, getUnknownXMLObjects, getUnknownXMLObjectsdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String LOCAL_NAME
private String ref
public static final String ATT_REF
Copyright © 1999–2015. All rights reserved.