Uses of Class
org.opensaml.core.xml.schema.XSBooleanValue
-
Packages that use XSBooleanValue Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema Interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types. -
-
Uses of XSBooleanValue in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as XSBooleanValue Modifier and Type Field Description private XSBooleanValueAbstractXMLObject. nilThe value of thexsi:nilattribute.Methods in org.opensaml.core.xml that return XSBooleanValue Modifier and Type Method Description XSBooleanValueAbstractXMLObject. isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.XSBooleanValueXMLObject. isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.Methods in org.opensaml.core.xml with parameters of type XSBooleanValue Modifier and Type Method Description voidAbstractXMLObject. setNil(XSBooleanValue newNil)Sets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.voidXMLObject. setNil(XSBooleanValue newNil)Sets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue. -
Uses of XSBooleanValue in org.opensaml.core.xml.schema
Methods in org.opensaml.core.xml.schema that return XSBooleanValue Modifier and Type Method Description XSBooleanValueXSBoolean. getValue()Returns the XSBooleanValue value.static XSBooleanValueXSBooleanValue. valueOf(String booleanString)Parses a string meant to represent a boolean.Methods in org.opensaml.core.xml.schema with parameters of type XSBooleanValue Modifier and Type Method Description voidXSBoolean. setValue(XSBooleanValue value)Sets the XSBooleanValue value. -
Uses of XSBooleanValue in org.opensaml.core.xml.schema.impl
Fields in org.opensaml.core.xml.schema.impl declared as XSBooleanValue Modifier and Type Field Description private XSBooleanValueXSBooleanImpl. valueValue of this string element.Methods in org.opensaml.core.xml.schema.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueXSBooleanImpl. getValue()Returns the XSBooleanValue value.Methods in org.opensaml.core.xml.schema.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidXSBooleanImpl. setValue(XSBooleanValue newValue)Sets the XSBooleanValue value.
-