public class XmlAction extends Object implements Action
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"> <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>
Modifier and Type | Field and Description |
---|---|
protected List<XmlFaultAction> |
faultAction |
protected String |
input |
protected String |
output |
Constructor and Description |
---|
XmlAction() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
FaultAction[] |
fault() |
List<XmlFaultAction> |
getFaultAction()
Gets the value of the faultAction property.
|
String |
getInput()
Gets the value of the input property.
|
String |
getOutput()
Gets the value of the output property.
|
String |
input() |
String |
output() |
void |
setInput(String value)
Sets the value of the input property.
|
void |
setOutput(String value)
Sets the value of the output property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
protected List<XmlFaultAction> faultAction
protected String input
protected String output
public List<XmlFaultAction> getFaultAction()
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 set
method 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
public String getInput()
String
public void setInput(String value)
value
- allowed object is
String
public String getOutput()
String
public void setOutput(String value)
value
- allowed object is
String
public String input()
public String output()
public FaultAction[] fault()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2015 Oracle Corporation. All rights reserved.