public class GracePeriod extends Object
Java class for GracePeriod complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GracePeriod">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="expiry" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GracePeriod() |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpiry()
Gets the value of the expiry property.
|
boolean |
isSetExpiry() |
void |
setExpiry(long value)
Sets the value of the expiry property.
|
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0