public class TMessage extends TExtensibleDocumented
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" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected List<TPart> |
part |
any
documentation
Constructor and Description |
---|
TMessage() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
List<TPart> |
getPart()
Gets the value of the part property.
|
boolean |
isSetName() |
boolean |
isSetPart() |
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetPart() |
getAny, getOtherAttributes, isSetAny, unsetAny
getDocumentation, isSetDocumentation, setDocumentation
public List<TPart> getPart()
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 set
method 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
public boolean isSetPart()
public void unsetPart()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.