|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
Properties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesBody getBody()
Bodyvoid setBody(Body value)
value - allowed object is
Body
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||