Class TranscoderLicenseStatusType
- java.lang.Object
-
- com.vidispine.generated.TranscoderLicenseStatusType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class TranscoderLicenseStatusType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TranscoderLicenseStatusType.PropInfo
-
Constructor Summary
Constructors Constructor Description TranscoderLicenseStatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
List<String>
getMayDecode()
Gets the value of the mayDecode property.List<String>
getMayEncode()
Gets the value of the mayEncode property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
TranscoderLicenseStatusType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TranscoderLicenseStatusType
withMayDecode(String... values)
TranscoderLicenseStatusType
withMayDecode(Collection<String> values)
TranscoderLicenseStatusType
withMayEncode(String... values)
TranscoderLicenseStatusType
withMayEncode(Collection<String> values)
TranscoderLicenseStatusType
withProduction(Boolean value)
-
-
-
Method Detail
-
getMayDecode
public List<String> getMayDecode()
Gets the value of the mayDecode property.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
-
isSetMayDecode
public boolean isSetMayDecode()
-
unsetMayDecode
public void unsetMayDecode()
-
getMayEncode
public List<String> getMayEncode()
Gets the value of the mayEncode property.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
-
isSetMayEncode
public boolean isSetMayEncode()
-
unsetMayEncode
public void unsetMayEncode()
-
isProduction
public Boolean isProduction()
Gets the value of the production property.- Returns:
- possible object is
Boolean
-
setProduction
public void setProduction(Boolean value)
Sets the value of the production property.- Parameters:
value
- allowed object isBoolean
-
isSetProduction
public boolean isSetProduction()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withMayDecode
public TranscoderLicenseStatusType withMayDecode(String... values)
-
withMayDecode
public TranscoderLicenseStatusType withMayDecode(Collection<String> values)
-
withMayEncode
public TranscoderLicenseStatusType withMayEncode(String... values)
-
withMayEncode
public TranscoderLicenseStatusType withMayEncode(Collection<String> values)
-
withProduction
public TranscoderLicenseStatusType withProduction(Boolean value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public TranscoderLicenseStatusType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-