public abstract class TExtensibilityElement extends 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>
Constructor and Description |
---|
TExtensibilityElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSetRequired() |
void |
setRequired(boolean value)
Sets the value of the required property.
|
void |
unsetRequired() |
protected Boolean required
public boolean isRequired()
Boolean
public void setRequired(boolean value)
value
- allowed object is
Boolean
public boolean isSetRequired()
public void unsetRequired()
Copyright © 2018 JBoss by Red Hat. All rights reserved.