|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.TranscodingRequest
public class TranscodingRequest
Transcoding Request type containing data specific to a transcoding request.
Java class for TranscodingRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscodingRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="originatorID" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="operationID" type="{http://www.w3.org/2001/XMLSchema}token"/>
<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="policyRef" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="adaptationClasses" type="{http://www.openmobilealliance.org/schema/sti/v1_0}AdaptationClasses" minOccurs="0"/>
<element name="transcodingParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}TranscodingParams" minOccurs="0"/>
<element name="transcodingJob" type="{http://www.openmobilealliance.org/schema/sti/v1_0}TranscodingJob" maxOccurs="unbounded"/>
<element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
TranscodingRequest()
|
|
| Method Summary | |
|---|---|
AdaptationClasses |
getAdaptationClasses()
Gets the value of the adaptationClasses property. |
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. |
java.lang.String |
getOperationID()
Gets the value of the operationID property. |
java.lang.String |
getOriginatorID()
Gets the value of the originatorID property. |
java.lang.String |
getPolicyRef()
Gets the value of the policyRef property. |
java.lang.String |
getProfileID()
Gets the value of the profileID property. |
java.util.List<TranscodingJob> |
getTranscodingJob()
Gets the value of the transcodingJob property. |
TranscodingParams |
getTranscodingParams()
Gets the value of the transcodingParams property. |
boolean |
isSetAdaptationClasses()
|
boolean |
isSetApplicationSizeLimit()
|
boolean |
isSetApplicationType()
|
boolean |
isSetExtensionData()
|
boolean |
isSetOperationID()
|
boolean |
isSetOriginatorID()
|
boolean |
isSetPolicyRef()
|
boolean |
isSetProfileID()
|
boolean |
isSetTranscodingJob()
|
boolean |
isSetTranscodingParams()
|
void |
setAdaptationClasses(AdaptationClasses value)
Sets the value of the adaptationClasses property. |
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 |
setOperationID(java.lang.String value)
Sets the value of the operationID property. |
void |
setOriginatorID(java.lang.String value)
Sets the value of the originatorID property. |
void |
setPolicyRef(java.lang.String value)
Sets the value of the policyRef 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. |
void |
unsetTranscodingJob()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TranscodingRequest()
| Method Detail |
|---|
public java.lang.String getOriginatorID()
Stringpublic void setOriginatorID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOriginatorID()
public java.lang.String getOperationID()
Stringpublic void setOperationID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetOperationID()
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 java.lang.String getPolicyRef()
Stringpublic void setPolicyRef(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetPolicyRef()
public AdaptationClasses getAdaptationClasses()
AdaptationClassespublic void setAdaptationClasses(AdaptationClasses value)
value - allowed object is
AdaptationClassespublic boolean isSetAdaptationClasses()
public TranscodingParams getTranscodingParams()
TranscodingParamspublic void setTranscodingParams(TranscodingParams value)
value - allowed object is
TranscodingParamspublic boolean isSetTranscodingParams()
public java.util.List<TranscodingJob> getTranscodingJob()
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 transcodingJob property.
For example, to add a new item, do as follows:
getTranscodingJob().add(newItem);
Objects of the following type(s) are allowed in the list
TranscodingJob
public boolean isSetTranscodingJob()
public void unsetTranscodingJob()
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 | |||||||||