public class TranscoderConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for TranscoderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscoderConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="encoderThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="decoderOfferThreads" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="apiUsername" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="apiPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="apiURL" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/>
<element name="thumbnailResolution" type="{http://xml.vidispine.com/schema/vidispine}ResolutionType"/>
<element name="thumbnailPeriod" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
<element name="bilinearEffects" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="carbonServer" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" maxOccurs="unbounded" minOccurs="0"/>
<element name="carbonPreset" type="{http://xml.vidispine.com/schema/vidispine}CarbonPreset" maxOccurs="unbounded" minOccurs="0"/>
<element name="faceDetectorPlugin" type="{http://xml.vidispine.com/schema/vidispine}PluginType" maxOccurs="unbounded" minOccurs="0"/>
<element name="dataPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="presetPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tempPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proresDecoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/>
<element name="proresEncoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/>
<element name="vp6Encoder" type="{http://xml.vidispine.com/schema/vidispine}AddressPortType" minOccurs="0"/>
<element name="vp6EncoderPoolSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="logo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="imagemagick" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="logLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statsd" type="{http://xml.vidispine.com/schema/vidispine}StatsDRecieverType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
apiPassword |
protected AddressPortType |
apiURL |
protected String |
apiUsername |
protected boolean |
bilinearEffects |
protected List<CarbonPreset> |
carbonPreset |
protected List<AddressPortType> |
carbonServer |
protected String |
dataPath |
protected Integer |
decoderOfferThreads |
protected Integer |
encoderThreads |
protected List<PluginType> |
faceDetectorPlugin |
protected List<KeyValuePairType> |
imagemagick |
protected String |
logLevel |
protected String |
logo |
protected int |
port |
protected String |
presetPath |
protected AddressPortType |
proresDecoder |
protected AddressPortType |
proresEncoder |
protected List<StatsDRecieverType> |
statsd |
protected String |
tempPath |
protected TimeCodeType |
thumbnailPeriod |
protected ResolutionType |
thumbnailResolution |
protected AddressPortType |
vp6Encoder |
protected Integer |
vp6EncoderPoolSize |
| Constructor and Description |
|---|
TranscoderConfigurationType() |
| 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 |
getAddress()
Gets the value of the address property.
|
String |
getApiPassword()
Gets the value of the apiPassword property.
|
AddressPortType |
getApiURL()
Gets the value of the apiURL property.
|
String |
getApiUsername()
Gets the value of the apiUsername property.
|
List<CarbonPreset> |
getCarbonPreset()
Gets the value of the carbonPreset property.
|
List<AddressPortType> |
getCarbonServer()
Gets the value of the carbonServer property.
|
String |
getDataPath()
Gets the value of the dataPath property.
|
Integer |
getDecoderOfferThreads()
Gets the value of the decoderOfferThreads property.
|
Integer |
getEncoderThreads()
Gets the value of the encoderThreads property.
|
List<PluginType> |
getFaceDetectorPlugin()
Gets the value of the faceDetectorPlugin property.
|
List<KeyValuePairType> |
getImagemagick()
Gets the value of the imagemagick property.
|
String |
getLogLevel()
Gets the value of the logLevel property.
|
String |
getLogo()
Gets the value of the logo property.
|
int |
getPort()
Gets the value of the port property.
|
String |
getPresetPath()
Gets the value of the presetPath property.
|
AddressPortType |
getProresDecoder()
Gets the value of the proresDecoder property.
|
AddressPortType |
getProresEncoder()
Gets the value of the proresEncoder property.
|
List<StatsDRecieverType> |
getStatsd()
Gets the value of the statsd property.
|
String |
getTempPath()
Gets the value of the tempPath property.
|
TimeCodeType |
getThumbnailPeriod()
Gets the value of the thumbnailPeriod property.
|
ResolutionType |
getThumbnailResolution()
Gets the value of the thumbnailResolution property.
|
AddressPortType |
getVp6Encoder()
Gets the value of the vp6Encoder property.
|
Integer |
getVp6EncoderPoolSize()
Gets the value of the vp6EncoderPoolSize property.
|
boolean |
isBilinearEffects()
Gets the value of the bilinearEffects property.
|
boolean |
isSetAddress() |
boolean |
isSetApiPassword() |
boolean |
isSetApiURL() |
boolean |
isSetApiUsername() |
boolean |
isSetBilinearEffects() |
boolean |
isSetCarbonPreset() |
boolean |
isSetCarbonServer() |
boolean |
isSetDataPath() |
boolean |
isSetDecoderOfferThreads() |
boolean |
isSetEncoderThreads() |
boolean |
isSetFaceDetectorPlugin() |
boolean |
isSetImagemagick() |
boolean |
isSetLogLevel() |
boolean |
isSetLogo() |
boolean |
isSetPort() |
boolean |
isSetPresetPath() |
boolean |
isSetProresDecoder() |
boolean |
isSetProresEncoder() |
boolean |
isSetStatsd() |
boolean |
isSetTempPath() |
boolean |
isSetThumbnailPeriod() |
boolean |
isSetThumbnailResolution() |
boolean |
isSetVp6Encoder() |
boolean |
isSetVp6EncoderPoolSize() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setApiPassword(String value)
Sets the value of the apiPassword property.
|
void |
setApiURL(AddressPortType value)
Sets the value of the apiURL property.
|
void |
setApiUsername(String value)
Sets the value of the apiUsername property.
|
void |
setBilinearEffects(boolean value)
Sets the value of the bilinearEffects property.
|
void |
setDataPath(String value)
Sets the value of the dataPath property.
|
void |
setDecoderOfferThreads(Integer value)
Sets the value of the decoderOfferThreads property.
|
void |
setEncoderThreads(Integer value)
Sets the value of the encoderThreads property.
|
void |
setLogLevel(String value)
Sets the value of the logLevel property.
|
void |
setLogo(String value)
Sets the value of the logo property.
|
void |
setPort(int value)
Sets the value of the port property.
|
void |
setPresetPath(String value)
Sets the value of the presetPath property.
|
void |
setProresDecoder(AddressPortType value)
Sets the value of the proresDecoder property.
|
void |
setProresEncoder(AddressPortType value)
Sets the value of the proresEncoder property.
|
void |
setTempPath(String value)
Sets the value of the tempPath property.
|
void |
setThumbnailPeriod(TimeCodeType value)
Sets the value of the thumbnailPeriod property.
|
void |
setThumbnailResolution(ResolutionType value)
Sets the value of the thumbnailResolution property.
|
void |
setVp6Encoder(AddressPortType value)
Sets the value of the vp6Encoder property.
|
void |
setVp6EncoderPoolSize(Integer value)
Sets the value of the vp6EncoderPoolSize property.
|
void |
unsetCarbonPreset() |
void |
unsetCarbonServer() |
void |
unsetFaceDetectorPlugin() |
void |
unsetImagemagick() |
void |
unsetStatsd() |
protected String address
protected int port
protected Integer encoderThreads
protected Integer decoderOfferThreads
protected String apiUsername
protected String apiPassword
protected AddressPortType apiURL
protected ResolutionType thumbnailResolution
protected TimeCodeType thumbnailPeriod
protected boolean bilinearEffects
protected List<AddressPortType> carbonServer
protected List<CarbonPreset> carbonPreset
protected List<PluginType> faceDetectorPlugin
protected String dataPath
protected String presetPath
protected String tempPath
protected AddressPortType proresDecoder
protected AddressPortType proresEncoder
protected AddressPortType vp6Encoder
protected Integer vp6EncoderPoolSize
protected String logo
protected List<KeyValuePairType> imagemagick
protected String logLevel
protected List<StatsDRecieverType> statsd
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public int getPort()
public void setPort(int value)
public boolean isSetPort()
public Integer getEncoderThreads()
Integerpublic void setEncoderThreads(Integer value)
value - allowed object is
Integerpublic boolean isSetEncoderThreads()
public Integer getDecoderOfferThreads()
Integerpublic void setDecoderOfferThreads(Integer value)
value - allowed object is
Integerpublic boolean isSetDecoderOfferThreads()
public String getApiUsername()
Stringpublic void setApiUsername(String value)
value - allowed object is
Stringpublic boolean isSetApiUsername()
public String getApiPassword()
Stringpublic void setApiPassword(String value)
value - allowed object is
Stringpublic boolean isSetApiPassword()
public AddressPortType getApiURL()
AddressPortTypepublic void setApiURL(AddressPortType value)
value - allowed object is
AddressPortTypepublic boolean isSetApiURL()
public ResolutionType getThumbnailResolution()
ResolutionTypepublic void setThumbnailResolution(ResolutionType value)
value - allowed object is
ResolutionTypepublic boolean isSetThumbnailResolution()
public TimeCodeType getThumbnailPeriod()
TimeCodeTypepublic void setThumbnailPeriod(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetThumbnailPeriod()
public boolean isBilinearEffects()
public void setBilinearEffects(boolean value)
public boolean isSetBilinearEffects()
public List<AddressPortType> getCarbonServer()
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 carbonServer property.
For example, to add a new item, do as follows:
getCarbonServer().add(newItem);
Objects of the following type(s) are allowed in the list
AddressPortType
public boolean isSetCarbonServer()
public void unsetCarbonServer()
public List<CarbonPreset> getCarbonPreset()
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 carbonPreset property.
For example, to add a new item, do as follows:
getCarbonPreset().add(newItem);
Objects of the following type(s) are allowed in the list
CarbonPreset
public boolean isSetCarbonPreset()
public void unsetCarbonPreset()
public List<PluginType> getFaceDetectorPlugin()
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 faceDetectorPlugin property.
For example, to add a new item, do as follows:
getFaceDetectorPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
PluginType
public boolean isSetFaceDetectorPlugin()
public void unsetFaceDetectorPlugin()
public String getDataPath()
Stringpublic void setDataPath(String value)
value - allowed object is
Stringpublic boolean isSetDataPath()
public String getPresetPath()
Stringpublic void setPresetPath(String value)
value - allowed object is
Stringpublic boolean isSetPresetPath()
public String getTempPath()
Stringpublic void setTempPath(String value)
value - allowed object is
Stringpublic boolean isSetTempPath()
public AddressPortType getProresDecoder()
AddressPortTypepublic void setProresDecoder(AddressPortType value)
value - allowed object is
AddressPortTypepublic boolean isSetProresDecoder()
public AddressPortType getProresEncoder()
AddressPortTypepublic void setProresEncoder(AddressPortType value)
value - allowed object is
AddressPortTypepublic boolean isSetProresEncoder()
public AddressPortType getVp6Encoder()
AddressPortTypepublic void setVp6Encoder(AddressPortType value)
value - allowed object is
AddressPortTypepublic boolean isSetVp6Encoder()
public Integer getVp6EncoderPoolSize()
Integerpublic void setVp6EncoderPoolSize(Integer value)
value - allowed object is
Integerpublic boolean isSetVp6EncoderPoolSize()
public String getLogo()
Stringpublic void setLogo(String value)
value - allowed object is
Stringpublic boolean isSetLogo()
public List<KeyValuePairType> getImagemagick()
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 imagemagick property.
For example, to add a new item, do as follows:
getImagemagick().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public boolean isSetImagemagick()
public void unsetImagemagick()
public String getLogLevel()
Stringpublic void setLogLevel(String value)
value - allowed object is
Stringpublic boolean isSetLogLevel()
public List<StatsDRecieverType> getStatsd()
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 statsd property.
For example, to add a new item, do as follows:
getStatsd().add(newItem);
Objects of the following type(s) are allowed in the list
StatsDRecieverType
public boolean isSetStatsd()
public void unsetStatsd()
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.CopyToCopyright © 2015. All rights reserved.