Class OperationType
Java class for operationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="operationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="param" type="{http://cxf.apache.org/bindings/corba}paramType" maxOccurs="unbounded" minOccurs="0"/>
<element name="return" type="{http://cxf.apache.org/bindings/corba}argType" minOccurs="0"/>
<element name="raises" type="{http://cxf.apache.org/bindings/corba}raisesType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the value of the name property.getParam()Gets the value of the param property.Gets the value of the raises property.Gets the value of the return property.booleanbooleanbooleanbooleanvoidSets the value of the name property.voidSets the value of the return property.voidvoid
-
Field Details
-
param
-
_return
-
raises
-
name
-
-
Constructor Details
-
OperationType
public OperationType()
-
-
Method Details
-
getParam
Gets the value of the param 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 Jakarta XML Binding object. This is why there is not a
setmethod for the param property.For example, to add a new item, do as follows:
getParam().add(newItem);Objects of the following type(s) are allowed in the list
ParamType -
isSetParam
public boolean isSetParam() -
unsetParam
public void unsetParam() -
getReturn
Gets the value of the return property.- Returns:
- possible object is
ArgType
-
setReturn
Sets the value of the return property.- Parameters:
value- allowed object isArgType
-
isSetReturn
public boolean isSetReturn() -
getRaises
Gets the value of the raises 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 Jakarta XML Binding object. This is why there is not a
setmethod for the raises property.For example, to add a new item, do as follows:
getRaises().add(newItem);Objects of the following type(s) are allowed in the list
RaisesType -
isSetRaises
public boolean isSetRaises() -
unsetRaises
public void unsetRaises() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-