public class AdviceRequest extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Java class for AdviceRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdviceRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
type |
| Constructor and Description |
|---|
AdviceRequest() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
String |
getDescription()
Gets the value of the description property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetDescription() |
boolean |
isSetType() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString() |
AdviceRequest |
withDescription(String value) |
AdviceRequest |
withType(String value) |
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic AdviceRequest withType(String value)
public AdviceRequest withDescription(String value)
Copyright © 2014. All Rights Reserved.