|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Parent
public class Parent
4.0.0
Java class for Parent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="artifactId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="relativePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
artifactId
|
protected String |
groupId
|
protected String |
relativePath
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Parent()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Parent instance. |
|
Parent(Parent o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Parent instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Parent |
clone()
Creates and returns a copy of this object. |
String |
getArtifactId()
Gets the value of the artifactId property. |
String |
getGroupId()
Gets the value of the groupId property. |
String |
getRelativePath()
Gets the value of the relativePath property. |
String |
getVersion()
Gets the value of the version property. |
void |
setArtifactId(String value)
Sets the value of the artifactId property. |
void |
setGroupId(String value)
Sets the value of the groupId property. |
void |
setRelativePath(String value)
Sets the value of the relativePath property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String artifactId
protected String groupId
protected String version
protected String relativePath
| Constructor Detail |
|---|
public Parent()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Parent instance.
public Parent(Parent o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.pom400.Parent instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getArtifactId()
Stringpublic void setArtifactId(String value)
value - allowed object is
Stringpublic String getGroupId()
Stringpublic void setGroupId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getRelativePath()
Stringpublic void setRelativePath(String value)
value - allowed object is
Stringpublic Parent clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||