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

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.Header

public class Header
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="element" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="mustUnderstand" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName element
           
protected  Boolean mustUnderstand
           
protected  Boolean required
           
 
Fields inherited from class org.plasma.xml.wsdl.v20.DocumentedType
documentations
 
Constructor Summary
Header()
           
 
Method Summary
 QName getElement()
          Gets the value of the element property.
 Boolean isMustUnderstand()
          Gets the value of the mustUnderstand property.
 Boolean isRequired()
          Gets the value of the required property.
 void setElement(QName value)
          Sets the value of the element property.
 void setMustUnderstand(Boolean value)
          Sets the value of the mustUnderstand property.
 void setRequired(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

element

protected QName element

mustUnderstand

protected Boolean mustUnderstand

required

protected Boolean required
Constructor Detail

Header

public Header()
Method Detail

getElement

public QName getElement()
Gets the value of the element property.

Returns:
possible object is QName

setElement

public void setElement(QName value)
Sets the value of the element property.

Parameters:
value - allowed object is QName

isMustUnderstand

public Boolean isMustUnderstand()
Gets the value of the mustUnderstand property.

Returns:
possible object is Boolean

setMustUnderstand

public void setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.

Parameters:
value - allowed object is Boolean

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.