public class NLEJobAudioOutputType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for NLEJobAudioOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NLEJobAudioOutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="codec" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bitrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bitrate |
protected String |
codec |
protected List<Integer> |
sequence |
protected String |
uri |
| Constructor and Description |
|---|
NLEJobAudioOutputType() |
| 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() |
long |
getBitrate()
Gets the value of the bitrate property.
|
String |
getCodec()
Gets the value of the codec property.
|
List<Integer> |
getSequence()
Gets the value of the sequence property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetBitrate() |
boolean |
isSetCodec() |
boolean |
isSetSequence() |
boolean |
isSetUri() |
void |
setBitrate(long value)
Sets the value of the bitrate property.
|
void |
setCodec(String value)
Sets the value of the codec property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetBitrate() |
void |
unsetSequence() |
NLEJobAudioOutputType |
withBitrate(long value) |
NLEJobAudioOutputType |
withCodec(String value) |
NLEJobAudioOutputType |
withSequence(Collection<Integer> values) |
NLEJobAudioOutputType |
withSequence(Integer... values) |
NLEJobAudioOutputType |
withUri(String value) |
public List<Integer> getSequence()
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 sequence property.
For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public boolean isSetSequence()
public void unsetSequence()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public String getCodec()
Stringpublic void setCodec(String value)
value - allowed object is
Stringpublic boolean isSetCodec()
public long getBitrate()
Longpublic void setBitrate(long value)
value - allowed object is
Longpublic boolean isSetBitrate()
public void unsetBitrate()
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 NLEJobAudioOutputType withSequence(Integer... values)
public NLEJobAudioOutputType withSequence(Collection<Integer> values)
public NLEJobAudioOutputType withUri(String value)
public NLEJobAudioOutputType withCodec(String value)
public NLEJobAudioOutputType withBitrate(long value)
Copyright © 2015. All rights reserved.