|
||||||||||
| 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.CiManagement
public class CiManagement
4.0.0
Java class for CiManagement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CiManagement">
<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"/>
<element name="notifiers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="notifier" type="{http://maven.apache.org/POM/4.0.0}Notifier" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CiManagement.Notifiers
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected CiManagement.Notifiers |
notifiers
|
protected String |
system
|
protected String |
url
|
| Constructor Summary | |
|---|---|
CiManagement()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.CiManagement instance. |
|
CiManagement(CiManagement o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.CiManagement instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CiManagement |
clone()
Creates and returns a copy of this object. |
CiManagement.Notifiers |
getNotifiers()
Gets the value of the notifiers property. |
String |
getSystem()
Gets the value of the system property. |
String |
getUrl()
Gets the value of the url property. |
void |
setNotifiers(CiManagement.Notifiers value)
Sets the value of the notifiers 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
protected CiManagement.Notifiers notifiers
| Constructor Detail |
|---|
public CiManagement()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.CiManagement instance.
public CiManagement(CiManagement o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.pom400.CiManagement 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 CiManagement.Notifiers getNotifiers()
CiManagement.Notifierspublic void setNotifiers(CiManagement.Notifiers value)
value - allowed object is
CiManagement.Notifierspublic CiManagement clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||