org.plasma.xml.wsdl.v20.soap
Class Module
java.lang.Object
org.plasma.xml.wsdl.v20.DocumentedType
org.plasma.xml.wsdl.v20.ExtensibleDocumentedType
org.plasma.xml.wsdl.v20.soap.Module
public class Module
- extends ExtensibleDocumentedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<attribute name="ref" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
|
Field Summary |
protected java.lang.String |
ref
|
protected java.lang.Boolean |
required
|
|
Method Summary |
java.lang.String |
getRef()
Gets the value of the ref property. |
java.lang.Boolean |
isRequired()
Gets the value of the required property. |
void |
setRef(java.lang.String value)
Sets the value of the ref 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 |
ref
protected java.lang.String ref
required
protected java.lang.Boolean required
Module
public Module()
getRef
public java.lang.String getRef()
- Gets the value of the ref property.
- Returns:
- possible object is
String
setRef
public void setRef(java.lang.String value)
- Sets the value of the ref property.
- Parameters:
value - allowed object is
String
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.