|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.IssueManagement
public class IssueManagement
Information about the issue tracking (or bug tracking) system used to manage this project.
Java class for IssueManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IssueManagement">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="system" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
system
|
protected String |
url
|
| Constructor Summary | |
|---|---|
IssueManagement()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.IssueManagement instance. |
|
IssueManagement(IssueManagement o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.IssueManagement instance by copying a given instance. |
|
| Method Summary | |
|---|---|
IssueManagement |
clone()
Creates and returns a copy of this object. |
String |
getSystem()
Gets the value of the system property. |
String |
getUrl()
Gets the value of the url property. |
void |
setSystem(String value)
Sets the value of the system property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String system
protected String url
| Constructor Detail |
|---|
public IssueManagement()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.IssueManagement instance.
public IssueManagement(IssueManagement o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.IssueManagement instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getSystem()
Stringpublic void setSystem(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic IssueManagement clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||