org.plasma.xml.wsdl.v11
Class TExtensibilityElement

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.TExtensibilityElement
Direct Known Subclasses:
Address, Address, Binding, Binding, Content, Header, MimeXml, MultipartRelated, Operation, Operation, TBody

public abstract class TExtensibilityElement
extends java.lang.Object

Java class for tExtensibilityElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tExtensibilityElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{http://schemas.xmlsoap.org/wsdl/}required"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean required
           
 
Constructor Summary
TExtensibilityElement()
           
 
Method Summary
 java.lang.Boolean isRequired()
          Gets the value of the required 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
 

Field Detail

required

protected java.lang.Boolean required
Constructor Detail

TExtensibilityElement

public TExtensibilityElement()
Method Detail

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.