net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400
Class Prerequisites

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Prerequisites
All Implemented Interfaces:
Serializable, Cloneable

public class Prerequisites
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String maven
           
 
Constructor Summary
Prerequisites()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Prerequisites instance.
Prerequisites(Prerequisites o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Prerequisites instance by copying a given instance.
 
Method Summary
 Prerequisites clone()
          Creates and returns a copy of this object.
 String getMaven()
          Gets the value of the maven property.
 void setMaven(String value)
          Sets the value of the maven property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maven

protected String maven
Constructor Detail

Prerequisites

public Prerequisites()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Prerequisites instance.


Prerequisites

public Prerequisites(Prerequisites o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.pom400.Prerequisites instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMaven

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

Returns:
possible object is String

setMaven

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

Parameters:
value - allowed object is String

clone

public Prerequisites clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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