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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ref
protected String ref
required
protected Boolean required
Module
public Module()
getRef
public String getRef()
- Gets the value of the ref property.
- Returns:
- possible object is
String
setRef
public void setRef(String value)
- Sets the value of the ref property.
- Parameters:
value - allowed object is
String
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 © 2014. All rights reserved.