org.plasma.xml.wsdl.v20
Class ExtensionElement
java.lang.Object
org.plasma.xml.wsdl.v20.ExtensionElement
public abstract class ExtensionElement
- extends java.lang.Object
This abstract type is intended to serve as the base type for
extension elements. It includes the wsdl:required attribute
which it is anticipated will be used by most extension elements
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>
|
Field Summary |
protected java.lang.Boolean |
required
|
|
Method Summary |
java.lang.Boolean |
isRequired()
Gets the value of the required property. |
void |
setRequired(java.lang.Boolean value)
Sets the value of the required property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
required
protected java.lang.Boolean required
ExtensionElement
public ExtensionElement()
isRequired
public java.lang.Boolean isRequired()
- Gets the value of the required property.
- Returns:
- possible object is
Boolean
setRequired
public void setRequired(java.lang.Boolean value)
- Sets the value of the required property.
- Parameters:
value - allowed object is
Boolean
Copyright © 2013. All Rights Reserved.