Package org.opensaml.core.xml.schema
Interface XSURI
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetURI()Gets the URI content of the element.default StringgetValue()Deprecated, for removal: This API element is subject to removal in a future version.voidsetURI(String uri)Sets the URI content of the element.default voidsetValue(String uri)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
TYPE_LOCAL_NAME
@Nonnull @NotEmpty static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
@Nonnull static final QName TYPE_NAME
QName of the XSI type.
-
-
Method Detail
-
getURI
@Nullable String getURI()
Gets the URI content of the element.- Returns:
- the URI content of the element
-
setURI
void setURI(@Nullable String uri)Sets the URI content of the element.- Parameters:
uri- the URI content of the element
-
getValue
@Deprecated(forRemoval=true, since="4.0.0") @Nullable default String getValue()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the URI content of the element.- Returns:
- the URI content of the element
-
setValue
@Deprecated(forRemoval=true, since="4.0.0") default void setValue(@Nullable String uri)
Deprecated, for removal: This API element is subject to removal in a future version.Sets the URI content of the element.- Parameters:
uri- the URI content of the element
-
-