net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.decoration100
Interface DecorationModel

All Known Implementing Classes:
DecorationModelImpl

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

getBannerLeft

Banner getBannerLeft()
Gets the value of the bannerLeft property.

Returns:
possible object is Banner

setBannerLeft

void setBannerLeft(Banner value)
Sets the value of the bannerLeft property.

Parameters:
value - allowed object is Banner

getBannerRight

Banner getBannerRight()
Gets the value of the bannerRight property.

Returns:
possible object is Banner

setBannerRight

void setBannerRight(Banner value)
Sets the value of the bannerRight property.

Parameters:
value - allowed object is Banner

getPublishDate

PublishDate getPublishDate()
Gets the value of the publishDate property.

Returns:
possible object is PublishDate

setPublishDate

void setPublishDate(PublishDate value)
Sets the value of the publishDate property.

Parameters:
value - allowed object is PublishDate

getVersion

Version getVersion()
Gets the value of the version property.

Returns:
possible object is Version

setVersion

void setVersion(Version value)
Sets the value of the version property.

Parameters:
value - allowed object is Version

getPoweredBy

DecorationModel.PoweredBy getPoweredBy()
Gets the value of the poweredBy property.

Returns:
possible object is DecorationModel.PoweredBy

setPoweredBy

void setPoweredBy(DecorationModel.PoweredBy value)
Sets the value of the poweredBy property.

Parameters:
value - allowed object is DecorationModel.PoweredBy

getSkin

Skin getSkin()
Gets the value of the skin property.

Returns:
possible object is Skin

setSkin

void setSkin(Skin value)
Sets the value of the skin property.

Parameters:
value - allowed object is Skin

getBody

Body getBody()
Gets the value of the body property.

Returns:
possible object is Body

setBody

void setBody(Body value)
Sets the value of the body property.

Parameters:
value - allowed object is Body

getCustom

DecorationModel.Custom getCustom()
Gets the value of the custom property.

Returns:
possible object is DecorationModel.Custom

setCustom

void setCustom(DecorationModel.Custom value)
Sets the value of the custom property.

Parameters:
value - allowed object is DecorationModel.Custom

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


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