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>
| 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() |
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 |
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()
Stringpublic void setBitRateMode(String value)
value - allowed object is
Stringpublic boolean isSetBitRateMode()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic 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.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 BaseMediaInfoType withBitRateMode(String value)
public BaseMediaInfoType withSource(String value)
public BaseMediaInfoType withProperty(KeyValuePairType... values)
public BaseMediaInfoType withProperty(Collection<KeyValuePairType> values)
Copyright © 2015. All rights reserved.