|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel
public class DecorationModel
The <project> element is the root of the site decoration descriptor.
The following table lists all of the possible child elements.
Java class for DecorationModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DecorationModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="bannerLeft" type="{http://maven.apache.org/DECORATION/1.0.0}Banner" minOccurs="0"/>
<element name="bannerRight" type="{http://maven.apache.org/DECORATION/1.0.0}Banner" minOccurs="0"/>
<element name="publishDate" type="{http://maven.apache.org/DECORATION/1.0.0}PublishDate" minOccurs="0"/>
<element name="version" type="{http://maven.apache.org/DECORATION/1.0.0}Version" minOccurs="0"/>
<element name="poweredBy" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logo" type="{http://maven.apache.org/DECORATION/1.0.0}Logo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="skin" type="{http://maven.apache.org/DECORATION/1.0.0}Skin" minOccurs="0"/>
<element name="body" type="{http://maven.apache.org/DECORATION/1.0.0}Body" minOccurs="0"/>
<element name="custom" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
DecorationModel.Custom
Java class for anonymous complex type. |
static class |
DecorationModel.PoweredBy
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Banner |
bannerLeft
|
protected Banner |
bannerRight
|
protected Body |
body
|
protected DecorationModel.Custom |
custom
|
protected String |
name
|
protected DecorationModel.PoweredBy |
poweredBy
|
protected PublishDate |
publishDate
|
protected Skin |
skin
|
protected Version |
version
|
| Constructor Summary | |
|---|---|
DecorationModel()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel instance. |
|
DecorationModel(DecorationModel o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DecorationModel |
clone()
Creates and returns a copy of this object. |
Banner |
getBannerLeft()
Gets the value of the bannerLeft property. |
Banner |
getBannerRight()
Gets the value of the bannerRight property. |
Body |
getBody()
Gets the value of the body property. |
DecorationModel.Custom |
getCustom()
Gets the value of the custom property. |
String |
getName()
Gets the value of the name property. |
DecorationModel.PoweredBy |
getPoweredBy()
Gets the value of the poweredBy property. |
PublishDate |
getPublishDate()
Gets the value of the publishDate property. |
Skin |
getSkin()
Gets the value of the skin property. |
Version |
getVersion()
Gets the value of the version property. |
void |
setBannerLeft(Banner value)
Sets the value of the bannerLeft property. |
void |
setBannerRight(Banner value)
Sets the value of the bannerRight property. |
void |
setBody(Body value)
Sets the value of the body property. |
void |
setCustom(DecorationModel.Custom value)
Sets the value of the custom property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setPoweredBy(DecorationModel.PoweredBy value)
Sets the value of the poweredBy property. |
void |
setPublishDate(PublishDate value)
Sets the value of the publishDate property. |
void |
setSkin(Skin value)
Sets the value of the skin property. |
void |
setVersion(Version value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Banner bannerLeft
protected Banner bannerRight
protected PublishDate publishDate
protected Version version
protected DecorationModel.PoweredBy poweredBy
protected Skin skin
protected Body body
protected DecorationModel.Custom custom
protected String name
| Constructor Detail |
|---|
public DecorationModel()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel instance.
public DecorationModel(DecorationModel o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.decoration100.DecorationModel instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Banner getBannerLeft()
Bannerpublic void setBannerLeft(Banner value)
value - allowed object is
Bannerpublic Banner getBannerRight()
Bannerpublic void setBannerRight(Banner value)
value - allowed object is
Bannerpublic PublishDate getPublishDate()
PublishDatepublic void setPublishDate(PublishDate value)
value - allowed object is
PublishDatepublic Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic DecorationModel.PoweredBy getPoweredBy()
DecorationModel.PoweredBypublic void setPoweredBy(DecorationModel.PoweredBy value)
value - allowed object is
DecorationModel.PoweredBypublic Skin getSkin()
Skinpublic void setSkin(Skin value)
value - allowed object is
Skinpublic Body getBody()
Bodypublic void setBody(Body value)
value - allowed object is
Bodypublic DecorationModel.Custom getCustom()
DecorationModel.Custompublic void setCustom(DecorationModel.Custom value)
value - allowed object is
DecorationModel.Custompublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic DecorationModel clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||