public class Tag
extends org.opensaml.core.xml.AbstractXMLObject
<xs:complexType name="TagType"> <xs:attribute name="Ref" type="xs:anyURI" use="required"/> </xs:complexType>
The value of the Ref attribute SHOULD be a tag space (a place that collates or defines tags), where the last component of the URL is the tag. For instance, http://technorati.com/tag/music is a URL for the tag "music."
| Modifier and Type | Class and Description |
|---|---|
static class |
Tag.Builder
Static Builder
|
static class |
Tag.Marshaller
Static Marshaller
|
static class |
Tag.Unmarshaller
Static Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_REF |
static String |
LOCAL_NAME |
String |
ref |
private String |
value |
| Modifier | Constructor and Description |
|---|---|
|
Tag(String value,
String ref) |
protected |
Tag(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getRef() |
String |
getValue() |
void |
setRef(String ref) |
void |
setValue(String value) |
detach, 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, setSchemaTypeCopyright © 1999–2015. All rights reserved.