public class Ticket extends Object
Java class for Ticket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ticket">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expiry" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
expiry |
protected String |
value |
| Constructor and Description |
|---|
Ticket() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExpiry()
Gets the value of the expiry property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetExpiry() |
boolean |
isSetValue() |
void |
setExpiry(Long value)
Sets the value of the expiry property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public Long getExpiry()
Longpublic void setExpiry(Long value)
value - allowed object is
Longpublic boolean isSetExpiry()
Copyright © 2012. All Rights Reserved.