public class CodecStatusType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for CodecStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodecStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codec" type="{http://xml.vidispine.com/schema/vidispine}CodecType" maxOccurs="unbounded" minOccurs="0"/>
<element name="codecExtraTags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CodecType> |
codec |
protected String |
codecExtraTags |
| Constructor and Description |
|---|
CodecStatusType() |
| 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() |
List<CodecType> |
getCodec()
Gets the value of the codec property.
|
String |
getCodecExtraTags()
Gets the value of the codecExtraTags property.
|
boolean |
isSetCodec() |
boolean |
isSetCodecExtraTags() |
void |
setCodecExtraTags(String value)
Sets the value of the codecExtraTags property.
|
void |
unsetCodec() |
CodecStatusType |
withCodec(CodecType... values) |
CodecStatusType |
withCodec(Collection<CodecType> values) |
CodecStatusType |
withCodecExtraTags(String value) |
public List<CodecType> getCodec()
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 codec property.
For example, to add a new item, do as follows:
getCodec().add(newItem);
Objects of the following type(s) are allowed in the list
CodecType
public boolean isSetCodec()
public void unsetCodec()
public String getCodecExtraTags()
Stringpublic void setCodecExtraTags(String value)
value - allowed object is
Stringpublic boolean isSetCodecExtraTags()
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 CodecStatusType withCodec(CodecType... values)
public CodecStatusType withCodec(Collection<CodecType> values)
public CodecStatusType withCodecExtraTags(String value)
Copyright © 2015. All rights reserved.