|
||||||||||
| 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()
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 ReturnResult getMainReturnResult()
ReturnResultpublic void setMainReturnResult(ReturnResult value)
value - allowed object is
ReturnResultpublic boolean isSetMainReturnResult()
public ReturnResults getAdditionalReturnResults()
ReturnResultspublic void setAdditionalReturnResults(ReturnResults value)
value - allowed object is
ReturnResultspublic 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()
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 | |||||||||