Package com.vidispine.generated
Class CarbonPreset
java.lang.Object
com.vidispine.generated.CarbonPreset
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class CarbonPreset
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the audioCodec property.Gets the value of the containerFormat property.Gets the value of the description property.Gets the value of the displayAspectRatio property.getGUID()Gets the value of the guid property.getName()Gets the value of the name property.Gets the value of the videoCodec property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAudioCodec(String value) Sets the value of the audioCodec property.voidsetContainerFormat(String value) Sets the value of the containerFormat property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the displayAspectRatio property.voidSets the value of the guid property.voidSets the value of the name property.voidsetVideoCodec(String value) Sets the value of the videoCodec property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudioCodec(String value) Sets the value of the audioCodec property.withContainerFormat(String value) Sets the value of the containerFormat property.withDescription(String value) Sets the value of the description property.Sets the value of the displayAspectRatio property.Sets the value of the guid property.Sets the value of the name property.withVideoCodec(String value) Sets the value of the videoCodec property.
-
Field Details
-
name
-
description
-
containerFormat
-
videoCodec
-
audioCodec
-
displayAspectRatio
-
guid
-
-
Constructor Details
-
CarbonPreset
public CarbonPreset()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getContainerFormat
Gets the value of the containerFormat property.- Returns:
- possible object is
String
-
setContainerFormat
Sets the value of the containerFormat property.- Parameters:
value- allowed object isString
-
isSetContainerFormat
public boolean isSetContainerFormat() -
getVideoCodec
Gets the value of the videoCodec property.- Returns:
- possible object is
String
-
setVideoCodec
Sets the value of the videoCodec property.- Parameters:
value- allowed object isString
-
isSetVideoCodec
public boolean isSetVideoCodec() -
getAudioCodec
Gets the value of the audioCodec property.- Returns:
- possible object is
String
-
setAudioCodec
Sets the value of the audioCodec property.- Parameters:
value- allowed object isString
-
isSetAudioCodec
public boolean isSetAudioCodec() -
getDisplayAspectRatio
Gets the value of the displayAspectRatio property.- Returns:
- possible object is
AspectRatioType
-
setDisplayAspectRatio
Sets the value of the displayAspectRatio property.- Parameters:
value- allowed object isAspectRatioType
-
isSetDisplayAspectRatio
public boolean isSetDisplayAspectRatio() -
getGUID
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGUID
Sets the value of the guid property.- Parameters:
value- allowed object isString
-
isSetGUID
public boolean isSetGUID() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withName
Sets the value of the name property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withContainerFormat
Sets the value of the containerFormat property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withVideoCodec
Sets the value of the videoCodec property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withAudioCodec
Sets the value of the audioCodec property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withDisplayAspectRatio
Sets the value of the displayAspectRatio property.- Parameters:
value- allowed object isAspectRatioType- Returns:
- The class instance
-
withGUID
Sets the value of the guid property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-