net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.changes100
Class Properties

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

public class Properties
extends Object
implements Serializable, Cloneable

1.0.0

Java class for Properties complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Properties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="author" type="{http://maven.apache.org/changes/1.0.0}Author" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Author author
           
protected  String title
           
 
Constructor Summary
Properties()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.changes100.Properties instance.
Properties(Properties o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.maven.changes100.Properties instance by copying a given instance.
 
Method Summary
 Properties clone()
          Creates and returns a copy of this object.
 Author getAuthor()
          Gets the value of the author property.
 String getTitle()
          Gets the value of the title property.
 void setAuthor(Author value)
          Sets the value of the author property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

protected String title

author

protected Author author
Constructor Detail

Properties

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


Properties

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

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

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getAuthor

public Author getAuthor()
Gets the value of the author property.

Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Sets the value of the author property.

Parameters:
value - allowed object is Author

clone

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