org.opensaml.xml.schema
Interface XSBoolean


public interface XSBoolean

XSBoolean is the xs:boolean schema type.


Method Summary
 XSBooleanValue getValue()
          Returns the XSBooleanValue value.
 void setValue(XSBooleanValue value)
          Sets the XSBooleanValue value.
 

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 © 2006-2011 Internet2. All Rights Reserved.