Class ComplexJobOTIFType
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOTIFType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ComplexJobOTIFType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobOTIFType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ComplexJobOTIFType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
ComplexJobOTIFType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobOTIFType
withBulkyMetadataURI(String value)
ComplexJobOTIFType
withConfiguration(KeyValuePairType... values)
ComplexJobOTIFType
withConfiguration(Collection<KeyValuePairType> values)
ComplexJobOTIFType
withResource(NameURIPairType... values)
ComplexJobOTIFType
withResource(Collection<NameURIPairType> values)
ComplexJobOTIFType
withTrackerPlugin(String value)
ComplexJobOTIFType
withVersionMajor(int value)
ComplexJobOTIFType
withVersionMinor(int value)
ComplexJobOTIFType
withVersionPatch(int value)
-
-
-
Field Detail
-
trackerPlugin
protected String trackerPlugin
-
versionMajor
protected int versionMajor
-
versionMinor
protected int versionMinor
-
versionPatch
protected int versionPatch
-
bulkyMetadataURI
protected String bulkyMetadataURI
-
configuration
protected List<KeyValuePairType> configuration
-
resource
protected List<NameURIPairType> resource
-
-
Method Detail
-
getTrackerPlugin
public String getTrackerPlugin()
Gets the value of the trackerPlugin property.- Returns:
- possible object is
String
-
setTrackerPlugin
public void setTrackerPlugin(String value)
Sets the value of the trackerPlugin property.- Parameters:
value
- allowed object isString
-
isSetTrackerPlugin
public boolean isSetTrackerPlugin()
-
getVersionMajor
public int getVersionMajor()
Gets the value of the versionMajor property.
-
setVersionMajor
public void setVersionMajor(int value)
Sets the value of the versionMajor property.
-
isSetVersionMajor
public boolean isSetVersionMajor()
-
getVersionMinor
public int getVersionMinor()
Gets the value of the versionMinor property.
-
setVersionMinor
public void setVersionMinor(int value)
Sets the value of the versionMinor property.
-
isSetVersionMinor
public boolean isSetVersionMinor()
-
getVersionPatch
public int getVersionPatch()
Gets the value of the versionPatch property.
-
setVersionPatch
public void setVersionPatch(int value)
Sets the value of the versionPatch property.
-
isSetVersionPatch
public boolean isSetVersionPatch()
-
getBulkyMetadataURI
public String getBulkyMetadataURI()
Gets the value of the bulkyMetadataURI property.- Returns:
- possible object is
String
-
setBulkyMetadataURI
public void setBulkyMetadataURI(String value)
Sets the value of the bulkyMetadataURI property.- Parameters:
value
- allowed object isString
-
isSetBulkyMetadataURI
public boolean isSetBulkyMetadataURI()
-
getConfiguration
public List<KeyValuePairType> getConfiguration()
Gets the value of the configuration property.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
-
isSetConfiguration
public boolean isSetConfiguration()
-
unsetConfiguration
public void unsetConfiguration()
-
getResource
public List<NameURIPairType> getResource()
Gets the value of the resource property.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
-
isSetResource
public boolean isSetResource()
-
unsetResource
public void unsetResource()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withTrackerPlugin
public ComplexJobOTIFType withTrackerPlugin(String value)
-
withVersionMajor
public ComplexJobOTIFType withVersionMajor(int value)
-
withVersionMinor
public ComplexJobOTIFType withVersionMinor(int value)
-
withVersionPatch
public ComplexJobOTIFType withVersionPatch(int value)
-
withBulkyMetadataURI
public ComplexJobOTIFType withBulkyMetadataURI(String value)
-
withConfiguration
public ComplexJobOTIFType withConfiguration(KeyValuePairType... values)
-
withConfiguration
public ComplexJobOTIFType withConfiguration(Collection<KeyValuePairType> values)
-
withResource
public ComplexJobOTIFType withResource(NameURIPairType... values)
-
withResource
public ComplexJobOTIFType withResource(Collection<NameURIPairType> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ComplexJobOTIFType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-