Package com.vidispine.generated
Class MXFOp1BJobType
- java.lang.Object
-
- com.vidispine.generated.TranscoderJobType
-
- com.vidispine.generated.MXFOp1BJobType
-
- 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 MXFOp1BJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MXFOp1bJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MXFOp1bJobType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType"> <sequence> <element name="output" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="reference" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/> <element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MXFOp1BJobType.PropInfo
static class
MXFOp1BJobType.Reference
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String
output
protected List<MXFOp1BJobType.Reference>
reference
-
Constructor Summary
Constructors Constructor Description MXFOp1BJobType()
-
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
getOutput()
Gets the value of the output property.List<MXFOp1BJobType.Reference>
getReference()
Gets the value of the reference property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetOutput()
boolean
isSetReference()
void
setOutput(String value)
Sets the value of the output property.void
unsetReference()
MXFOp1BJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MXFOp1BJobType
withOutput(String value)
MXFOp1BJobType
withReference(MXFOp1BJobType.Reference... values)
MXFOp1BJobType
withReference(Collection<MXFOp1BJobType.Reference> values)
-
-
-
Field Detail
-
output
protected String output
-
reference
protected List<MXFOp1BJobType.Reference> reference
-
-
Method Detail
-
getOutput
public String getOutput()
Gets the value of the output property.- Returns:
- possible object is
String
-
setOutput
public void setOutput(String value)
Sets the value of the output property.- Parameters:
value
- allowed object isString
-
isSetOutput
public boolean isSetOutput()
-
getReference
public List<MXFOp1BJobType.Reference> getReference()
Gets the value of the reference 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 reference property.For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
MXFOp1BJobType.Reference
-
isSetReference
public boolean isSetReference()
-
unsetReference
public void unsetReference()
-
clone
public Object clone()
- Overrides:
clone
in classTranscoderJobType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classTranscoderJobType
-
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
- Overrides:
copyTo
in classTranscoderJobType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classTranscoderJobType
-
withOutput
public MXFOp1BJobType withOutput(String value)
-
withReference
public MXFOp1BJobType withReference(MXFOp1BJobType.Reference... values)
-
withReference
public MXFOp1BJobType withReference(Collection<MXFOp1BJobType.Reference> 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
- Overrides:
equals
in classTranscoderJobType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classTranscoderJobType
-
visit
public MXFOp1BJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classTranscoderJobType
-
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
- Overrides:
hashCode
in classTranscoderJobType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTranscoderJobType
-
-