public class RespectBindingType extends Object
Java class for respect-bindingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="respect-bindingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="enabled" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TrueFalseType |
enabled |
| Constructor and Description |
|---|
RespectBindingType() |
| Modifier and Type | Method and Description |
|---|---|
TrueFalseType |
getEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(TrueFalseType value)
Sets the value of the enabled property.
|
RespectBindingType |
withEnabled(TrueFalseType value) |
protected TrueFalseType enabled
public TrueFalseType getEnabled()
TrueFalseTypepublic void setEnabled(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic RespectBindingType withEnabled(TrueFalseType value)
Copyright © 2019. All rights reserved.