public class Optional extends Object
Java class for Optional complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Optional"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Optional() |
Modifier and Type | Method and Description |
---|---|
boolean |
isOptional()
Gets the value of the optional property.
|
void |
setOptional(Boolean value)
Sets the value of the optional property.
|
protected Boolean optional
Copyright © 2012–2022. All rights reserved.