Class TOperation
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
-
- org.somda.sdc.dpws.wsdl.model.TOperation
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TOperation extends TExtensibleDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tOperation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tOperation"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented"> <sequence> <choice> <group ref="{http://schemas.xmlsoap.org/wsdl/}request-response-or-one-way-operation"/> <group ref="{http://schemas.xmlsoap.org/wsdl/}solicit-response-or-notification-operation"/> </choice> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="parameterOrder" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected List<String>parameterOrderprotected List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>>rest-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
any
-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)StringgetName()Gets the value of the name property.List<String>getParameterOrder()Gets the value of the parameterOrder property.List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>>getRest()Gets the rest of the content model.inthashCode()voidsetName(String value)Sets the value of the name property.voidsetParameterOrder(List<String> value)voidsetRest(List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>> value)StringtoString()-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
getAny, setAny
-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
getDocumentation, setDocumentation
-
-
-
-
Field Detail
-
rest
protected List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>> rest
-
name
protected String name
-
-
Method Detail
-
getRest
public List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>> getRest()
Gets the rest of the content model.You are getting this "catch-all" property because of the following reason: The field name "Output" is used by two different parts of a schema. See: line 217 of file:/home/cru/Code/gitlab/sdc-ri/dpws-model/src/main/resources/wsdl-1.1-schema.xsd line 209 of file:/home/cru/Code/gitlab/sdc-ri/dpws-model/src/main/resources/wsdl-1.1-schema.xsd
To get rid of this property, apply a property customization to one of both of the following declarations to change their names: Gets the value of the rest 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 rest property.For example, to add a new item, do as follows:
getRest().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<TParam>JAXBElement<TParam>JAXBElement<TFault>
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getParameterOrder
public List<String> getParameterOrder()
Gets the value of the parameterOrder 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 parameterOrder property.For example, to add a new item, do as follows:
getParameterOrder().add(newItem);Objects of the following type(s) are allowed in the list
String
-
setRest
public void setRest(List<javax.xml.bind.JAXBElement<? extends TExtensibleAttributesDocumented>> value)
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classTExtensibleDocumented
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTExtensibleDocumented
-
toString
public String toString()
- Overrides:
toStringin classTExtensibleDocumented
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classTExtensibleDocumented
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classTExtensibleDocumented
-
-