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()
Stringpublic void setAaf(byte[] value)
value - allowed object is
Stringpublic boolean isSetAaf()
public String getXml()
Stringpublic void setXml(String value)
value - allowed object is
Stringpublic boolean isSetXml()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic 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.Equalsequals in class TranscoderJobTypepublic boolean equals(Object object)
equals in class TranscoderJobTypepublic AAFGeneratorJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class TranscoderJobTypeCopyright © 2019. All rights reserved.