public class ComplexJobOTIFType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ComplexJobOTIFType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexJobOTIFType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="trackerPlugin" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="versionMajor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="versionMinor" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="versionPatch" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="bulkyMetadataURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="configuration" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> <element name="resource" type="{http://xml.vidispine.com/schema/vidispine}NameURIPairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
bulkyMetadataURI |
protected List<KeyValuePairType> |
configuration |
protected List<NameURIPairType> |
resource |
protected String |
trackerPlugin |
protected int |
versionMajor |
protected int |
versionMinor |
protected int |
versionPatch |
Constructor and Description |
---|
ComplexJobOTIFType() |
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 |
getBulkyMetadataURI()
Gets the value of the bulkyMetadataURI property.
|
List<KeyValuePairType> |
getConfiguration()
Gets the value of the configuration property.
|
List<NameURIPairType> |
getResource()
Gets the value of the resource property.
|
String |
getTrackerPlugin()
Gets the value of the trackerPlugin property.
|
int |
getVersionMajor()
Gets the value of the versionMajor property.
|
int |
getVersionMinor()
Gets the value of the versionMinor property.
|
int |
getVersionPatch()
Gets the value of the versionPatch property.
|
boolean |
isSetBulkyMetadataURI() |
boolean |
isSetConfiguration() |
boolean |
isSetResource() |
boolean |
isSetTrackerPlugin() |
boolean |
isSetVersionMajor() |
boolean |
isSetVersionMinor() |
boolean |
isSetVersionPatch() |
void |
setBulkyMetadataURI(String value)
Sets the value of the bulkyMetadataURI property.
|
void |
setTrackerPlugin(String value)
Sets the value of the trackerPlugin property.
|
void |
setVersionMajor(int value)
Sets the value of the versionMajor property.
|
void |
setVersionMinor(int value)
Sets the value of the versionMinor property.
|
void |
setVersionPatch(int value)
Sets the value of the versionPatch property.
|
void |
unsetConfiguration() |
void |
unsetResource() |
protected String trackerPlugin
protected int versionMajor
protected int versionMinor
protected int versionPatch
protected String bulkyMetadataURI
protected List<KeyValuePairType> configuration
protected List<NameURIPairType> resource
public String getTrackerPlugin()
String
public void setTrackerPlugin(String value)
value
- allowed object is
String
public boolean isSetTrackerPlugin()
public int getVersionMajor()
public void setVersionMajor(int value)
public boolean isSetVersionMajor()
public int getVersionMinor()
public void setVersionMinor(int value)
public boolean isSetVersionMinor()
public int getVersionPatch()
public void setVersionPatch(int value)
public boolean isSetVersionPatch()
public String getBulkyMetadataURI()
String
public void setBulkyMetadataURI(String value)
value
- allowed object is
String
public boolean isSetBulkyMetadataURI()
public List<KeyValuePairType> getConfiguration()
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 configuration property.
For example, to add a new item, do as follows:
getConfiguration().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetConfiguration()
public void unsetConfiguration()
public List<NameURIPairType> getResource()
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 resource property.
For example, to add a new item, do as follows:
getResource().add(newItem);
Objects of the following type(s) are allowed in the list
NameURIPairType
public boolean isSetResource()
public void unsetResource()
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.