public class WorkabilityDataResponseMessage extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<extension base="{http://www.limetri.eu/schemas/ygg}ResponseMessage">
<sequence>
<element name="MessageId" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="FieldGUID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="schedulingPeriod" type="{http://www.fispace.eu/domain/ag}schedulingPeriodType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldGUID |
protected String |
messageId |
protected List<SchedulingPeriodType> |
schedulingPeriod |
| Constructor and Description |
|---|
WorkabilityDataResponseMessage() |
| 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() |
WorkabilityDataResponseMessage |
withFieldGUID(String value) |
WorkabilityDataResponseMessage |
withMessageId(String value) |
WorkabilityDataResponseMessage |
withSchedulingPeriod(Collection<SchedulingPeriodType> values) |
WorkabilityDataResponseMessage |
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 WorkabilityDataResponseMessage withMessageId(String value)
public WorkabilityDataResponseMessage withFieldGUID(String value)
public WorkabilityDataResponseMessage withSchedulingPeriod(SchedulingPeriodType... values)
public WorkabilityDataResponseMessage withSchedulingPeriod(Collection<SchedulingPeriodType> values)
Copyright © 2015. All Rights Reserved.