Package com.vidispine.generated
Class AAFGeneratorJobType
- java.lang.Object
-
- com.vidispine.generated.TranscoderJobType
-
- com.vidispine.generated.AAFGeneratorJobType
-
- 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 AAFGeneratorJobType 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 AAFGeneratorJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AAFGeneratorJobType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType"> <sequence> <choice> <element name="aaf" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/> <element name="xml" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AAFGeneratorJobType.PropInfo
-
Constructor Summary
Constructors Constructor Description AAFGeneratorJobType()
-
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)
byte[]
getAaf()
Gets the value of the aaf property.String
getXml()
Gets the value of the xml property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAaf()
boolean
isSetXml()
void
setAaf(byte[] value)
Sets the value of the aaf property.void
setXml(String value)
Sets the value of the xml property.AAFGeneratorJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AAFGeneratorJobType
withAaf(byte[] value)
AAFGeneratorJobType
withXml(String value)
-
-
-
Field Detail
-
aaf
protected byte[] aaf
-
xml
protected String xml
-
-
Method Detail
-
getAaf
public byte[] getAaf()
Gets the value of the aaf property.- Returns:
- possible object is
String
-
setAaf
public void setAaf(byte[] value)
Sets the value of the aaf property.- Parameters:
value
- allowed object isString
-
isSetAaf
public boolean isSetAaf()
-
getXml
public String getXml()
Gets the value of the xml property.- Returns:
- possible object is
String
-
setXml
public void setXml(String value)
Sets the value of the xml property.- Parameters:
value
- allowed object isString
-
isSetXml
public boolean isSetXml()
-
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
-
withAaf
public AAFGeneratorJobType withAaf(byte[] value)
-
withXml
public AAFGeneratorJobType withXml(String value)
-
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 AAFGeneratorJobType 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
-
-