net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl
Class GroupVersionAlignmentImpl

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

public class GroupVersionAlignmentImpl
extends Object
implements Serializable, Cloneable, GroupVersionAlignment

See Also:
Serialized Form

Nested Class Summary
static class GroupVersionAlignmentImpl.ExcludesImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.GroupVersionAlignment
GroupVersionAlignment.Excludes
 
Field Summary
protected  GroupVersionAlignmentImpl.ExcludesImpl excludes
           
protected  String id
           
protected  String version
           
 
Constructor Summary
GroupVersionAlignmentImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.GroupVersionAlignmentImpl instance.
GroupVersionAlignmentImpl(GroupVersionAlignmentImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.GroupVersionAlignmentImpl instance by copying a given instance.
 
Method Summary
 GroupVersionAlignmentImpl 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 GroupVersionAlignmentImpl.ExcludesImpl excludes
Constructor Detail

GroupVersionAlignmentImpl

public GroupVersionAlignmentImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.assembly111.impl.GroupVersionAlignmentImpl instance.


GroupVersionAlignmentImpl

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

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

getId

public String getId()
Description copied from interface: GroupVersionAlignment
Gets the value of the id property.

Specified by:
getId in interface GroupVersionAlignment
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: GroupVersionAlignment
Sets the value of the id property.

Specified by:
setId in interface GroupVersionAlignment
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: GroupVersionAlignment
Gets the value of the version property.

Specified by:
getVersion in interface GroupVersionAlignment
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: GroupVersionAlignment
Sets the value of the version property.

Specified by:
setVersion in interface GroupVersionAlignment
Parameters:
value - allowed object is String

getExcludes

public GroupVersionAlignment.Excludes getExcludes()
Description copied from interface: GroupVersionAlignment
Gets the value of the excludes property.

Specified by:
getExcludes in interface GroupVersionAlignment
Returns:
possible object is GroupVersionAlignment.Excludes

setExcludes

public void setExcludes(GroupVersionAlignment.Excludes value)
Description copied from interface: GroupVersionAlignment
Sets the value of the excludes property.

Specified by:
setExcludes in interface GroupVersionAlignment
Parameters:
value - allowed object is GroupVersionAlignment.Excludes

clone

public GroupVersionAlignmentImpl 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.