org.plasma.xml.wsdl.v20
Class ExtensionElement
java.lang.Object
org.plasma.xml.wsdl.v20.ExtensionElement
public abstract class ExtensionElement
- extends 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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
required
protected Boolean required
ExtensionElement
public ExtensionElement()
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
Copyright © 2013. All rights reserved.