|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getTitle()
Stringvoid setTitle(String value)
value - allowed object is
StringAuthor getAuthor()
Authorvoid setAuthor(Author value)
value - allowed object is
Author
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||