public class AAFGeneratorJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
AAFGeneratorJobType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected byte[] |
aaf |
protected String |
xml |
Constructor and Description |
---|
AAFGeneratorJobType() |
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) |
byte[] |
getAaf()
Gets the value of the aaf property.
|
String |
getXml()
Gets the value of the xml property.
|
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) |
protected byte[] aaf
protected String xml
public byte[] getAaf()
String
public void setAaf(byte[] value)
value
- allowed object is
String
public boolean isSetAaf()
public String getXml()
String
public void setXml(String value)
value
- allowed object is
String
public boolean isSetXml()
public Object clone()
clone
in class TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
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
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
public AAFGeneratorJobType withAaf(byte[] value)
public AAFGeneratorJobType withXml(String value)
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
equals
in class TranscoderJobType
public boolean equals(Object object)
equals
in class TranscoderJobType
public AAFGeneratorJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class TranscoderJobType
Copyright © 2018. All rights reserved.