net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200
Interface PortletNameType

All Known Implementing Classes:
PortletNameTypeImpl

public interface PortletNameType

The portlet-name element contains the canonical name of the portlet. Each portlet name is unique within the portlet application. Used in: portlet, filter-mapping

Java class for portlet-nameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portlet-nameType">
   <simpleContent>
     <extension base="<http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd>string">
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 String getValue()
          This is a special string datatype that is defined by JavaEE as a base type for defining collapsed strings.
 void setValue(String value)
          Sets the value of the value property.
 

Method Detail

getValue

String getValue()
This is a special string datatype that is defined by JavaEE as a base type for defining collapsed strings. When schemas require trailing/leading space elimination as well as collapsing the existing whitespace, this base type may be used.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.