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.
|
public String getWarnings()
String
public void setWarnings(String value)
value
- allowed object is
String
public boolean isSetWarnings()
public String getErrors()
String
public void setErrors(String value)
value
- allowed object is
String
public boolean isSetErrors()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.