|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.epcis.model.QuerySchedule
public class QuerySchedule
Java class for QuerySchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuerySchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="second" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="minute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dayOfMonth" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="month" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dayOfWeek" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extension" type="{urn:epcglobal:epcis-query:xsd:1}QueryScheduleExtensionType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
any
|
protected String |
dayOfMonth
|
protected String |
dayOfWeek
|
protected QueryScheduleExtensionType |
extension
|
protected String |
hour
|
protected String |
minute
|
protected String |
month
|
protected String |
second
|
| Constructor Summary | |
|---|---|
QuerySchedule()
|
|
| Method Summary | |
|---|---|
List<Object> |
getAny()
Gets the value of the any property. |
String |
getDayOfMonth()
Gets the value of the dayOfMonth property. |
String |
getDayOfWeek()
Gets the value of the dayOfWeek property. |
QueryScheduleExtensionType |
getExtension()
Gets the value of the extension property. |
String |
getHour()
Gets the value of the hour property. |
String |
getMinute()
Gets the value of the minute property. |
String |
getMonth()
Gets the value of the month property. |
String |
getSecond()
Gets the value of the second property. |
void |
setDayOfMonth(String value)
Sets the value of the dayOfMonth property. |
void |
setDayOfWeek(String value)
Sets the value of the dayOfWeek property. |
void |
setExtension(QueryScheduleExtensionType value)
Sets the value of the extension property. |
void |
setHour(String value)
Sets the value of the hour property. |
void |
setMinute(String value)
Sets the value of the minute property. |
void |
setMonth(String value)
Sets the value of the month property. |
void |
setSecond(String value)
Sets the value of the second property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String second
protected String minute
protected String hour
protected String dayOfMonth
protected String month
protected String dayOfWeek
protected QueryScheduleExtensionType extension
protected List<Object> any
| Constructor Detail |
|---|
public QuerySchedule()
| Method Detail |
|---|
public String getSecond()
Stringpublic void setSecond(String value)
value - allowed object is Stringpublic String getMinute()
Stringpublic void setMinute(String value)
value - allowed object is Stringpublic String getHour()
Stringpublic void setHour(String value)
value - allowed object is Stringpublic String getDayOfMonth()
Stringpublic void setDayOfMonth(String value)
value - allowed object is Stringpublic String getMonth()
Stringpublic void setMonth(String value)
value - allowed object is Stringpublic String getDayOfWeek()
Stringpublic void setDayOfWeek(String value)
value - allowed object is Stringpublic QueryScheduleExtensionType getExtension()
QueryScheduleExtensionTypepublic void setExtension(QueryScheduleExtensionType value)
value - allowed object is QueryScheduleExtensionTypepublic List<Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list Element
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||