net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class ReportSetImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportSetImpl
All Implemented Interfaces:
Serializable, Cloneable, ReportSet

public class ReportSetImpl
extends Object
implements Serializable, Cloneable, ReportSet

See Also:
Serialized Form

Nested Class Summary
static class ReportSetImpl.ConfigurationImpl
           
static class ReportSetImpl.ReportsImpl
           
 
Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.ReportSet
ReportSet.Configuration, ReportSet.Reports
 
Field Summary
protected  ReportSetImpl.ConfigurationImpl configuration
           
protected  String id
           
protected  String inherited
           
protected  ReportSetImpl.ReportsImpl reports
           
 
Constructor Summary
ReportSetImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportSetImpl instance.
ReportSetImpl(ReportSetImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportSetImpl instance by copying a given instance.
 
Method Summary
 ReportSetImpl clone()
          Creates and returns a copy of this object.
 ReportSet.Configuration getConfiguration()
          Gets the value of the configuration property.
 String getId()
          Gets the value of the id property.
 String getInherited()
          Gets the value of the inherited property.
 ReportSet.Reports getReports()
          Gets the value of the reports property.
 void setConfiguration(ReportSet.Configuration value)
          Sets the value of the configuration property.
 void setId(String value)
          Sets the value of the id property.
 void setInherited(String value)
          Sets the value of the inherited property.
 void setReports(ReportSet.Reports value)
          Sets the value of the reports property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

configuration

protected ReportSetImpl.ConfigurationImpl configuration

inherited

protected String inherited

reports

protected ReportSetImpl.ReportsImpl reports
Constructor Detail

ReportSetImpl

public ReportSetImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportSetImpl instance.


ReportSetImpl

public ReportSetImpl(ReportSetImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.ReportSetImpl instance by copying a given instance.

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

getId

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

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

setId

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

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

getConfiguration

public ReportSet.Configuration getConfiguration()
Description copied from interface: ReportSet
Gets the value of the configuration property.

Specified by:
getConfiguration in interface ReportSet
Returns:
possible object is ReportSet.Configuration

setConfiguration

public void setConfiguration(ReportSet.Configuration value)
Description copied from interface: ReportSet
Sets the value of the configuration property.

Specified by:
setConfiguration in interface ReportSet
Parameters:
value - allowed object is ReportSet.Configuration

getInherited

public String getInherited()
Description copied from interface: ReportSet
Gets the value of the inherited property.

Specified by:
getInherited in interface ReportSet
Returns:
possible object is String

setInherited

public void setInherited(String value)
Description copied from interface: ReportSet
Sets the value of the inherited property.

Specified by:
setInherited in interface ReportSet
Parameters:
value - allowed object is String

getReports

public ReportSet.Reports getReports()
Description copied from interface: ReportSet
Gets the value of the reports property.

Specified by:
getReports in interface ReportSet
Returns:
possible object is ReportSet.Reports

setReports

public void setReports(ReportSet.Reports value)
Description copied from interface: ReportSet
Sets the value of the reports property.

Specified by:
setReports in interface ReportSet
Parameters:
value - allowed object is ReportSet.Reports

clone

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