|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.Properties
public class Properties
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>
| Field Summary | |
|---|---|
protected Author |
author
|
protected String |
title
|
| Constructor Summary | |
|---|---|
Properties()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.Properties instance. |
|
Properties(Properties o)
Creates a new net.sourceforge.ccxjc.it.model.priv.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 |
|---|
protected String title
protected Author author
| Constructor Detail |
|---|
public Properties()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.Properties instance.
public Properties(Properties o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.Properties instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Author getAuthor()
Authorpublic void setAuthor(Author value)
value - allowed object is
Authorpublic Properties clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||