|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ivoa.xml.vosiavailability.v1.Availability
public class Availability
Java class for Availability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Availability">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="upSince" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="downAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="backAt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
available
|
protected javax.xml.datatype.XMLGregorianCalendar |
backAt
|
protected javax.xml.datatype.XMLGregorianCalendar |
downAt
|
protected java.util.List<java.lang.String> |
note
|
protected javax.xml.datatype.XMLGregorianCalendar |
upSince
|
| Constructor Summary | |
|---|---|
Availability()
|
|
| Method Summary | |
|---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBackAt()
Gets the value of the backAt property. |
javax.xml.datatype.XMLGregorianCalendar |
getDownAt()
Gets the value of the downAt property. |
java.util.List<java.lang.String> |
getNote()
Gets the value of the note property. |
javax.xml.datatype.XMLGregorianCalendar |
getUpSince()
Gets the value of the upSince property. |
boolean |
isAvailable()
Gets the value of the available property. |
void |
setAvailable(boolean value)
Sets the value of the available property. |
void |
setBackAt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the backAt property. |
void |
setDownAt(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the downAt property. |
void |
setUpSince(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the upSince property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean available
protected javax.xml.datatype.XMLGregorianCalendar upSince
protected javax.xml.datatype.XMLGregorianCalendar downAt
protected javax.xml.datatype.XMLGregorianCalendar backAt
protected java.util.List<java.lang.String> note
| Constructor Detail |
|---|
public Availability()
| Method Detail |
|---|
public boolean isAvailable()
public void setAvailable(boolean value)
public javax.xml.datatype.XMLGregorianCalendar getUpSince()
XMLGregorianCalendarpublic void setUpSince(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getDownAt()
XMLGregorianCalendarpublic void setDownAt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getBackAt()
XMLGregorianCalendarpublic void setBackAt(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<java.lang.String> getNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the note property.
For example, to add a new item, do as follows:
getNote().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||