public class RespectBindingType extends Object implements com.sun.xml.bind.Locatable
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 |
protected Locator |
locator |
| 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.
|
void |
setSourceLocation(Locator newLocator) |
Locator |
sourceLocation() |
protected TrueFalseType enabled
protected Locator locator
public TrueFalseType getEnabled()
TrueFalseTypepublic void setEnabled(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.Locatablepublic void setSourceLocation(Locator newLocator)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.