public abstract class

TExtensibilityElement

extends Object
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TExtensibilityElement

Class Overview

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>
 

Summary

Fields
protected Boolean required
Public Constructors
TExtensibilityElement()
Public Methods
Boolean isRequired()
Gets the value of the required property.
void setRequired(Boolean value)
Sets the value of the required property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean required

Public Constructors

public TExtensibilityElement ()

Public Methods

public Boolean isRequired ()

Gets the value of the required property.

Returns
  • possible object is Boolean

public void setRequired (Boolean value)

Sets the value of the required property.

Parameters
value Allowed object is Boolean