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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ref |
protected Boolean |
required |
documentations| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRef()
Gets the value of the ref property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
getOtherAttributesgetDocumentationspublic String getRef()
Stringpublic void setRef(String value)
value - allowed object is
Stringpublic Boolean isRequired()
BooleanCopyright © 2017. All rights reserved.