org.fosstrak.epcis.model
Class QuerySchedule

java.lang.Object
  extended by org.fosstrak.epcis.model.QuerySchedule

public class QuerySchedule
extends Object

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

second

protected String second

minute

protected String minute

hour

protected String hour

dayOfMonth

protected String dayOfMonth

month

protected String month

dayOfWeek

protected String dayOfWeek

extension

protected QueryScheduleExtensionType extension

any

protected List<Object> any
Constructor Detail

QuerySchedule

public QuerySchedule()
Method Detail

getSecond

public String getSecond()
Gets the value of the second property.

Returns:
possible object is String

setSecond

public void setSecond(String value)
Sets the value of the second property.

Parameters:
value - allowed object is String

getMinute

public String getMinute()
Gets the value of the minute property.

Returns:
possible object is String

setMinute

public void setMinute(String value)
Sets the value of the minute property.

Parameters:
value - allowed object is String

getHour

public String getHour()
Gets the value of the hour property.

Returns:
possible object is String

setHour

public void setHour(String value)
Sets the value of the hour property.

Parameters:
value - allowed object is String

getDayOfMonth

public String getDayOfMonth()
Gets the value of the dayOfMonth property.

Returns:
possible object is String

setDayOfMonth

public void setDayOfMonth(String value)
Sets the value of the dayOfMonth property.

Parameters:
value - allowed object is String

getMonth

public String getMonth()
Gets the value of the month property.

Returns:
possible object is String

setMonth

public void setMonth(String value)
Sets the value of the month property.

Parameters:
value - allowed object is String

getDayOfWeek

public String getDayOfWeek()
Gets the value of the dayOfWeek property.

Returns:
possible object is String

setDayOfWeek

public void setDayOfWeek(String value)
Sets the value of the dayOfWeek property.

Parameters:
value - allowed object is String

getExtension

public QueryScheduleExtensionType getExtension()
Gets the value of the extension property.

Returns:
possible object is QueryScheduleExtensionType

setExtension

public void setExtension(QueryScheduleExtensionType value)
Sets the value of the extension property.

Parameters:
value - allowed object is QueryScheduleExtensionType

getAny

public List<Object> getAny()
Gets the value of the any property.

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



Copyright © 2010. All Rights Reserved.