oasis.names.tc.wsrp.v1.types
Class PortletDescription

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.PortletDescription
All Implemented Interfaces:
java.io.Serializable

public class PortletDescription
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

PortletDescription

public PortletDescription()

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

getPortletHandle

public java.lang.String getPortletHandle()
Gets the portletHandle value for this PortletDescription.

Returns:
portletHandle

setPortletHandle

public void setPortletHandle(java.lang.String portletHandle)
Sets the portletHandle value for this PortletDescription.

Parameters:
portletHandle -

getMarkupTypes

public MarkupType[] getMarkupTypes()
Gets the markupTypes value for this PortletDescription.

Returns:
markupTypes

setMarkupTypes

public void setMarkupTypes(MarkupType[] markupTypes)
Sets the markupTypes value for this PortletDescription.

Parameters:
markupTypes -

getMarkupTypes

public MarkupType getMarkupTypes(int i)

setMarkupTypes

public void setMarkupTypes(int i,
                           MarkupType _value)

getGroupID

public java.lang.String getGroupID()
Gets the groupID value for this PortletDescription.

Returns:
groupID

setGroupID

public void setGroupID(java.lang.String groupID)
Sets the groupID value for this PortletDescription.

Parameters:
groupID -

getDescription

public LocalizedString getDescription()
Gets the description value for this PortletDescription.

Returns:
description

setDescription

public void setDescription(LocalizedString description)
Sets the description value for this PortletDescription.

Parameters:
description -

getShortTitle

public LocalizedString getShortTitle()
Gets the shortTitle value for this PortletDescription.

Returns:
shortTitle

setShortTitle

public void setShortTitle(LocalizedString shortTitle)
Sets the shortTitle value for this PortletDescription.

Parameters:
shortTitle -

getTitle

public LocalizedString getTitle()
Gets the title value for this PortletDescription.

Returns:
title

setTitle

public void setTitle(LocalizedString title)
Sets the title value for this PortletDescription.

Parameters:
title -

getDisplayName

public LocalizedString getDisplayName()
Gets the displayName value for this PortletDescription.

Returns:
displayName

setDisplayName

public void setDisplayName(LocalizedString displayName)
Sets the displayName value for this PortletDescription.

Parameters:
displayName -

getKeywords

public LocalizedString[] getKeywords()
Gets the keywords value for this PortletDescription.

Returns:
keywords

setKeywords

public void setKeywords(LocalizedString[] keywords)
Sets the keywords value for this PortletDescription.

Parameters:
keywords -

getKeywords

public LocalizedString getKeywords(int i)

setKeywords

public void setKeywords(int i,
                        LocalizedString _value)

getUserCategories

public java.lang.String[] getUserCategories()
Gets the userCategories value for this PortletDescription.

Returns:
userCategories

setUserCategories

public void setUserCategories(java.lang.String[] userCategories)
Sets the userCategories value for this PortletDescription.

Parameters:
userCategories -

getUserCategories

public java.lang.String getUserCategories(int i)

setUserCategories

public void setUserCategories(int i,
                              java.lang.String _value)

getUserProfileItems

public java.lang.String[] getUserProfileItems()
Gets the userProfileItems value for this PortletDescription.

Returns:
userProfileItems

setUserProfileItems

public void setUserProfileItems(java.lang.String[] userProfileItems)
Sets the userProfileItems value for this PortletDescription.

Parameters:
userProfileItems -

getUserProfileItems

public java.lang.String getUserProfileItems(int i)

setUserProfileItems

public void setUserProfileItems(int i,
                                java.lang.String _value)

getUsesMethodGet

public java.lang.Boolean getUsesMethodGet()
Gets the usesMethodGet value for this PortletDescription.

Returns:
usesMethodGet

setUsesMethodGet

public void setUsesMethodGet(java.lang.Boolean usesMethodGet)
Sets the usesMethodGet value for this PortletDescription.

Parameters:
usesMethodGet -

getDefaultMarkupSecure

public java.lang.Boolean getDefaultMarkupSecure()
Gets the defaultMarkupSecure value for this PortletDescription.

Returns:
defaultMarkupSecure

setDefaultMarkupSecure

public void setDefaultMarkupSecure(java.lang.Boolean defaultMarkupSecure)
Sets the defaultMarkupSecure value for this PortletDescription.

Parameters:
defaultMarkupSecure -

getOnlySecure

public java.lang.Boolean getOnlySecure()
Gets the onlySecure value for this PortletDescription.

Returns:
onlySecure

setOnlySecure

public void setOnlySecure(java.lang.Boolean onlySecure)
Sets the onlySecure value for this PortletDescription.

Parameters:
onlySecure -

getUserContextStoredInSession

public java.lang.Boolean getUserContextStoredInSession()
Gets the userContextStoredInSession value for this PortletDescription.

Returns:
userContextStoredInSession

setUserContextStoredInSession

public void setUserContextStoredInSession(java.lang.Boolean userContextStoredInSession)
Sets the userContextStoredInSession value for this PortletDescription.

Parameters:
userContextStoredInSession -

getTemplatesStoredInSession

public java.lang.Boolean getTemplatesStoredInSession()
Gets the templatesStoredInSession value for this PortletDescription.

Returns:
templatesStoredInSession

setTemplatesStoredInSession

public void setTemplatesStoredInSession(java.lang.Boolean templatesStoredInSession)
Sets the templatesStoredInSession value for this PortletDescription.

Parameters:
templatesStoredInSession -

getHasUserSpecificState

public java.lang.Boolean getHasUserSpecificState()
Gets the hasUserSpecificState value for this PortletDescription.

Returns:
hasUserSpecificState

setHasUserSpecificState

public void setHasUserSpecificState(java.lang.Boolean hasUserSpecificState)
Sets the hasUserSpecificState value for this PortletDescription.

Parameters:
hasUserSpecificState -

getDoesUrlTemplateProcessing

public java.lang.Boolean getDoesUrlTemplateProcessing()
Gets the doesUrlTemplateProcessing value for this PortletDescription.

Returns:
doesUrlTemplateProcessing

setDoesUrlTemplateProcessing

public void setDoesUrlTemplateProcessing(java.lang.Boolean doesUrlTemplateProcessing)
Sets the doesUrlTemplateProcessing value for this PortletDescription.

Parameters:
doesUrlTemplateProcessing -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this PortletDescription.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this PortletDescription.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer