org.apache.cxf.wsdl
Class TExtensibilityElement
java.lang.Object
org.apache.cxf.wsdl.TExtensibilityElement
- Direct Known Subclasses:
- TExtensibilityElementImpl
public abstract class TExtensibilityElement
- extends java.lang.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>
Field Summary |
protected java.lang.Boolean |
required
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
required
protected java.lang.Boolean required
TExtensibilityElement
public TExtensibilityElement()
isRequired
public boolean isRequired()
- Gets the value of the required property.
- Returns:
- possible object is
Boolean
setRequired
public void setRequired(boolean value)
- Sets the value of the required property.
- Parameters:
value
- allowed object is
Boolean
isSetRequired
public boolean isSetRequired()
unsetRequired
public void unsetRequired()
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.