|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
DecorationModel.Custom
Java class for anonymous complex type. |
static interface |
DecorationModel.PoweredBy
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Banner getBannerLeft()
Bannervoid setBannerLeft(Banner value)
value - allowed object is
BannerBanner getBannerRight()
Bannervoid setBannerRight(Banner value)
value - allowed object is
BannerPublishDate getPublishDate()
PublishDatevoid setPublishDate(PublishDate value)
value - allowed object is
PublishDateVersion getVersion()
Versionvoid setVersion(Version value)
value - allowed object is
VersionDecorationModel.PoweredBy getPoweredBy()
DecorationModel.PoweredByvoid setPoweredBy(DecorationModel.PoweredBy value)
value - allowed object is
DecorationModel.PoweredBySkin getSkin()
Skinvoid setSkin(Skin value)
value - allowed object is
SkinBody getBody()
Bodyvoid setBody(Body value)
value - allowed object is
BodyDecorationModel.Custom getCustom()
DecorationModel.Customvoid setCustom(DecorationModel.Custom value)
value - allowed object is
DecorationModel.CustomString getName()
Stringvoid setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||