public class OtifJobConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
OtifJobConfigurationType.PropInfo |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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
String
public boolean isSetId()
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public boolean isSetTitle()
public OtifConfigurationListType getConfigurations()
OtifConfigurationListType
public void setConfigurations(OtifConfigurationListType value)
value
- allowed object is
OtifConfigurationListType
public 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.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
public 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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public OtifJobConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.