Package org.somda.sdc.dpws.wsdl.model
Class TPortType
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
-
- org.somda.sdc.dpws.wsdl.model.TPortType
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TPortType extends TExtensibleAttributesDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tPortType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tPortType"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented"> <sequence> <element name="operation" type="{http://schemas.xmlsoap.org/wsdl/}tOperation" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected List<TOperation>operation-
Fields inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
documentation
-
-
Constructor Summary
Constructors Constructor Description TPortType()
-
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)StringgetName()Gets the value of the name property.List<TOperation>getOperation()Gets the value of the operation property.voidsetName(String value)Sets the value of the name property.voidsetOperation(List<TOperation> value)StringtoString()-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TExtensibleAttributesDocumented
getOtherAttributes
-
Methods inherited from class org.somda.sdc.dpws.wsdl.model.TDocumented
getDocumentation, setDocumentation
-
-
-
-
Field Detail
-
operation
protected List<TOperation> operation
-
name
protected String name
-
-
Method Detail
-
getOperation
public List<TOperation> getOperation()
Gets the value of the operation 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 operation property.For example, to add a new item, do as follows:
getOperation().add(newItem);Objects of the following type(s) are allowed in the list
TOperation
-
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
-
setOperation
public void setOperation(List<TOperation> value)
-
toString
public String toString()
- Overrides:
toStringin classTExtensibleAttributesDocumented
-
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 classTExtensibleAttributesDocumented
-
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 classTExtensibleAttributesDocumented
-
-