|
||||||||||
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.Source
public static class TranscodingJob.Source
Contains source media info to be used for the 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="contentType" type="{http://www.w3.org/2001/XMLSchema}token"/> <element name="contentTypeParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> <element name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
TranscodingJob.Source()
|
Method Summary | |
---|---|
java.lang.String |
getContentType()
Gets the value of the contentType property. |
Properties |
getContentTypeParams()
Gets the value of the contentTypeParams property. |
Properties |
getExtensionData()
Gets the value of the extensionData property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
boolean |
isSetContentType()
|
boolean |
isSetContentTypeParams()
|
boolean |
isSetExtensionData()
|
boolean |
isSetLocation()
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setContentTypeParams(Properties value)
Sets the value of the contentTypeParams property. |
void |
setExtensionData(Properties value)
Sets the value of the extensionData property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TranscodingJob.Source()
Method Detail |
---|
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public boolean isSetContentType()
public Properties getContentTypeParams()
Properties
public void setContentTypeParams(Properties value)
value
- allowed object is
Properties
public boolean isSetContentTypeParams()
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public boolean isSetLocation()
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 |