public class BaseMediaInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for BaseMediaInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseMediaInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Bit_rate_mode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="property" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Type | Property and Description |
---|---|
boolean |
isSet
Gets the value of the property setProperty.
|
Modifier and Type | Class and Description |
---|---|
static class |
BaseMediaInfoType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
bitRateMode |
protected List<KeyValuePairType> |
property |
protected String |
source |
Constructor and Description |
---|
BaseMediaInfoType() |
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 |
getBitRateMode()
Gets the value of the bitRateMode property.
|
List<KeyValuePairType> |
getProperty()
Gets the value of the property property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isSetBitRateMode() |
boolean |
isSetProperty()
Gets the value of the property setProperty.
|
boolean |
isSetSource() |
void |
setBitRateMode(String value)
Sets the value of the bitRateMode property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
unsetProperty() |
BaseMediaInfoType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
BaseMediaInfoType |
withBitRateMode(String value) |
BaseMediaInfoType |
withProperty(Collection<KeyValuePairType> values) |
BaseMediaInfoType |
withProperty(KeyValuePairType... values) |
BaseMediaInfoType |
withSource(String value) |
protected String bitRateMode
protected String source
protected List<KeyValuePairType> property
public String getBitRateMode()
String
public void setBitRateMode(String value)
value
- allowed object is
String
public boolean isSetBitRateMode()
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public boolean isSetSource()
public List<KeyValuePairType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetProperty()
public void unsetProperty()
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 BaseMediaInfoType withBitRateMode(String value)
public BaseMediaInfoType withSource(String value)
public BaseMediaInfoType withProperty(KeyValuePairType... values)
public BaseMediaInfoType withProperty(Collection<KeyValuePairType> values)
public BaseMediaInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.