Package com.vidispine.generated
Class ExternalMediaType
java.lang.Object
com.vidispine.generated.ExternalMediaType
- 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
- Direct Known Subclasses:
ExternalVideoMediaType
public class ExternalMediaType
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 ExternalMediaType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalMediaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="essenceStreamId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="timeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType"/>
<element name="samples" type="{http://www.w3.org/2001/XMLSchema}integer"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected Stringprotected BigIntegerprotected TimeBaseTypeprotected String -
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) intGets the value of the essenceStreamId property.Gets the value of the format property.Gets the value of the samples property.Gets the value of the timeBase property.getUri()Gets the value of the uri property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanisSetUri()voidsetEssenceStreamId(int value) Sets the value of the essenceStreamId property.voidSets the value of the format property.voidsetSamples(BigInteger value) Sets the value of the samples property.voidsetTimeBase(TimeBaseType value) Sets the value of the timeBase property.voidSets the value of the uri property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withEssenceStreamId(int value) Sets the value of the essenceStreamId property.withFormat(String value) Sets the value of the format property.withSamples(BigInteger value) Sets the value of the samples property.withTimeBase(TimeBaseType value) Sets the value of the timeBase property.Sets the value of the uri property.
-
Field Details
-
uri
-
format
-
essenceStreamId
protected int essenceStreamId -
timeBase
-
samples
-
-
Constructor Details
-
ExternalMediaType
public ExternalMediaType()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
isSetUri
public boolean isSetUri() -
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-
isSetFormat
public boolean isSetFormat() -
getEssenceStreamId
public int getEssenceStreamId()Gets the value of the essenceStreamId property. -
setEssenceStreamId
public void setEssenceStreamId(int value) Sets the value of the essenceStreamId property. -
isSetEssenceStreamId
public boolean isSetEssenceStreamId() -
getTimeBase
Gets the value of the timeBase property.- Returns:
- possible object is
TimeBaseType
-
setTimeBase
Sets the value of the timeBase property.- Parameters:
value- allowed object isTimeBaseType
-
isSetTimeBase
public boolean isSetTimeBase() -
getSamples
Gets the value of the samples property.- Returns:
- possible object is
BigInteger
-
setSamples
Sets the value of the samples property.- Parameters:
value- allowed object isBigInteger
-
isSetSamples
public boolean isSetSamples() -
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
-
withUri
Sets the value of the uri property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFormat
Sets the value of the format property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withEssenceStreamId
Sets the value of the essenceStreamId property.- Parameters:
value- allowed object is int- Returns:
- The class instance
-
withTimeBase
Sets the value of the timeBase property.- Parameters:
value- allowed object isTimeBaseType- Returns:
- The class instance
-
withSamples
Sets the value of the samples property.- Parameters:
value- allowed object isBigInteger- 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
-