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>
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()
String
public void setValue(String value)
value
- allowed object is
String
public boolean isSetValue()
public Long getExpiry()
Long
public void setExpiry(Long value)
value
- allowed object is
Long
public boolean isSetExpiry()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0