public static class CarbonJobInfoType.Failures extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Warnings" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Errors" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errors |
protected String |
warnings |
| Constructor and Description |
|---|
CarbonJobInfoType.Failures() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getErrors()
Gets the value of the errors property.
|
String |
getWarnings()
Gets the value of the warnings property.
|
boolean |
isSetErrors() |
boolean |
isSetWarnings() |
void |
setErrors(String value)
Sets the value of the errors property.
|
void |
setWarnings(String value)
Sets the value of the warnings property.
|
CarbonJobInfoType.Failures |
withErrors(String value) |
CarbonJobInfoType.Failures |
withWarnings(String value) |
public String getWarnings()
Stringpublic void setWarnings(String value)
value - allowed object is
Stringpublic boolean isSetWarnings()
public String getErrors()
Stringpublic void setErrors(String value)
value - allowed object is
Stringpublic boolean isSetErrors()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic CarbonJobInfoType.Failures withWarnings(String value)
public CarbonJobInfoType.Failures withErrors(String value)
Copyright © 2015. All rights reserved.