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

All Known Implementing Classes:
DecorationModelImpl.PoweredByImpl
Enclosing interface:
DecorationModel

public static interface DecorationModel.PoweredBy

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="logo" type="{http://maven.apache.org/DECORATION/1.0.0}Logo" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Logo[] getLogo()
           
 Logo getLogo(int idx)
           
 int getLogoLength()
           
 Logo setLogo(int idx, Logo value)
           
 void setLogo(Logo[] values)
           
 

Method Detail

getLogo

Logo[] getLogo()
Returns:
array of Logo

getLogo

Logo getLogo(int idx)
Returns:
one of Logo

getLogoLength

int getLogoLength()

setLogo

void setLogo(Logo[] values)
Parameters:
values - allowed objects are Logo

setLogo

Logo setLogo(int idx,
             Logo value)
Parameters:
value - allowed object is Logo


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