public class XmlAddressing extends Object implements Addressing
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected Boolean |
required |
| Constructor and Description |
|---|
XmlAddressing() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
enabled() |
Boolean |
getEnabled() |
Boolean |
getRequired() |
boolean |
required() |
AddressingFeature.Responses |
responses() |
void |
setEnabled(Boolean enabled) |
void |
setRequired(Boolean required) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Boolean getRequired()
public void setRequired(Boolean required)
public boolean enabled()
public boolean required()
public AddressingFeature.Responses responses()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2005–2017 Oracle Corporation. All rights reserved.