|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.wsrp2.type.ServiceDescription
public class ServiceDescription
| Constructor Summary | |
|---|---|
ServiceDescription()
|
|
ServiceDescription(boolean requiresRegistration,
PortletDescription[] offeredPortlets,
ItemDescription[] userCategoryDescriptions,
ExtensionDescription[] extensionDescriptions,
ItemDescription[] customWindowStateDescriptions,
ItemDescription[] customModeDescriptions,
CookieProtocol requiresInitCookie,
ModelDescription registrationPropertyDescription,
java.lang.String[] locales,
ResourceList resourceList,
EventDescription[] eventDescriptions,
ModelTypes schemaType,
java.lang.String[] supportedOptions,
Extension[] exportDescription,
java.lang.Boolean mayReturnRegistrationState,
Extension[] extensions)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
ItemDescription[] |
getCustomModeDescriptions()
Gets the customModeDescriptions value for this ServiceDescription. |
ItemDescription |
getCustomModeDescriptions(int i)
|
ItemDescription[] |
getCustomWindowStateDescriptions()
Gets the customWindowStateDescriptions value for this ServiceDescription. |
ItemDescription |
getCustomWindowStateDescriptions(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
EventDescription[] |
getEventDescriptions()
Gets the eventDescriptions value for this ServiceDescription. |
EventDescription |
getEventDescriptions(int i)
|
Extension[] |
getExportDescription()
Gets the exportDescription value for this ServiceDescription. |
ExtensionDescription[] |
getExtensionDescriptions()
Gets the extensionDescriptions value for this ServiceDescription. |
ExtensionDescription |
getExtensionDescriptions(int i)
|
Extension[] |
getExtensions()
Gets the extensions value for this ServiceDescription. |
Extension |
getExtensions(int i)
|
java.lang.String[] |
getLocales()
Gets the locales value for this ServiceDescription. |
java.lang.String |
getLocales(int i)
|
java.lang.Boolean |
getMayReturnRegistrationState()
Gets the mayReturnRegistrationState value for this ServiceDescription. |
PortletDescription[] |
getOfferedPortlets()
Gets the offeredPortlets value for this ServiceDescription. |
PortletDescription |
getOfferedPortlets(int i)
|
ModelDescription |
getRegistrationPropertyDescription()
Gets the registrationPropertyDescription value for this ServiceDescription. |
CookieProtocol |
getRequiresInitCookie()
Gets the requiresInitCookie value for this ServiceDescription. |
ResourceList |
getResourceList()
Gets the resourceList value for this ServiceDescription. |
ModelTypes |
getSchemaType()
Gets the schemaType value for this ServiceDescription. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String[] |
getSupportedOptions()
Gets the supportedOptions value for this ServiceDescription. |
java.lang.String |
getSupportedOptions(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
ItemDescription[] |
getUserCategoryDescriptions()
Gets the userCategoryDescriptions value for this ServiceDescription. |
ItemDescription |
getUserCategoryDescriptions(int i)
|
int |
hashCode()
|
boolean |
isRequiresRegistration()
Gets the requiresRegistration value for this ServiceDescription. |
void |
setCustomModeDescriptions(int i,
ItemDescription _value)
|
void |
setCustomModeDescriptions(ItemDescription[] customModeDescriptions)
Sets the customModeDescriptions value for this ServiceDescription. |
void |
setCustomWindowStateDescriptions(int i,
ItemDescription _value)
|
void |
setCustomWindowStateDescriptions(ItemDescription[] customWindowStateDescriptions)
Sets the customWindowStateDescriptions value for this ServiceDescription. |
void |
setEventDescriptions(EventDescription[] eventDescriptions)
Sets the eventDescriptions value for this ServiceDescription. |
void |
setEventDescriptions(int i,
EventDescription _value)
|
void |
setExportDescription(Extension[] exportDescription)
Sets the exportDescription value for this ServiceDescription. |
void |
setExtensionDescriptions(ExtensionDescription[] extensionDescriptions)
Sets the extensionDescriptions value for this ServiceDescription. |
void |
setExtensionDescriptions(int i,
ExtensionDescription _value)
|
void |
setExtensions(Extension[] extensions)
Sets the extensions value for this ServiceDescription. |
void |
setExtensions(int i,
Extension _value)
|
void |
setLocales(int i,
java.lang.String _value)
|
void |
setLocales(java.lang.String[] locales)
Sets the locales value for this ServiceDescription. |
void |
setMayReturnRegistrationState(java.lang.Boolean mayReturnRegistrationState)
Sets the mayReturnRegistrationState value for this ServiceDescription. |
void |
setOfferedPortlets(int i,
PortletDescription _value)
|
void |
setOfferedPortlets(PortletDescription[] offeredPortlets)
Sets the offeredPortlets value for this ServiceDescription. |
void |
setRegistrationPropertyDescription(ModelDescription registrationPropertyDescription)
Sets the registrationPropertyDescription value for this ServiceDescription. |
void |
setRequiresInitCookie(CookieProtocol requiresInitCookie)
Sets the requiresInitCookie value for this ServiceDescription. |
void |
setRequiresRegistration(boolean requiresRegistration)
Sets the requiresRegistration value for this ServiceDescription. |
void |
setResourceList(ResourceList resourceList)
Sets the resourceList value for this ServiceDescription. |
void |
setSchemaType(ModelTypes schemaType)
Sets the schemaType value for this ServiceDescription. |
void |
setSupportedOptions(int i,
java.lang.String _value)
|
void |
setSupportedOptions(java.lang.String[] supportedOptions)
Sets the supportedOptions value for this ServiceDescription. |
void |
setUserCategoryDescriptions(int i,
ItemDescription _value)
|
void |
setUserCategoryDescriptions(ItemDescription[] userCategoryDescriptions)
Sets the userCategoryDescriptions value for this ServiceDescription. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceDescription()
public ServiceDescription(boolean requiresRegistration,
PortletDescription[] offeredPortlets,
ItemDescription[] userCategoryDescriptions,
ExtensionDescription[] extensionDescriptions,
ItemDescription[] customWindowStateDescriptions,
ItemDescription[] customModeDescriptions,
CookieProtocol requiresInitCookie,
ModelDescription registrationPropertyDescription,
java.lang.String[] locales,
ResourceList resourceList,
EventDescription[] eventDescriptions,
ModelTypes schemaType,
java.lang.String[] supportedOptions,
Extension[] exportDescription,
java.lang.Boolean mayReturnRegistrationState,
Extension[] extensions)
| Method Detail |
|---|
public boolean isRequiresRegistration()
public void setRequiresRegistration(boolean requiresRegistration)
requiresRegistration - public PortletDescription[] getOfferedPortlets()
public void setOfferedPortlets(PortletDescription[] offeredPortlets)
offeredPortlets - public PortletDescription getOfferedPortlets(int i)
public void setOfferedPortlets(int i,
PortletDescription _value)
public ItemDescription[] getUserCategoryDescriptions()
public void setUserCategoryDescriptions(ItemDescription[] userCategoryDescriptions)
userCategoryDescriptions - public ItemDescription getUserCategoryDescriptions(int i)
public void setUserCategoryDescriptions(int i,
ItemDescription _value)
public ExtensionDescription[] getExtensionDescriptions()
public void setExtensionDescriptions(ExtensionDescription[] extensionDescriptions)
extensionDescriptions - public ExtensionDescription getExtensionDescriptions(int i)
public void setExtensionDescriptions(int i,
ExtensionDescription _value)
public ItemDescription[] getCustomWindowStateDescriptions()
public void setCustomWindowStateDescriptions(ItemDescription[] customWindowStateDescriptions)
customWindowStateDescriptions - public ItemDescription getCustomWindowStateDescriptions(int i)
public void setCustomWindowStateDescriptions(int i,
ItemDescription _value)
public ItemDescription[] getCustomModeDescriptions()
public void setCustomModeDescriptions(ItemDescription[] customModeDescriptions)
customModeDescriptions - public ItemDescription getCustomModeDescriptions(int i)
public void setCustomModeDescriptions(int i,
ItemDescription _value)
public CookieProtocol getRequiresInitCookie()
public void setRequiresInitCookie(CookieProtocol requiresInitCookie)
requiresInitCookie - public ModelDescription getRegistrationPropertyDescription()
public void setRegistrationPropertyDescription(ModelDescription registrationPropertyDescription)
registrationPropertyDescription - public java.lang.String[] getLocales()
public void setLocales(java.lang.String[] locales)
locales - public java.lang.String getLocales(int i)
public void setLocales(int i,
java.lang.String _value)
public ResourceList getResourceList()
public void setResourceList(ResourceList resourceList)
resourceList - public EventDescription[] getEventDescriptions()
public void setEventDescriptions(EventDescription[] eventDescriptions)
eventDescriptions - public EventDescription getEventDescriptions(int i)
public void setEventDescriptions(int i,
EventDescription _value)
public ModelTypes getSchemaType()
public void setSchemaType(ModelTypes schemaType)
schemaType - public java.lang.String[] getSupportedOptions()
public void setSupportedOptions(java.lang.String[] supportedOptions)
supportedOptions - public java.lang.String getSupportedOptions(int i)
public void setSupportedOptions(int i,
java.lang.String _value)
public Extension[] getExportDescription()
public void setExportDescription(Extension[] exportDescription)
exportDescription - public java.lang.Boolean getMayReturnRegistrationState()
public void setMayReturnRegistrationState(java.lang.Boolean mayReturnRegistrationState)
mayReturnRegistrationState - public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions - public Extension getExtensions(int i)
public void setExtensions(int i,
Extension _value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||