Uses of Class
org.opensaml.xml.schema.XSBooleanValue

Packages that use XSBooleanValue
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.schema Interfaces for XMLObjects that represent XML schema types. 
org.opensaml.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. 
 

Uses of XSBooleanValue in org.opensaml.xml
 

Fields in org.opensaml.xml declared as XSBooleanValue
private  XSBooleanValue AbstractXMLObject.nil
          The value of the xsi:nil attribute.
 

Methods in org.opensaml.xml that return XSBooleanValue
 XSBooleanValue XMLObject.isNilXSBoolean()
          Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
 XSBooleanValue AbstractXMLObject.isNilXSBoolean()
          Gets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
 

Methods in org.opensaml.xml with parameters of type XSBooleanValue
 void XMLObject.setNil(XSBooleanValue newNil)
          Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
 void AbstractXMLObject.setNil(XSBooleanValue newNil)
          Sets whether the object declares that its element content is null, which corresponds to an xsi:nil attribute of true.
 

Uses of XSBooleanValue in org.opensaml.xml.schema
 

Methods in org.opensaml.xml.schema that return XSBooleanValue
 XSBooleanValue XSBoolean.getValue()
          Returns the XSBooleanValue value.
static XSBooleanValue XSBooleanValue.valueOf(String booleanString)
          Parses a string meant to represent a boolean.
 

Methods in org.opensaml.xml.schema with parameters of type XSBooleanValue
 void XSBoolean.setValue(XSBooleanValue value)
          Sets the XSBooleanValue value.
 

Uses of XSBooleanValue in org.opensaml.xml.schema.impl
 

Fields in org.opensaml.xml.schema.impl declared as XSBooleanValue
private  XSBooleanValue XSBooleanImpl.value
          Value of this string element.
 

Methods in org.opensaml.xml.schema.impl that return XSBooleanValue
 XSBooleanValue XSBooleanImpl.getValue()
          Returns the XSBooleanValue value.
 

Methods in org.opensaml.xml.schema.impl with parameters of type XSBooleanValue
 void XSBooleanImpl.setValue(XSBooleanValue newValue)
          Sets the XSBooleanValue value.
 



Copyright © 1999-2013. All Rights Reserved.