Class XmlWebMethod
- java.lang.Object
-
- com.oracle.xmlns.webservices.jaxws_databinding.XmlWebMethod
-
- All Implemented Interfaces:
Annotation
public class XmlWebMethod extends Object implements jakarta.jws.WebMethod
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate AnnotationJava 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>
-
-
Constructor Summary
Constructors Constructor Description XmlWebMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
getAction
public String getAction()
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
public void setAction(String value)
Sets the value of the action property.- Parameters:
value
- allowed object isString
-
isExclude
public boolean isExclude()
Gets the value of the exclude property.- Returns:
- possible object is
Boolean
-
setExclude
public void setExclude(Boolean value)
Sets the value of the exclude property.- Parameters:
value
- allowed object isBoolean
-
getOperationName
public String getOperationName()
Gets the value of the operationName property.- Returns:
- possible object is
String
-
setOperationName
public void setOperationName(String value)
Sets the value of the operationName property.- Parameters:
value
- allowed object isString
-
operationName
public String operationName()
-
action
public String action()
-
exclude
public boolean exclude()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-