net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.changes100
Interface Properties

All Known Implementing Classes:
PropertiesImpl

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

getTitle

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

Returns:
possible object is String

setTitle

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

Parameters:
value - allowed object is String

getAuthor

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

Returns:
possible object is Author

setAuthor

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

Parameters:
value - allowed object is Author


Copyright © 2009 The CC-XJC Community. All Rights Reserved.