org.openmobilealliance.schema.sti.v1_0
Class JobResult.Output

java.lang.Object
  extended by org.openmobilealliance.schema.sti.v1_0.JobResult.Output
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JobResult

public static class JobResult.Output
extends java.lang.Object
implements java.io.Serializable

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="mediaSize" type="{http://www.openmobilealliance.org/schema/sti/v1_0}nonNegativeLong" minOccurs="0"/>
         <element name="extensionData" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
JobResult.Output()
           
 
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.
 java.lang.Long getMediaSize()
          Gets the value of the mediaSize property.
 boolean isSetContentType()
           
 boolean isSetContentTypeParams()
           
 boolean isSetExtensionData()
           
 boolean isSetLocation()
           
 boolean isSetMediaSize()
           
 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.
 void setMediaSize(java.lang.Long value)
          Sets the value of the mediaSize property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobResult.Output

public JobResult.Output()
Method Detail

getContentType

public java.lang.String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(java.lang.String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

isSetContentType

public boolean isSetContentType()

getContentTypeParams

public Properties getContentTypeParams()
Gets the value of the contentTypeParams property.

Returns:
possible object is Properties

setContentTypeParams

public void setContentTypeParams(Properties value)
Sets the value of the contentTypeParams property.

Parameters:
value - allowed object is Properties

isSetContentTypeParams

public boolean isSetContentTypeParams()

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

isSetLocation

public boolean isSetLocation()

getMediaSize

public java.lang.Long getMediaSize()
Gets the value of the mediaSize property.

Returns:
possible object is Long

setMediaSize

public void setMediaSize(java.lang.Long value)
Sets the value of the mediaSize property.

Parameters:
value - allowed object is Long

isSetMediaSize

public boolean isSetMediaSize()

getExtensionData

public Properties getExtensionData()
Gets the value of the extensionData property.

Returns:
possible object is Properties

setExtensionData

public void setExtensionData(Properties value)
Sets the value of the extensionData property.

Parameters:
value - allowed object is Properties

isSetExtensionData

public boolean isSetExtensionData()