public class ComplaintType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para ComplaintType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="ComplaintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Reason" type="{http://www.fispace.eu/domain/ag}ComplaintReasonType" maxOccurs="3"/>
<element name="Severity" type="{http://www.fispace.eu/domain/ag}ComplaintSeverityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<ComplaintReasonType> |
reason |
protected ComplaintSeverityType |
severity |
protected java.lang.String |
summary |
| Constructor and Description |
|---|
ComplaintType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.String |
getId()
Obtiene el valor de la propiedad id.
|
java.util.List<ComplaintReasonType> |
getReason()
Gets the value of the reason property.
|
ComplaintSeverityType |
getSeverity()
Obtiene el valor de la propiedad severity.
|
java.lang.String |
getSummary()
Obtiene el valor de la propiedad summary.
|
boolean |
isSetId() |
boolean |
isSetReason() |
boolean |
isSetSeverity() |
boolean |
isSetSummary() |
void |
setId(java.lang.String value)
Define el valor de la propiedad id.
|
void |
setSeverity(ComplaintSeverityType value)
Define el valor de la propiedad severity.
|
void |
setSummary(java.lang.String value)
Define el valor de la propiedad summary.
|
java.lang.String |
toString() |
void |
unsetReason() |
ComplaintType |
withId(java.lang.String value) |
ComplaintType |
withReason(java.util.Collection<ComplaintReasonType> values) |
ComplaintType |
withReason(ComplaintReasonType... values) |
ComplaintType |
withSeverity(ComplaintSeverityType value) |
ComplaintType |
withSummary(java.lang.String value) |
protected java.lang.String id
protected java.lang.String summary
protected java.util.List<ComplaintReasonType> reason
protected ComplaintSeverityType severity
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetId()
public java.lang.String getSummary()
Stringpublic void setSummary(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetSummary()
public java.util.List<ComplaintReasonType> getReason()
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 reason property.
For example, to add a new item, do as follows:
getReason().add(newItem);
Objects of the following type(s) are allowed in the list
ComplaintReasonType
public boolean isSetReason()
public void unsetReason()
public ComplaintSeverityType getSeverity()
ComplaintSeverityTypepublic void setSeverity(ComplaintSeverityType value)
value - allowed object is
ComplaintSeverityTypepublic boolean isSetSeverity()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic ComplaintType withId(java.lang.String value)
public ComplaintType withSummary(java.lang.String value)
public ComplaintType withReason(ComplaintReasonType... values)
public ComplaintType withReason(java.util.Collection<ComplaintReasonType> values)
public ComplaintType withSeverity(ComplaintSeverityType value)
Copyright © 2014. All Rights Reserved.