org.opensaml.xml.schema
Interface XSBoolean

All Superinterfaces:
ValidatingXMLObject, XMLObject
All Known Implementing Classes:
XSBooleanImpl

public interface XSBoolean
extends ValidatingXMLObject

XSBoolean is the xs:boolean schema type.


Field Summary
static String TYPE_LOCAL_NAME
          Local name of the XSI type.
static QName TYPE_NAME
          QName of the XSI type.
 
Method Summary
 XSBooleanValue getValue()
          Returns the XSBooleanValue value.
 void setValue(XSBooleanValue value)
          Sets the XSBooleanValue value.
 
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

XSBooleanValue getValue()
Returns the XSBooleanValue value.

Returns:
the XSBooleanValue value

setValue

void setValue(XSBooleanValue value)
Sets the XSBooleanValue value.

Parameters:
value - The XSBooleanValue value


Copyright © 1999-2012. All Rights Reserved.