Class XmlAction
java.lang.Object
com.oracle.xmlns.webservices.jaxws_databinding.XmlAction
- All Implemented Interfaces:
Annotation
This file was generated by JAXB-RI v2.2.6 and afterwards modified
to implement appropriate Annotation
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<XmlFaultAction>protected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>jakarta.xml.ws.FaultAction[]fault()Gets the value of the faultAction property.getInput()Gets the value of the input property.Gets the value of the output property.input()output()voidSets the value of the input property.voidSets the value of the output property.
-
Field Details
-
faultAction
-
input
-
output
-
-
Constructor Details
-
XmlAction
public XmlAction()
-
-
Method Details
-
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
Gets the value of the input property.- Returns:
- possible object is
String
-
setInput
Sets the value of the input property.- Parameters:
value- allowed object isString
-
getOutput
Gets the value of the output property.- Returns:
- possible object is
String
-
setOutput
Sets the value of the output property.- Parameters:
value- allowed object isString
-
input
-
output
-
fault
public jakarta.xml.ws.FaultAction[] fault() -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-