net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400
Interface Prerequisites

All Known Implementing Classes:
PrerequisitesImpl

public interface Prerequisites

Describes the prerequisites a project can have.

Java class for Prerequisites complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Prerequisites">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="maven" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getMaven()
          Gets the value of the maven property.
 void setMaven(String value)
          Sets the value of the maven property.
 

Method Detail

getMaven

String getMaven()
Gets the value of the maven property.

Returns:
possible object is String

setMaven

void setMaven(String value)
Sets the value of the maven property.

Parameters:
value - allowed object is String


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