Package org.somda.sdc.dpws.wsdl.model
Class TMessage
- java.lang.Object
-
- org.somda.sdc.dpws.wsdl.model.TDocumented
-
- org.somda.sdc.dpws.wsdl.model.TExtensibleDocumented
-
- org.somda.sdc.dpws.wsdl.model.TMessage
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
public class TMessage extends TExtensibleDocumented implements org.jvnet.jaxb2_commons.lang.ToString2
Java class for tMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMessage"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented"> <sequence> <element name="part" type="{http://schemas.xmlsoap.org/wsdl/}tPart" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected List<TPart>part-
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 TMessage()
-
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<TPart>getPart()Gets the value of the part property.inthashCode()voidsetName(String value)Sets the value of the name property.voidsetPart(List<TPart> 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
-
-
-
-
Method Detail
-
getPart
public List<TPart> getPart()
Gets the value of the part 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 part property.For example, to add a new item, do as follows:
getPart().add(newItem);Objects of the following type(s) are allowed in the list
TPart
-
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
-
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
-
-