|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmobilealliance.schema.sti.v1_0.Multipart.Presentation
public static class Multipart.Presentation
Contains presentation-specific transcoding params data.
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" minOccurs="0"/>
<element name="contentTypeParams" type="{http://www.openmobilealliance.org/schema/sti/v1_0}Properties" minOccurs="0"/>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="layout" type="{http://www.openmobilealliance.org/schema/sti/v1_0}LayoutEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Multipart.Presentation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Gets the value of the contentType property. |
Properties |
getContentTypeParams()
Gets the value of the contentTypeParams property. |
LayoutEnum |
getLayout()
Gets the value of the layout property. |
java.lang.String |
getTemplate()
Gets the value of the template property. |
boolean |
isSetContentType()
|
boolean |
isSetContentTypeParams()
|
boolean |
isSetLayout()
|
boolean |
isSetTemplate()
|
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 |
setLayout(LayoutEnum value)
Sets the value of the layout property. |
void |
setTemplate(java.lang.String value)
Sets the value of the template property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Multipart.Presentation()
| Method Detail |
|---|
public java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public Properties getContentTypeParams()
Propertiespublic void setContentTypeParams(Properties value)
value - allowed object is
Propertiespublic boolean isSetContentTypeParams()
public java.lang.String getTemplate()
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetTemplate()
public LayoutEnum getLayout()
LayoutEnumpublic void setLayout(LayoutEnum value)
value - allowed object is
LayoutEnumpublic boolean isSetLayout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||