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 | 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 |
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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getContainerFormat()
Stringpublic void setContainerFormat(String value)
value - allowed object is
Stringpublic boolean isSetContainerFormat()
public String getVideoCodec()
Stringpublic void setVideoCodec(String value)
value - allowed object is
Stringpublic boolean isSetVideoCodec()
public String getAudioCodec()
Stringpublic void setAudioCodec(String value)
value - allowed object is
Stringpublic boolean isSetAudioCodec()
public AspectRatioType getDisplayAspectRatio()
AspectRatioTypepublic void setDisplayAspectRatio(AspectRatioType value)
value - allowed object is
AspectRatioTypepublic boolean isSetDisplayAspectRatio()
public String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
Stringpublic boolean isSetGUID()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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)
Copyright © 2015. All rights reserved.