All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.facebookapi.schema.PageHours Maven / Gradle / Ivy

There is a newer version: 3.0.4
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-661 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2008.12.01 at 07:56:21 PM GMT-08:00 
//


package com.google.code.facebookapi.schema;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for page_hours complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="page_hours">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="mon_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="mon_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="tue_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="tue_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="wed_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="thu_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="thu_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="fri_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="fri_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sat_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sat_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sun_1_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sun_1_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="mon_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="mon_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="tue_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="tue_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="wed_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="wed_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="thu_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="thu_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="fri_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="fri_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sat_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sat_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sun_2_open" type="{http://api.facebook.com/1.0/}time"/>
 *         <element name="sun_2_close" type="{http://api.facebook.com/1.0/}time"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "page_hours", propOrder = { "mon1Open", "mon1Close", "tue1Open", "tue1Close", "wed1Open", "thu1Open", "thu1Close", "fri1Open", "fri1Close", "sat1Open", "sat1Close", "sun1Open", "sun1Close", "mon2Open", "mon2Close", "tue2Open", "tue2Close", "wed2Open", "wed2Close", "thu2Open", "thu2Close", "fri2Open", "fri2Close", "sat2Open", "sat2Close", "sun2Open", "sun2Close" }) public class PageHours { @XmlElement(name = "mon_1_open") protected long mon1Open; @XmlElement(name = "mon_1_close") protected long mon1Close; @XmlElement(name = "tue_1_open") protected long tue1Open; @XmlElement(name = "tue_1_close") protected long tue1Close; @XmlElement(name = "wed_1_open") protected long wed1Open; @XmlElement(name = "thu_1_open") protected long thu1Open; @XmlElement(name = "thu_1_close") protected long thu1Close; @XmlElement(name = "fri_1_open") protected long fri1Open; @XmlElement(name = "fri_1_close") protected long fri1Close; @XmlElement(name = "sat_1_open") protected long sat1Open; @XmlElement(name = "sat_1_close") protected long sat1Close; @XmlElement(name = "sun_1_open") protected long sun1Open; @XmlElement(name = "sun_1_close") protected long sun1Close; @XmlElement(name = "mon_2_open") protected long mon2Open; @XmlElement(name = "mon_2_close") protected long mon2Close; @XmlElement(name = "tue_2_open") protected long tue2Open; @XmlElement(name = "tue_2_close") protected long tue2Close; @XmlElement(name = "wed_2_open") protected long wed2Open; @XmlElement(name = "wed_2_close") protected long wed2Close; @XmlElement(name = "thu_2_open") protected long thu2Open; @XmlElement(name = "thu_2_close") protected long thu2Close; @XmlElement(name = "fri_2_open") protected long fri2Open; @XmlElement(name = "fri_2_close") protected long fri2Close; @XmlElement(name = "sat_2_open") protected long sat2Open; @XmlElement(name = "sat_2_close") protected long sat2Close; @XmlElement(name = "sun_2_open") protected long sun2Open; @XmlElement(name = "sun_2_close") protected long sun2Close; /** * Gets the value of the mon1Open property. * */ public long getMon1Open() { return mon1Open; } /** * Sets the value of the mon1Open property. * */ public void setMon1Open(long value) { this.mon1Open = value; } /** * Gets the value of the mon1Close property. * */ public long getMon1Close() { return mon1Close; } /** * Sets the value of the mon1Close property. * */ public void setMon1Close(long value) { this.mon1Close = value; } /** * Gets the value of the tue1Open property. * */ public long getTue1Open() { return tue1Open; } /** * Sets the value of the tue1Open property. * */ public void setTue1Open(long value) { this.tue1Open = value; } /** * Gets the value of the tue1Close property. * */ public long getTue1Close() { return tue1Close; } /** * Sets the value of the tue1Close property. * */ public void setTue1Close(long value) { this.tue1Close = value; } /** * Gets the value of the wed1Open property. * */ public long getWed1Open() { return wed1Open; } /** * Sets the value of the wed1Open property. * */ public void setWed1Open(long value) { this.wed1Open = value; } /** * Gets the value of the thu1Open property. * */ public long getThu1Open() { return thu1Open; } /** * Sets the value of the thu1Open property. * */ public void setThu1Open(long value) { this.thu1Open = value; } /** * Gets the value of the thu1Close property. * */ public long getThu1Close() { return thu1Close; } /** * Sets the value of the thu1Close property. * */ public void setThu1Close(long value) { this.thu1Close = value; } /** * Gets the value of the fri1Open property. * */ public long getFri1Open() { return fri1Open; } /** * Sets the value of the fri1Open property. * */ public void setFri1Open(long value) { this.fri1Open = value; } /** * Gets the value of the fri1Close property. * */ public long getFri1Close() { return fri1Close; } /** * Sets the value of the fri1Close property. * */ public void setFri1Close(long value) { this.fri1Close = value; } /** * Gets the value of the sat1Open property. * */ public long getSat1Open() { return sat1Open; } /** * Sets the value of the sat1Open property. * */ public void setSat1Open(long value) { this.sat1Open = value; } /** * Gets the value of the sat1Close property. * */ public long getSat1Close() { return sat1Close; } /** * Sets the value of the sat1Close property. * */ public void setSat1Close(long value) { this.sat1Close = value; } /** * Gets the value of the sun1Open property. * */ public long getSun1Open() { return sun1Open; } /** * Sets the value of the sun1Open property. * */ public void setSun1Open(long value) { this.sun1Open = value; } /** * Gets the value of the sun1Close property. * */ public long getSun1Close() { return sun1Close; } /** * Sets the value of the sun1Close property. * */ public void setSun1Close(long value) { this.sun1Close = value; } /** * Gets the value of the mon2Open property. * */ public long getMon2Open() { return mon2Open; } /** * Sets the value of the mon2Open property. * */ public void setMon2Open(long value) { this.mon2Open = value; } /** * Gets the value of the mon2Close property. * */ public long getMon2Close() { return mon2Close; } /** * Sets the value of the mon2Close property. * */ public void setMon2Close(long value) { this.mon2Close = value; } /** * Gets the value of the tue2Open property. * */ public long getTue2Open() { return tue2Open; } /** * Sets the value of the tue2Open property. * */ public void setTue2Open(long value) { this.tue2Open = value; } /** * Gets the value of the tue2Close property. * */ public long getTue2Close() { return tue2Close; } /** * Sets the value of the tue2Close property. * */ public void setTue2Close(long value) { this.tue2Close = value; } /** * Gets the value of the wed2Open property. * */ public long getWed2Open() { return wed2Open; } /** * Sets the value of the wed2Open property. * */ public void setWed2Open(long value) { this.wed2Open = value; } /** * Gets the value of the wed2Close property. * */ public long getWed2Close() { return wed2Close; } /** * Sets the value of the wed2Close property. * */ public void setWed2Close(long value) { this.wed2Close = value; } /** * Gets the value of the thu2Open property. * */ public long getThu2Open() { return thu2Open; } /** * Sets the value of the thu2Open property. * */ public void setThu2Open(long value) { this.thu2Open = value; } /** * Gets the value of the thu2Close property. * */ public long getThu2Close() { return thu2Close; } /** * Sets the value of the thu2Close property. * */ public void setThu2Close(long value) { this.thu2Close = value; } /** * Gets the value of the fri2Open property. * */ public long getFri2Open() { return fri2Open; } /** * Sets the value of the fri2Open property. * */ public void setFri2Open(long value) { this.fri2Open = value; } /** * Gets the value of the fri2Close property. * */ public long getFri2Close() { return fri2Close; } /** * Sets the value of the fri2Close property. * */ public void setFri2Close(long value) { this.fri2Close = value; } /** * Gets the value of the sat2Open property. * */ public long getSat2Open() { return sat2Open; } /** * Sets the value of the sat2Open property. * */ public void setSat2Open(long value) { this.sat2Open = value; } /** * Gets the value of the sat2Close property. * */ public long getSat2Close() { return sat2Close; } /** * Sets the value of the sat2Close property. * */ public void setSat2Close(long value) { this.sat2Close = value; } /** * Gets the value of the sun2Open property. * */ public long getSun2Open() { return sun2Open; } /** * Sets the value of the sun2Open property. * */ public void setSun2Open(long value) { this.sun2Open = value; } /** * Gets the value of the sun2Close property. * */ public long getSun2Close() { return sun2Close; } /** * Sets the value of the sun2Close property. * */ public void setSun2Close(long value) { this.sun2Close = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy