public abstract class TExtensibilityElement extends Object
Java class for tExtensibilityElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tExtensibilityElement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{http://schemas.xmlsoap.org/wsdl/}required"/>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TExtensibilityElement() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSetRequired() |
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
unsetRequired() |
protected Boolean required
public boolean isRequired()
Booleanpublic void setRequired(boolean value)
value - allowed object is
Booleanpublic boolean isSetRequired()
public void unsetRequired()
Apache CXF