net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100
Class PortletInfoType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100.PortletInfoType
All Implemented Interfaces:
Serializable, Cloneable

public class PortletInfoType
extends Object
implements Serializable, Cloneable

Java class for portlet-infoType complex type.

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

 <complexType name="portlet-infoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}titleType"/>
         <element name="short-title" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}short-titleType" minOccurs="0"/>
         <element name="keywords" type="{http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd}keywordsType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  KeywordsType keywords
           
protected  ShortTitleType shortTitle
           
protected  TitleType title
           
 
Constructor Summary
PortletInfoType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100.PortletInfoType instance.
PortletInfoType(PortletInfoType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100.PortletInfoType instance by copying a given instance.
 
Method Summary
 PortletInfoType clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 KeywordsType getKeywords()
          Gets the value of the keywords property.
 ShortTitleType getShortTitle()
          Gets the value of the shortTitle property.
 TitleType getTitle()
          Gets the value of the title property.
 void setId(String value)
          Sets the value of the id property.
 void setKeywords(KeywordsType value)
          Sets the value of the keywords property.
 void setShortTitle(ShortTitleType value)
          Sets the value of the shortTitle property.
 void setTitle(TitleType value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected TitleType title

shortTitle

protected ShortTitleType shortTitle

keywords

protected KeywordsType keywords

id

protected String id
Constructor Detail

PortletInfoType

public PortletInfoType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100.PortletInfoType instance.


PortletInfoType

public PortletInfoType(PortletInfoType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.portlet.app100.PortletInfoType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getTitle

public TitleType getTitle()
Gets the value of the title property.

Returns:
possible object is TitleType

setTitle

public void setTitle(TitleType value)
Sets the value of the title property.

Parameters:
value - allowed object is TitleType

getShortTitle

public ShortTitleType getShortTitle()
Gets the value of the shortTitle property.

Returns:
possible object is ShortTitleType

setShortTitle

public void setShortTitle(ShortTitleType value)
Sets the value of the shortTitle property.

Parameters:
value - allowed object is ShortTitleType

getKeywords

public KeywordsType getKeywords()
Gets the value of the keywords property.

Returns:
possible object is KeywordsType

setKeywords

public void setKeywords(KeywordsType value)
Sets the value of the keywords property.

Parameters:
value - allowed object is KeywordsType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public PortletInfoType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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