public class PossibleAlterationDate extends Object
Java class for possibleAlterationDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="possibleAlterationDate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nextPossibleAlterationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Calendar |
nextPossibleAlterationDate |
| Constructor and Description |
|---|
PossibleAlterationDate() |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getNextPossibleAlterationDate()
Gets the value of the nextPossibleAlterationDate property.
|
void |
setNextPossibleAlterationDate(Calendar value)
Sets the value of the nextPossibleAlterationDate property.
|
Copyright © 2014 OpenEstate. All rights reserved.