public abstract class ExtensionElement extends Object
Java class for ExtensionElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://www.w3.org/ns/wsdl}required"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtensionElement() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
protected Boolean required
Copyright © 2017. All rights reserved.