Class XmlAction
- java.lang.Object
-
- com.oracle.xmlns.webservices.jaxws_databinding.XmlAction
-
- All Implemented Interfaces:
Annotation
public class XmlAction extends Object implements javax.xml.ws.Action
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"> <sequence> <element ref="{http://xmlns.oracle.com/webservices/jaxws-databinding}fault-action" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="input" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="output" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<XmlFaultAction>faultActionprotected Stringinputprotected Stringoutput
-
Constructor Summary
Constructors Constructor Description XmlAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()javax.xml.ws.FaultAction[]fault()List<XmlFaultAction>getFaultAction()Gets the value of the faultAction property.StringgetInput()Gets the value of the input property.StringgetOutput()Gets the value of the output property.Stringinput()Stringoutput()voidsetInput(String value)Sets the value of the input property.voidsetOutput(String value)Sets the value of the output 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
-
-
-
-
Field Detail
-
faultAction
protected List<XmlFaultAction> faultAction
-
input
protected String input
-
output
protected String output
-
-
Method Detail
-
getFaultAction
public List<XmlFaultAction> getFaultAction()
Gets the value of the faultAction property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the faultAction property.For example, to add a new item, do as follows:
getFaultAction().add(newItem);Objects of the following type(s) are allowed in the list
XmlFaultAction
-
getInput
public String getInput()
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
public void setInput(String value)
Sets the value of the input property.- Parameters:
value- allowed object isString
-
getOutput
public String getOutput()
Gets the value of the output property.- Returns:
- possible object is
String
-
setOutput
public void setOutput(String value)
Sets the value of the output property.- Parameters:
value- allowed object isString
-
input
public String input()
-
output
public String output()
-
fault
public javax.xml.ws.FaultAction[] fault()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-