@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType enabled
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getEnabled()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setEnabled(TrueFalseType value)
value - allowed object is
TrueFalseTypeCopyright © 2016 buschmais GbR. All rights reserved.