public class ExpertAdviceType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
actionToBeTaken |
protected String |
expertAdviceURL |
protected String |
expertID |
| Constructor and Description |
|---|
ExpertAdviceType() |
| 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) |
List<String> |
getActionToBeTaken()
Gets the value of the actionToBeTaken property.
|
String |
getExpertAdviceURL()
Obtiene el valor de la propiedad expertAdviceURL.
|
String |
getExpertID()
Obtiene el valor de la propiedad expertID.
|
boolean |
isSetActionToBeTaken() |
boolean |
isSetExpertAdviceURL() |
boolean |
isSetExpertID() |
void |
setExpertAdviceURL(String value)
Define el valor de la propiedad expertAdviceURL.
|
void |
setExpertID(String value)
Define el valor de la propiedad expertID.
|
String |
toString() |
void |
unsetActionToBeTaken() |
ExpertAdviceType |
withActionToBeTaken(Collection<String> values) |
ExpertAdviceType |
withActionToBeTaken(String... values) |
ExpertAdviceType |
withExpertAdviceURL(String value) |
ExpertAdviceType |
withExpertID(String value) |
public String getExpertID()
Stringpublic void setExpertID(String value)
value - allowed object is
Stringpublic boolean isSetExpertID()
public List<String> getActionToBeTaken()
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 actionToBeTaken property.
For example, to add a new item, do as follows:
getActionToBeTaken().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetActionToBeTaken()
public void unsetActionToBeTaken()
public String getExpertAdviceURL()
Stringpublic void setExpertAdviceURL(String value)
value - allowed object is
Stringpublic boolean isSetExpertAdviceURL()
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 ExpertAdviceType withExpertID(String value)
public ExpertAdviceType withActionToBeTaken(String... values)
public ExpertAdviceType withActionToBeTaken(Collection<String> values)
public ExpertAdviceType withExpertAdviceURL(String value)
Copyright © 2015. All Rights Reserved.