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>
Modifier and Type | Field and Description |
---|---|
protected long |
expiry |
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 © 2012. All Rights Reserved.