public class OtifJobConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for OtifJobConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtifJobConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configurations" type="{http://xml.vidispine.com/schema/vidispine}OtifConfigurationListType"/>
<element name="vxa" type="{http://xml.vidispine.com/schema/vidispine}VXAType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OtifConfigurationListType |
configurations |
protected String |
id |
protected String |
title |
protected List<VXAType> |
vxa |
| Constructor and Description |
|---|
OtifJobConfigurationType() |
| 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() |
OtifConfigurationListType |
getConfigurations()
Gets the value of the configurations property.
|
String |
getId()
Gets the value of the id property.
|
String |
getTitle()
Gets the value of the title property.
|
List<VXAType> |
getVxa()
Gets the value of the vxa property.
|
boolean |
isSetConfigurations() |
boolean |
isSetId() |
boolean |
isSetTitle() |
boolean |
isSetVxa() |
void |
setConfigurations(OtifConfigurationListType value)
Sets the value of the configurations property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
unsetVxa() |
OtifJobConfigurationType |
withConfigurations(OtifConfigurationListType value) |
OtifJobConfigurationType |
withId(String value) |
OtifJobConfigurationType |
withTitle(String value) |
OtifJobConfigurationType |
withVxa(Collection<VXAType> values) |
OtifJobConfigurationType |
withVxa(VXAType... values) |
protected String id
protected String title
protected OtifConfigurationListType configurations
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public OtifConfigurationListType getConfigurations()
OtifConfigurationListTypepublic void setConfigurations(OtifConfigurationListType value)
value - allowed object is
OtifConfigurationListTypepublic boolean isSetConfigurations()
public List<VXAType> getVxa()
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 vxa property.
For example, to add a new item, do as follows:
getVxa().add(newItem);
Objects of the following type(s) are allowed in the list
VXAType
public boolean isSetVxa()
public void unsetVxa()
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 OtifJobConfigurationType withId(String value)
public OtifJobConfigurationType withTitle(String value)
public OtifJobConfigurationType withConfigurations(OtifConfigurationListType value)
public OtifJobConfigurationType withVxa(VXAType... values)
public OtifJobConfigurationType withVxa(Collection<VXAType> values)
Copyright © 2015. All rights reserved.