public class TParam extends TExtensibleAttributesDocumented
Java class for tParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tParam"> <complexContent> <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" /> <attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected QName |
message |
protected String |
name |
any
documentation
Constructor and Description |
---|
TParam() |
Modifier and Type | Method and Description |
---|---|
QName |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetMessage() |
boolean |
isSetName() |
void |
setMessage(QName value)
Sets the value of the message property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAny, getOtherAttributes, isSetAny, unsetAny
getDocumentation, isSetDocumentation, setDocumentation
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public QName getMessage()
QName
public void setMessage(QName value)
value
- allowed object is
QName
public boolean isSetMessage()
Copyright © 2018 JBoss by Red Hat. All rights reserved.