public class CarbonPreset extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CarbonPreset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CarbonPreset"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="videoCodec" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="audioCodec" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="displayAspectRatio" type="{http://xml.vidispine.com/schema/vidispine}AspectRatioType"/> <element name="GUID" type="{http://xml.vidispine.com/schema/vidispine}GUIDType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CarbonPreset.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
audioCodec |
protected String |
containerFormat |
protected String |
description |
protected AspectRatioType |
displayAspectRatio |
protected String |
guid |
protected String |
name |
protected String |
videoCodec |
Constructor and Description |
---|
CarbonPreset() |
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() |
String |
getAudioCodec()
Gets the value of the audioCodec property.
|
String |
getContainerFormat()
Gets the value of the containerFormat property.
|
String |
getDescription()
Gets the value of the description property.
|
AspectRatioType |
getDisplayAspectRatio()
Gets the value of the displayAspectRatio property.
|
String |
getGUID()
Gets the value of the guid property.
|
String |
getName()
Gets the value of the name property.
|
String |
getVideoCodec()
Gets the value of the videoCodec property.
|
boolean |
isSetAudioCodec() |
boolean |
isSetContainerFormat() |
boolean |
isSetDescription() |
boolean |
isSetDisplayAspectRatio() |
boolean |
isSetGUID() |
boolean |
isSetName() |
boolean |
isSetVideoCodec() |
void |
setAudioCodec(String value)
Sets the value of the audioCodec property.
|
void |
setContainerFormat(String value)
Sets the value of the containerFormat property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayAspectRatio(AspectRatioType value)
Sets the value of the displayAspectRatio property.
|
void |
setGUID(String value)
Sets the value of the guid property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVideoCodec(String value)
Sets the value of the videoCodec property.
|
CarbonPreset |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CarbonPreset |
withAudioCodec(String value) |
CarbonPreset |
withContainerFormat(String value) |
CarbonPreset |
withDescription(String value) |
CarbonPreset |
withDisplayAspectRatio(AspectRatioType value) |
CarbonPreset |
withGUID(String value) |
CarbonPreset |
withName(String value) |
CarbonPreset |
withVideoCodec(String value) |
protected String name
protected String description
protected String containerFormat
protected String videoCodec
protected String audioCodec
protected AspectRatioType displayAspectRatio
protected String guid
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getContainerFormat()
String
public void setContainerFormat(String value)
value
- allowed object is
String
public boolean isSetContainerFormat()
public String getVideoCodec()
String
public void setVideoCodec(String value)
value
- allowed object is
String
public boolean isSetVideoCodec()
public String getAudioCodec()
String
public void setAudioCodec(String value)
value
- allowed object is
String
public boolean isSetAudioCodec()
public AspectRatioType getDisplayAspectRatio()
AspectRatioType
public void setDisplayAspectRatio(AspectRatioType value)
value
- allowed object is
AspectRatioType
public boolean isSetDisplayAspectRatio()
public String getGUID()
String
public void setGUID(String value)
value
- allowed object is
String
public boolean isSetGUID()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public CarbonPreset withName(String value)
public CarbonPreset withDescription(String value)
public CarbonPreset withContainerFormat(String value)
public CarbonPreset withVideoCodec(String value)
public CarbonPreset withAudioCodec(String value)
public CarbonPreset withDisplayAspectRatio(AspectRatioType value)
public CarbonPreset withGUID(String value)
public CarbonPreset visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.