public class XmlWebMethod extends Object implements WebMethod
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">
<attribute name="action" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="exclude" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="operation-name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected Boolean |
exclude |
protected String |
operationName |
| Constructor and Description |
|---|
XmlWebMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
Class<? extends Annotation> |
annotationType() |
boolean |
exclude() |
String |
getAction()
Gets the value of the action property.
|
String |
getOperationName()
Gets the value of the operationName property.
|
boolean |
isExclude()
Gets the value of the exclude property.
|
String |
operationName() |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setExclude(Boolean value)
Sets the value of the exclude property.
|
void |
setOperationName(String value)
Sets the value of the operationName property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringprotected String action
protected Boolean exclude
protected String operationName
public String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic boolean isExclude()
Booleanpublic void setExclude(Boolean value)
value - allowed object is
Booleanpublic String getOperationName()
Stringpublic void setOperationName(String value)
value - allowed object is
Stringpublic String operationName()
public String action()
public boolean exclude()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2005–2017 Oracle Corporation. All rights reserved.