Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
XSBooleanValue |
XSBoolean.getValue()
Returns the XSBooleanValue value.
|
static XSBooleanValue |
XSBooleanValue.valueOf(String booleanString)
Parses a string meant to represent a boolean.
|
Modifier and Type | Method and Description |
---|---|
void |
XSBoolean.setValue(XSBooleanValue value)
Sets the XSBooleanValue value.
|
Modifier and Type | Method and Description |
---|---|
XSBooleanValue |
XSBooleanImpl.getValue()
Returns the XSBooleanValue value.
|
Modifier and Type | Method and Description |
---|---|
void |
XSBooleanImpl.setValue(XSBooleanValue newValue)
Sets the XSBooleanValue value.
|
Copyright © 1999–2015. All rights reserved.