public class JobProblemType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for JobProblemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobProblemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{http://xml.vidispine.com/schema/vidispine}KeyValueType" maxOccurs="unbounded" minOccurs="0"/> <element name="job" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<KeyValueType> |
data |
protected long |
id |
protected List<String> |
job |
protected String |
type |
Constructor and Description |
---|
JobProblemType() |
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() |
List<KeyValueType> |
getData()
Gets the value of the data property.
|
long |
getId()
Gets the value of the id property.
|
List<String> |
getJob()
Gets the value of the job property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetData() |
boolean |
isSetId() |
boolean |
isSetJob() |
boolean |
isSetType() |
void |
setId(long value)
Sets the value of the id property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetData() |
void |
unsetJob() |
protected long id
protected String type
protected List<KeyValueType> data
public long getId()
public void setId(long value)
public boolean isSetId()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public List<KeyValueType> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValueType
public boolean isSetData()
public void unsetData()
public List<String> getJob()
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 job property.
For example, to add a new item, do as follows:
getJob().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetJob()
public void unsetJob()
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 © 2015. All rights reserved.