org.apache.jetspeed.om.portlet.jetspeed.jaxb
Class CustomWindowState
java.lang.Object
org.apache.jetspeed.om.portlet.jetspeed.jaxb.CustomWindowState
public class CustomWindowState
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained
within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mapped-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
mappedName
protected java.lang.String mappedName
description
protected java.lang.String description
CustomWindowState
public CustomWindowState()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getMappedName
public java.lang.String getMappedName()
setMappedName
public void setMappedName(java.lang.String value)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String value)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.