public class WorkabilityDataResponse extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldGUID |
protected String |
messageId |
protected List<SchedulingPeriodType> |
schedulingPeriod |
| Constructor and Description |
|---|
WorkabilityDataResponse() |
| 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 |
getFieldGUID()
Obtiene el valor de la propiedad fieldGUID.
|
String |
getMessageId()
Obtiene el valor de la propiedad messageId.
|
List<SchedulingPeriodType> |
getSchedulingPeriod()
Gets the value of the schedulingPeriod property.
|
boolean |
isSetFieldGUID() |
boolean |
isSetMessageId() |
boolean |
isSetSchedulingPeriod() |
void |
setFieldGUID(String value)
Define el valor de la propiedad fieldGUID.
|
void |
setMessageId(String value)
Define el valor de la propiedad messageId.
|
String |
toString() |
void |
unsetSchedulingPeriod() |
WorkabilityDataResponse |
withFieldGUID(String value) |
WorkabilityDataResponse |
withMessageId(String value) |
WorkabilityDataResponse |
withSchedulingPeriod(Collection<SchedulingPeriodType> values) |
WorkabilityDataResponse |
withSchedulingPeriod(SchedulingPeriodType... values) |
protected String messageId
protected String fieldGUID
protected List<SchedulingPeriodType> schedulingPeriod
public String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic boolean isSetMessageId()
public String getFieldGUID()
Stringpublic void setFieldGUID(String value)
value - allowed object is
Stringpublic boolean isSetFieldGUID()
public List<SchedulingPeriodType> getSchedulingPeriod()
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 schedulingPeriod property.
For example, to add a new item, do as follows:
getSchedulingPeriod().add(newItem);
Objects of the following type(s) are allowed in the list
SchedulingPeriodType
public boolean isSetSchedulingPeriod()
public void unsetSchedulingPeriod()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic 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.ToStringappend in class eu.limetri.ygg.api.ResponseMessagepublic 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.ToStringappendFields in class eu.limetri.ygg.api.ResponseMessagepublic WorkabilityDataResponse withMessageId(String value)
public WorkabilityDataResponse withFieldGUID(String value)
public WorkabilityDataResponse withSchedulingPeriod(SchedulingPeriodType... values)
public WorkabilityDataResponse withSchedulingPeriod(Collection<SchedulingPeriodType> values)
Copyright © 2015. All Rights Reserved.