easybox.org.xmlsoap.schemas.wsdl
Class EJaxbTExtensibilityElement

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.xmlsoap.schemas.wsdl.EJaxbTExtensibilityElement
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public abstract class EJaxbTExtensibilityElement
extends com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject

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
EJaxbTExtensibilityElement()
           
 
Method Summary
 boolean isRequired()
          Gets the value of the required property.
 boolean isSetRequired()
           
 void setRequired(boolean value)
          Sets the value of the required property.
 void unsetRequired()
           
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject
getParent, getXmlObject, setXmlObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

required

protected java.lang.Boolean required
Constructor Detail

EJaxbTExtensibilityElement

public EJaxbTExtensibilityElement()
Method Detail

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

isSetRequired

public boolean isSetRequired()

unsetRequired

public void unsetRequired()


Copyright © 2012 Petals Link. All Rights Reserved.