public interface AttributeValueElement extends Element, AnyType
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Users/allan/A-SVN/trunk/opensso/products/federation/library/xsd/saml2/saml-schema-assertion-2.0.xsd line 310)
<element name="AttributeValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
Modifier and Type | Method and Description |
---|---|
boolean |
isNil()
This property is used to control the xsi:nil feature of W3C XML Schema.
|
void |
setNil(boolean value)
Passing
true will generate xsi:nil in the XML outputThis property is used to control the xsi:nil feature of W3C XML Schema. |
getContent
boolean isNil()
void setNil(boolean value)
true
will generate xsi:nil in the XML outputThis property is used to control the xsi:nil feature of W3C XML Schema.
Setting this property to true will cause the output to be <{0} xsi:nil="true" /> regardless of the values of the other properties.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.