|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.TranscodingJob.Target
public static class TranscodingJob.Target
Contains target media info to used to perform a transcoding job.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="externalLocation" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ExternalLocation" minOccurs="0"/>
<element name="profileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="applicationSizeLimit" type="{http://www.openmobilealliance.org/schema/sti/v1_0}unboundedLong" minOccurs="0"/>
<element name="transcodingParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}TranscodingParams" minOccurs="0"/>
<element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TranscodingJob.Target()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getApplicationSizeLimit()
Gets the value of the applicationSizeLimit property. |
java.lang.String |
getApplicationType()
Gets the value of the applicationType property. |
Properties |
getExtensionData()
Gets the value of the extensionData property. |
ExternalLocation |
getExternalLocation()
Gets the value of the externalLocation property. |
java.lang.String |
getProfileID()
Gets the value of the profileID property. |
TranscodingParams |
getTranscodingParams()
Gets the value of the transcodingParams property. |
boolean |
isSetApplicationSizeLimit()
|
boolean |
isSetApplicationType()
|
boolean |
isSetExtensionData()
|
boolean |
isSetExternalLocation()
|
boolean |
isSetProfileID()
|
boolean |
isSetTranscodingParams()
|
void |
setApplicationSizeLimit(java.lang.Long value)
Sets the value of the applicationSizeLimit property. |
void |
setApplicationType(java.lang.String value)
Sets the value of the applicationType property. |
void |
setExtensionData(Properties value)
Sets the value of the extensionData property. |
void |
setExternalLocation(ExternalLocation value)
Sets the value of the externalLocation property. |
void |
setProfileID(java.lang.String value)
Sets the value of the profileID property. |
void |
setTranscodingParams(TranscodingParams value)
Sets the value of the transcodingParams property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranscodingJob.Target()
| Method Detail |
|---|
public ExternalLocation getExternalLocation()
ExternalLocationpublic void setExternalLocation(ExternalLocation value)
value - allowed object is
ExternalLocationpublic boolean isSetExternalLocation()
public java.lang.String getProfileID()
Stringpublic void setProfileID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetProfileID()
public java.lang.String getApplicationType()
Stringpublic void setApplicationType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetApplicationType()
public java.lang.Long getApplicationSizeLimit()
Longpublic void setApplicationSizeLimit(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetApplicationSizeLimit()
public TranscodingParams getTranscodingParams()
TranscodingParamspublic void setTranscodingParams(TranscodingParams value)
value - allowed object is
TranscodingParamspublic boolean isSetTranscodingParams()
public Properties getExtensionData()
Propertiespublic void setExtensionData(Properties value)
value - allowed object is
Propertiespublic boolean isSetExtensionData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||