net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100
Interface ChangesDocument

All Known Implementing Classes:
ChangesDocumentImpl

public interface ChangesDocument

Record every release with their subsequent changes.

Java class for ChangesDocument complex type.

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

 <complexType name="ChangesDocument">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="properties" type="{http://maven.apache.org/changes/1.0.0}Properties" minOccurs="0"/>
         <element name="body" type="{http://maven.apache.org/changes/1.0.0}Body" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Body getBody()
          Gets the value of the body property.
 Properties getProperties()
          Gets the value of the properties property.
 void setBody(Body value)
          Sets the value of the body property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 

Method Detail

getProperties

Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getBody

Body getBody()
Gets the value of the body property.

Returns:
possible object is Body

setBody

void setBody(Body value)
Sets the value of the body property.

Parameters:
value - allowed object is Body


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