net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200
Interface PublicRenderParameterType

All Known Implementing Classes:
PublicRenderParameterTypeImpl

public interface PublicRenderParameterType

The public-render-parameters defines a render parameter that is allowed to be public and thus be shared with other portlets. The identifier must be used for referencing this public render parameter in the portlet code. Used in: portlet-app

Java class for public-render-parameterType complex type.

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

 <complexType name="public-render-parameterType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifier" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string"/>
         <choice>
           <element name="qname" type="{http://www.w3.org/2001/XMLSchema}QName"/>
           <element name="name" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
         </choice>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 QName[] getAlias()
           
 QName getAlias(int idx)
           
 int getAliasLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 String getId()
          Gets the value of the id property.
 String getIdentifier()
          Gets the value of the identifier property.
 String getName()
          Gets the value of the name property.
 QName getQname()
          Gets the value of the qname property.
 QName setAlias(int idx, QName value)
           
 void setAlias(QName[] values)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setIdentifier(String value)
          Sets the value of the identifier property.
 void setName(String value)
          Sets the value of the name property.
 void setQname(QName value)
          Sets the value of the qname property.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getIdentifier

String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

void setIdentifier(String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getQname

QName getQname()
Gets the value of the qname property.

Returns:
possible object is QName

setQname

void setQname(QName value)
Sets the value of the qname property.

Parameters:
value - allowed object is QName

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getAlias

QName[] getAlias()
Returns:
array of QName

getAlias

QName getAlias(int idx)
Returns:
one of QName

getAliasLength

int getAliasLength()

setAlias

void setAlias(QName[] values)
Parameters:
values - allowed objects are QName

setAlias

QName setAlias(int idx,
               QName value)
Parameters:
value - allowed object is QName

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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