|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.PortletDescription
public class PortletDescription
Constructor Summary | |
---|---|
PortletDescription()
|
|
PortletDescription(java.lang.Boolean defaultMarkupSecure,
LocalizedString description,
LocalizedString displayName,
java.lang.Boolean doesUrlTemplateProcessing,
Extension[] extensions,
java.lang.String groupID,
java.lang.Boolean hasUserSpecificState,
LocalizedString[] keywords,
MarkupType[] markupTypes,
java.lang.Boolean onlySecure,
java.lang.String portletHandle,
LocalizedString shortTitle,
java.lang.Boolean templatesStoredInSession,
LocalizedString title,
java.lang.String[] userCategories,
java.lang.Boolean userContextStoredInSession,
java.lang.String[] userProfileItems,
java.lang.Boolean usesMethodGet)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getDefaultMarkupSecure()
Gets the defaultMarkupSecure value for this PortletDescription. |
LocalizedString |
getDescription()
Gets the description value for this PortletDescription. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
LocalizedString |
getDisplayName()
Gets the displayName value for this PortletDescription. |
java.lang.Boolean |
getDoesUrlTemplateProcessing()
Gets the doesUrlTemplateProcessing value for this PortletDescription. |
Extension[] |
getExtensions()
Gets the extensions value for this PortletDescription. |
Extension |
getExtensions(int i)
|
java.lang.String |
getGroupID()
Gets the groupID value for this PortletDescription. |
java.lang.Boolean |
getHasUserSpecificState()
Gets the hasUserSpecificState value for this PortletDescription. |
LocalizedString[] |
getKeywords()
Gets the keywords value for this PortletDescription. |
LocalizedString |
getKeywords(int i)
|
MarkupType[] |
getMarkupTypes()
Gets the markupTypes value for this PortletDescription. |
MarkupType |
getMarkupTypes(int i)
|
java.lang.Boolean |
getOnlySecure()
Gets the onlySecure value for this PortletDescription. |
java.lang.String |
getPortletHandle()
Gets the portletHandle value for this PortletDescription. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
LocalizedString |
getShortTitle()
Gets the shortTitle value for this PortletDescription. |
java.lang.Boolean |
getTemplatesStoredInSession()
Gets the templatesStoredInSession value for this PortletDescription. |
LocalizedString |
getTitle()
Gets the title value for this PortletDescription. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
java.lang.String[] |
getUserCategories()
Gets the userCategories value for this PortletDescription. |
java.lang.String |
getUserCategories(int i)
|
java.lang.Boolean |
getUserContextStoredInSession()
Gets the userContextStoredInSession value for this PortletDescription. |
java.lang.String[] |
getUserProfileItems()
Gets the userProfileItems value for this PortletDescription. |
java.lang.String |
getUserProfileItems(int i)
|
java.lang.Boolean |
getUsesMethodGet()
Gets the usesMethodGet value for this PortletDescription. |
int |
hashCode()
|
void |
setDefaultMarkupSecure(java.lang.Boolean defaultMarkupSecure)
Sets the defaultMarkupSecure value for this PortletDescription. |
void |
setDescription(LocalizedString description)
Sets the description value for this PortletDescription. |
void |
setDisplayName(LocalizedString displayName)
Sets the displayName value for this PortletDescription. |
void |
setDoesUrlTemplateProcessing(java.lang.Boolean doesUrlTemplateProcessing)
Sets the doesUrlTemplateProcessing value for this PortletDescription. |
void |
setExtensions(Extension[] extensions)
Sets the extensions value for this PortletDescription. |
void |
setExtensions(int i,
Extension _value)
|
void |
setGroupID(java.lang.String groupID)
Sets the groupID value for this PortletDescription. |
void |
setHasUserSpecificState(java.lang.Boolean hasUserSpecificState)
Sets the hasUserSpecificState value for this PortletDescription. |
void |
setKeywords(int i,
LocalizedString _value)
|
void |
setKeywords(LocalizedString[] keywords)
Sets the keywords value for this PortletDescription. |
void |
setMarkupTypes(int i,
MarkupType _value)
|
void |
setMarkupTypes(MarkupType[] markupTypes)
Sets the markupTypes value for this PortletDescription. |
void |
setOnlySecure(java.lang.Boolean onlySecure)
Sets the onlySecure value for this PortletDescription. |
void |
setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle value for this PortletDescription. |
void |
setShortTitle(LocalizedString shortTitle)
Sets the shortTitle value for this PortletDescription. |
void |
setTemplatesStoredInSession(java.lang.Boolean templatesStoredInSession)
Sets the templatesStoredInSession value for this PortletDescription. |
void |
setTitle(LocalizedString title)
Sets the title value for this PortletDescription. |
void |
setUserCategories(int i,
java.lang.String _value)
|
void |
setUserCategories(java.lang.String[] userCategories)
Sets the userCategories value for this PortletDescription. |
void |
setUserContextStoredInSession(java.lang.Boolean userContextStoredInSession)
Sets the userContextStoredInSession value for this PortletDescription. |
void |
setUserProfileItems(int i,
java.lang.String _value)
|
void |
setUserProfileItems(java.lang.String[] userProfileItems)
Sets the userProfileItems value for this PortletDescription. |
void |
setUsesMethodGet(java.lang.Boolean usesMethodGet)
Sets the usesMethodGet value for this PortletDescription. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletDescription()
public PortletDescription(java.lang.Boolean defaultMarkupSecure, LocalizedString description, LocalizedString displayName, java.lang.Boolean doesUrlTemplateProcessing, Extension[] extensions, java.lang.String groupID, java.lang.Boolean hasUserSpecificState, LocalizedString[] keywords, MarkupType[] markupTypes, java.lang.Boolean onlySecure, java.lang.String portletHandle, LocalizedString shortTitle, java.lang.Boolean templatesStoredInSession, LocalizedString title, java.lang.String[] userCategories, java.lang.Boolean userContextStoredInSession, java.lang.String[] userProfileItems, java.lang.Boolean usesMethodGet)
Method Detail |
---|
public java.lang.String getPortletHandle()
public void setPortletHandle(java.lang.String portletHandle)
portletHandle
- public MarkupType[] getMarkupTypes()
public void setMarkupTypes(MarkupType[] markupTypes)
markupTypes
- public MarkupType getMarkupTypes(int i)
public void setMarkupTypes(int i, MarkupType _value)
public java.lang.String getGroupID()
public void setGroupID(java.lang.String groupID)
groupID
- public LocalizedString getDescription()
public void setDescription(LocalizedString description)
description
- public LocalizedString getShortTitle()
public void setShortTitle(LocalizedString shortTitle)
shortTitle
- public LocalizedString getTitle()
public void setTitle(LocalizedString title)
title
- public LocalizedString getDisplayName()
public void setDisplayName(LocalizedString displayName)
displayName
- public LocalizedString[] getKeywords()
public void setKeywords(LocalizedString[] keywords)
keywords
- public LocalizedString getKeywords(int i)
public void setKeywords(int i, LocalizedString _value)
public java.lang.String[] getUserCategories()
public void setUserCategories(java.lang.String[] userCategories)
userCategories
- public java.lang.String getUserCategories(int i)
public void setUserCategories(int i, java.lang.String _value)
public java.lang.String[] getUserProfileItems()
public void setUserProfileItems(java.lang.String[] userProfileItems)
userProfileItems
- public java.lang.String getUserProfileItems(int i)
public void setUserProfileItems(int i, java.lang.String _value)
public java.lang.Boolean getUsesMethodGet()
public void setUsesMethodGet(java.lang.Boolean usesMethodGet)
usesMethodGet
- public java.lang.Boolean getDefaultMarkupSecure()
public void setDefaultMarkupSecure(java.lang.Boolean defaultMarkupSecure)
defaultMarkupSecure
- public java.lang.Boolean getOnlySecure()
public void setOnlySecure(java.lang.Boolean onlySecure)
onlySecure
- public java.lang.Boolean getUserContextStoredInSession()
public void setUserContextStoredInSession(java.lang.Boolean userContextStoredInSession)
userContextStoredInSession
- public java.lang.Boolean getTemplatesStoredInSession()
public void setTemplatesStoredInSession(java.lang.Boolean templatesStoredInSession)
templatesStoredInSession
- public java.lang.Boolean getHasUserSpecificState()
public void setHasUserSpecificState(java.lang.Boolean hasUserSpecificState)
hasUserSpecificState
- public java.lang.Boolean getDoesUrlTemplateProcessing()
public void setDoesUrlTemplateProcessing(java.lang.Boolean doesUrlTemplateProcessing)
doesUrlTemplateProcessing
- 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.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |