|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Prerequisites
public class 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>
| Field Summary | |
|---|---|
protected String |
maven
|
| Constructor Summary | |
|---|---|
Prerequisites()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Prerequisites instance. |
|
Prerequisites(Prerequisites o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 |
|---|
protected String maven
| Constructor Detail |
|---|
public Prerequisites()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Prerequisites instance.
public Prerequisites(Prerequisites o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.Prerequisites instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getMaven()
Stringpublic void setMaven(String value)
value - allowed object is
Stringpublic Prerequisites clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||