net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111
Class GroupVersionAlignment

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment
All Implemented Interfaces:
Serializable, Cloneable

public class GroupVersionAlignment
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

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

id

protected String id

version

protected String version

excludes

protected GroupVersionAlignment.Excludes excludes
Constructor Detail

GroupVersionAlignment

public GroupVersionAlignment()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance.


GroupVersionAlignment

public GroupVersionAlignment(GroupVersionAlignment o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.assembly111.GroupVersionAlignment instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getExcludes

public GroupVersionAlignment.Excludes getExcludes()
Gets the value of the excludes property.

Returns:
possible object is GroupVersionAlignment.Excludes

setExcludes

public void setExcludes(GroupVersionAlignment.Excludes value)
Sets the value of the excludes property.

Parameters:
value - allowed object is GroupVersionAlignment.Excludes

clone

public GroupVersionAlignment clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.