public class ExportProblemType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExportProblemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExportProblemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="asset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parameter" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
asset |
protected String |
message |
protected List<KeyValuePairType> |
parameter |
protected String |
type |
| Constructor and Description |
|---|
ExportProblemType() |
| 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 |
getAsset()
Gets the value of the asset property.
|
String |
getMessage()
Gets the value of the message property.
|
List<KeyValuePairType> |
getParameter()
Gets the value of the parameter property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetAsset() |
boolean |
isSetMessage() |
boolean |
isSetParameter() |
boolean |
isSetType() |
void |
setAsset(String value)
Sets the value of the asset property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetParameter() |
ExportProblemType |
withAsset(String value) |
ExportProblemType |
withMessage(String value) |
ExportProblemType |
withParameter(Collection<KeyValuePairType> values) |
ExportProblemType |
withParameter(KeyValuePairType... values) |
ExportProblemType |
withType(String value) |
protected String type
protected String message
protected String asset
protected List<KeyValuePairType> parameter
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic boolean isSetMessage()
public String getAsset()
Stringpublic void setAsset(String value)
value - allowed object is
Stringpublic boolean isSetAsset()
public List<KeyValuePairType> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetParameter()
public void unsetParameter()
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 ExportProblemType withType(String value)
public ExportProblemType withMessage(String value)
public ExportProblemType withAsset(String value)
public ExportProblemType withParameter(KeyValuePairType... values)
public ExportProblemType withParameter(Collection<KeyValuePairType> values)
Copyright © 2015. All rights reserved.