public class OtifTranscoderPluginType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for OtifTranscoderPluginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtifTranscoderPluginType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pluginType" type="{http://xml.vidispine.com/schema/vidispine}OtifPluginType"/> <element name="os" type="{http://xml.vidispine.com/schema/vidispine}OtifOSType" maxOccurs="unbounded" minOccurs="0"/> <element name="file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
OtifTranscoderPluginType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<String> |
file |
protected List<OtifOSType> |
os |
protected OtifPluginType |
pluginType |
Constructor and Description |
---|
OtifTranscoderPluginType() |
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) |
List<String> |
getFile()
Gets the value of the file property.
|
List<OtifOSType> |
getOs()
Gets the value of the os property.
|
OtifPluginType |
getPluginType()
Gets the value of the pluginType property.
|
boolean |
isSetFile() |
boolean |
isSetOs() |
boolean |
isSetPluginType() |
void |
setPluginType(OtifPluginType value)
Sets the value of the pluginType property.
|
void |
unsetFile() |
void |
unsetOs() |
OtifTranscoderPluginType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
OtifTranscoderPluginType |
withFile(Collection<String> values) |
OtifTranscoderPluginType |
withFile(String... values) |
OtifTranscoderPluginType |
withOs(Collection<OtifOSType> values) |
OtifTranscoderPluginType |
withOs(OtifOSType... values) |
OtifTranscoderPluginType |
withPluginType(OtifPluginType value) |
protected OtifPluginType pluginType
protected List<OtifOSType> os
public OtifPluginType getPluginType()
OtifPluginType
public void setPluginType(OtifPluginType value)
value
- allowed object is
OtifPluginType
public boolean isSetPluginType()
public List<OtifOSType> getOs()
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 os property.
For example, to add a new item, do as follows:
getOs().add(newItem);
Objects of the following type(s) are allowed in the list
OtifOSType
public boolean isSetOs()
public void unsetOs()
public List<String> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFile()
public void unsetFile()
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 OtifTranscoderPluginType withPluginType(OtifPluginType value)
public OtifTranscoderPluginType withOs(OtifOSType... values)
public OtifTranscoderPluginType withOs(Collection<OtifOSType> values)
public OtifTranscoderPluginType withFile(String... values)
public OtifTranscoderPluginType withFile(Collection<String> 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 OtifTranscoderPluginType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.