public class ComplexJobInputType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ComplexJobInputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobInputType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/> <element name="transition" type="{http://xml.vidispine.com/schema/vidispine}TransitionType" minOccurs="0"/> <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
protected List<KeyValuePairType> |
setting |
protected int |
stream |
protected TransitionType |
transition |
Constructor and Description |
---|
ComplexJobInputType() |
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() |
int |
getId()
Gets the value of the id property.
|
List<KeyValuePairType> |
getSetting()
Gets the value of the setting property.
|
int |
getStream()
Gets the value of the stream property.
|
TransitionType |
getTransition()
Gets the value of the transition property.
|
boolean |
isSetId() |
boolean |
isSetSetting() |
boolean |
isSetStream() |
boolean |
isSetTransition() |
void |
setId(int value)
Sets the value of the id property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
setTransition(TransitionType value)
Sets the value of the transition property.
|
void |
unsetSetting() |
protected int id
protected int stream
protected TransitionType transition
protected List<KeyValuePairType> setting
public int getId()
public void setId(int value)
public boolean isSetId()
public int getStream()
public void setStream(int value)
public boolean isSetStream()
public TransitionType getTransition()
TransitionType
public void setTransition(TransitionType value)
value
- allowed object is
TransitionType
public boolean isSetTransition()
public List<KeyValuePairType> getSetting()
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 setting property.
For example, to add a new item, do as follows:
getSetting().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetSetting()
public void unsetSetting()
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.