public class TranscoderLicenseStatusType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TranscoderLicenseStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscoderLicenseStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mayDecode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="mayEncode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="production" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<String> |
mayDecode |
protected List<String> |
mayEncode |
protected Boolean |
production |
Constructor and Description |
---|
TranscoderLicenseStatusType() |
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<String> |
getMayDecode()
Gets the value of the mayDecode property.
|
List<String> |
getMayEncode()
Gets the value of the mayEncode property.
|
Boolean |
isProduction()
Gets the value of the production property.
|
boolean |
isSetMayDecode() |
boolean |
isSetMayEncode() |
boolean |
isSetProduction() |
void |
setProduction(Boolean value)
Sets the value of the production property.
|
void |
unsetMayDecode() |
void |
unsetMayEncode() |
protected Boolean production
public List<String> getMayDecode()
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 mayDecode property.
For example, to add a new item, do as follows:
getMayDecode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetMayDecode()
public void unsetMayDecode()
public List<String> getMayEncode()
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 mayEncode property.
For example, to add a new item, do as follows:
getMayEncode().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetMayEncode()
public void unsetMayEncode()
public Boolean isProduction()
Boolean
public void setProduction(Boolean value)
value
- allowed object is
Boolean
public boolean isSetProduction()
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
Copyright © 2016. All rights reserved.