|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment
public class GroupVersionAlignment
Allows a group of artifacts to be aligned to a specified version.
Java class for GroupVersionAlignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupVersionAlignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" 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="excludes" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GroupVersionAlignment.Excludes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected GroupVersionAlignment.Excludes |
excludes
|
protected String |
id
|
protected String |
version
|
| Constructor Summary | |
|---|---|
GroupVersionAlignment()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance. |
|
GroupVersionAlignment(GroupVersionAlignment o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance by copying a given instance. |
|
| Method Summary | |
|---|---|
GroupVersionAlignment |
clone()
Creates and returns a copy of this object. |
GroupVersionAlignment.Excludes |
getExcludes()
Gets the value of the excludes property. |
String |
getId()
Gets the value of the id property. |
String |
getVersion()
Gets the value of the version property. |
void |
setExcludes(GroupVersionAlignment.Excludes value)
Sets the value of the excludes property. |
void |
setId(String value)
Sets the value of the id 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 id
protected String version
protected GroupVersionAlignment.Excludes excludes
| Constructor Detail |
|---|
public GroupVersionAlignment()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance.
public GroupVersionAlignment(GroupVersionAlignment o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic GroupVersionAlignment.Excludes getExcludes()
GroupVersionAlignment.Excludespublic void setExcludes(GroupVersionAlignment.Excludes value)
value - allowed object is
GroupVersionAlignment.Excludespublic GroupVersionAlignment clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||