org.plasma.xml.wsdl.v20.soap
Class Module

java.lang.Object
  extended by org.plasma.xml.wsdl.v20.DocumentedType
      extended by org.plasma.xml.wsdl.v20.ExtensibleDocumentedType
          extended by 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
           
 
Fields inherited from class org.plasma.xml.wsdl.v20.DocumentedType
documentations
 
Constructor Summary
Module()
           
 
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 org.plasma.xml.wsdl.v20.ExtensibleDocumentedType
getOtherAttributes
 
Methods inherited from class org.plasma.xml.wsdl.v20.DocumentedType
getDocumentations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ref

protected java.lang.String ref

required

protected java.lang.Boolean required
Constructor Detail

Module

public Module()
Method Detail

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.