Class OtifTranscoderPluginType
- java.lang.Object
-
- com.vidispine.generated.OtifTranscoderPluginType
-
- 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 OtifTranscoderPluginType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OtifTranscoderPluginType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
file
protected List<OtifOSType>
os
protected OtifPluginType
pluginType
-
Constructor Summary
Constructors Constructor Description OtifTranscoderPluginType()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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(String... values)
OtifTranscoderPluginType
withFile(Collection<String> values)
OtifTranscoderPluginType
withOs(OtifOSType... values)
OtifTranscoderPluginType
withOs(Collection<OtifOSType> values)
OtifTranscoderPluginType
withPluginType(OtifPluginType value)
-
-
-
Field Detail
-
pluginType
protected OtifPluginType pluginType
-
os
protected List<OtifOSType> os
-
-
Method Detail
-
getPluginType
public OtifPluginType getPluginType()
Gets the value of the pluginType property.- Returns:
- possible object is
OtifPluginType
-
setPluginType
public void setPluginType(OtifPluginType value)
Sets the value of the pluginType property.- Parameters:
value
- allowed object isOtifPluginType
-
isSetPluginType
public boolean isSetPluginType()
-
getOs
public List<OtifOSType> getOs()
Gets the value of the os 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 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
-
isSetOs
public boolean isSetOs()
-
unsetOs
public void unsetOs()
-
getFile
public List<String> getFile()
Gets the value of the file 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 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
-
isSetFile
public boolean isSetFile()
-
unsetFile
public void unsetFile()
-
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
-
withPluginType
public OtifTranscoderPluginType withPluginType(OtifPluginType value)
-
withOs
public OtifTranscoderPluginType withOs(OtifOSType... values)
-
withOs
public OtifTranscoderPluginType withOs(Collection<OtifOSType> values)
-
withFile
public OtifTranscoderPluginType withFile(String... values)
-
withFile
public OtifTranscoderPluginType withFile(Collection<String> 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 OtifTranscoderPluginType 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
-
-