|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.TranscodingResponse
public class TranscodingResponse
Transcoding Response type containing data specific to a transcoding response. Notes: `originatorID` is a conditional element (see STI spec for details). `operationID` is a conditional element (see STI spec for details). `jobResult` is a conditional element (see STI spec for details).
Java class for TranscodingResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TranscodingResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="originatorID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="operationID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="mainReturnResult" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ReturnResult"/> <element name="additionalReturnResults" type="{http://www.openmobilealliance.org/schema/sti/v1_0}ReturnResults" minOccurs="0"/> <element name="totalDuration" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeInt"/> <element name="jobResult" type="{http://www.openmobilealliance.org/schema/sti/v1_0}JobResult" maxOccurs="unbounded" minOccurs="0"/> <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TranscodingResponse()
|
Method Summary | |
---|---|
ReturnResults |
getAdditionalReturnResults()
Gets the value of the additionalReturnResults property. |
Properties |
getExtensionData()
Gets the value of the extensionData property. |
java.util.List<JobResult> |
getJobResult()
Gets the value of the jobResult property. |
ReturnResult |
getMainReturnResult()
Gets the value of the mainReturnResult property. |
java.lang.String |
getOperationID()
Gets the value of the operationID property. |
java.lang.String |
getOriginatorID()
Gets the value of the originatorID property. |
int |
getTotalDuration()
Gets the value of the totalDuration property. |
boolean |
isSetAdditionalReturnResults()
|
boolean |
isSetExtensionData()
|
boolean |
isSetJobResult()
|
boolean |
isSetMainReturnResult()
|
boolean |
isSetOperationID()
|
boolean |
isSetOriginatorID()
|
boolean |
isSetTotalDuration()
|
void |
setAdditionalReturnResults(ReturnResults value)
Sets the value of the additionalReturnResults property. |
void |
setExtensionData(Properties value)
Sets the value of the extensionData property. |
void |
setMainReturnResult(ReturnResult value)
Sets the value of the mainReturnResult 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 |
setTotalDuration(int value)
Sets the value of the totalDuration property. |
void |
unsetJobResult()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscodingResponse()
Method Detail |
---|
public java.lang.String getOriginatorID()
String
public void setOriginatorID(java.lang.String value)
value
- allowed object is
String
public boolean isSetOriginatorID()
public java.lang.String getOperationID()
String
public void setOperationID(java.lang.String value)
value
- allowed object is
String
public boolean isSetOperationID()
public ReturnResult getMainReturnResult()
ReturnResult
public void setMainReturnResult(ReturnResult value)
value
- allowed object is
ReturnResult
public boolean isSetMainReturnResult()
public ReturnResults getAdditionalReturnResults()
ReturnResults
public void setAdditionalReturnResults(ReturnResults value)
value
- allowed object is
ReturnResults
public boolean isSetAdditionalReturnResults()
public int getTotalDuration()
public void setTotalDuration(int value)
public boolean isSetTotalDuration()
public java.util.List<JobResult> getJobResult()
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 jobResult property.
For example, to add a new item, do as follows:
getJobResult().add(newItem);
Objects of the following type(s) are allowed in the list
JobResult
public boolean isSetJobResult()
public void unsetJobResult()
public Properties getExtensionData()
Properties
public void setExtensionData(Properties value)
value
- allowed object is
Properties
public boolean isSetExtensionData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |