org.opensaml.xml.schema
Interface XSString

All Superinterfaces:
ValidatingXMLObject, XMLObject
All Known Subinterfaces:
CarriedKeyName, KeyName, MgmtData, X509IssuerName, X509SubjectName, XPath
All Known Implementing Classes:
CarriedKeyNameImpl, KeyNameImpl, MgmtDataImpl, X509IssuerNameImpl, X509SubjectNameImpl, XPathImpl, XSStringImpl

public interface XSString
extends ValidatingXMLObject

XMLObject that represents an XML Schema String.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 String getValue()
          Gets the string.
 void setValue(String newValue)
          Sets the string.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Field Detail

TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.

Method Detail

getValue

String getValue()
Gets the string.

Returns:
the string

setValue

void setValue(String newValue)
Sets the string.

Parameters:
newValue - the string value


Copyright © 1999-2013. All Rights Reserved.