|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.portal.wsrp.common.stubs.MarkupType
Constructor Summary | |
MarkupType()
|
|
MarkupType(String mimeType,
String[] modes,
String[] windowStates,
String[] locales,
Extension[] extensions)
|
Method Summary | |
Extension[] |
getExtensions()
|
String[] |
getLocales()
|
String |
getMimeType()
|
String[] |
getModes()
|
String[] |
getWindowStates()
|
void |
setExtensions(Extension[] extensions)
|
void |
setLocales(String[] locales)
|
void |
setMimeType(String mimeType)
|
void |
setModes(String[] modes)
|
void |
setWindowStates(String[] windowStates)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarkupType()
public MarkupType(String mimeType, String[] modes, String[] windowStates, String[] locales, Extension[] extensions)
Method Detail |
public String getMimeType()
public void setMimeType(String mimeType)
public String[] getModes()
public void setModes(String[] modes)
public String[] getWindowStates()
public void setWindowStates(String[] windowStates)
public String[] getLocales()
public void setLocales(String[] locales)
public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
|
This interface is generated from the WSRP version 1.0 specification. For details on this interface, please see the WSRP version 1.0 specification | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |