com.google.code.facebookapi.schema.PageHours Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of facebook-java-api-schema Show documentation
Show all versions of facebook-java-api-schema Show documentation
Generated classes from XSD Schema
//
// 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: 2009.02.15 at 07:02:48 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;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.jvnet.jaxb2_commons.lang.Equals;
import org.jvnet.jaxb2_commons.lang.HashCode;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.builder.JAXBEqualsBuilder;
import org.jvnet.jaxb2_commons.lang.builder.JAXBHashCodeBuilder;
import org.jvnet.jaxb2_commons.lang.builder.JAXBToStringBuilder;
/**
* 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
implements Equals, HashCode, ToString
{
@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;
}
public void toString(ToStringBuilder toStringBuilder) {
{
long theMon1Open;
theMon1Open = this.getMon1Open();
toStringBuilder.append("mon1Open", theMon1Open);
}
{
long theMon1Close;
theMon1Close = this.getMon1Close();
toStringBuilder.append("mon1Close", theMon1Close);
}
{
long theTue1Open;
theTue1Open = this.getTue1Open();
toStringBuilder.append("tue1Open", theTue1Open);
}
{
long theTue1Close;
theTue1Close = this.getTue1Close();
toStringBuilder.append("tue1Close", theTue1Close);
}
{
long theWed1Open;
theWed1Open = this.getWed1Open();
toStringBuilder.append("wed1Open", theWed1Open);
}
{
long theThu1Open;
theThu1Open = this.getThu1Open();
toStringBuilder.append("thu1Open", theThu1Open);
}
{
long theThu1Close;
theThu1Close = this.getThu1Close();
toStringBuilder.append("thu1Close", theThu1Close);
}
{
long theFri1Open;
theFri1Open = this.getFri1Open();
toStringBuilder.append("fri1Open", theFri1Open);
}
{
long theFri1Close;
theFri1Close = this.getFri1Close();
toStringBuilder.append("fri1Close", theFri1Close);
}
{
long theSat1Open;
theSat1Open = this.getSat1Open();
toStringBuilder.append("sat1Open", theSat1Open);
}
{
long theSat1Close;
theSat1Close = this.getSat1Close();
toStringBuilder.append("sat1Close", theSat1Close);
}
{
long theSun1Open;
theSun1Open = this.getSun1Open();
toStringBuilder.append("sun1Open", theSun1Open);
}
{
long theSun1Close;
theSun1Close = this.getSun1Close();
toStringBuilder.append("sun1Close", theSun1Close);
}
{
long theMon2Open;
theMon2Open = this.getMon2Open();
toStringBuilder.append("mon2Open", theMon2Open);
}
{
long theMon2Close;
theMon2Close = this.getMon2Close();
toStringBuilder.append("mon2Close", theMon2Close);
}
{
long theTue2Open;
theTue2Open = this.getTue2Open();
toStringBuilder.append("tue2Open", theTue2Open);
}
{
long theTue2Close;
theTue2Close = this.getTue2Close();
toStringBuilder.append("tue2Close", theTue2Close);
}
{
long theWed2Open;
theWed2Open = this.getWed2Open();
toStringBuilder.append("wed2Open", theWed2Open);
}
{
long theWed2Close;
theWed2Close = this.getWed2Close();
toStringBuilder.append("wed2Close", theWed2Close);
}
{
long theThu2Open;
theThu2Open = this.getThu2Open();
toStringBuilder.append("thu2Open", theThu2Open);
}
{
long theThu2Close;
theThu2Close = this.getThu2Close();
toStringBuilder.append("thu2Close", theThu2Close);
}
{
long theFri2Open;
theFri2Open = this.getFri2Open();
toStringBuilder.append("fri2Open", theFri2Open);
}
{
long theFri2Close;
theFri2Close = this.getFri2Close();
toStringBuilder.append("fri2Close", theFri2Close);
}
{
long theSat2Open;
theSat2Open = this.getSat2Open();
toStringBuilder.append("sat2Open", theSat2Open);
}
{
long theSat2Close;
theSat2Close = this.getSat2Close();
toStringBuilder.append("sat2Close", theSat2Close);
}
{
long theSun2Open;
theSun2Open = this.getSun2Open();
toStringBuilder.append("sun2Open", theSun2Open);
}
{
long theSun2Close;
theSun2Close = this.getSun2Close();
toStringBuilder.append("sun2Close", theSun2Close);
}
}
public String toString() {
final ToStringBuilder toStringBuilder = new JAXBToStringBuilder(this);
toString(toStringBuilder);
return toStringBuilder.toString();
}
public void equals(Object object, EqualsBuilder equalsBuilder) {
if (!(object instanceof PageHours)) {
equalsBuilder.appendSuper(false);
return ;
}
if (this == object) {
return ;
}
final PageHours that = ((PageHours) object);
equalsBuilder.append(this.getMon1Open(), that.getMon1Open());
equalsBuilder.append(this.getMon1Close(), that.getMon1Close());
equalsBuilder.append(this.getTue1Open(), that.getTue1Open());
equalsBuilder.append(this.getTue1Close(), that.getTue1Close());
equalsBuilder.append(this.getWed1Open(), that.getWed1Open());
equalsBuilder.append(this.getThu1Open(), that.getThu1Open());
equalsBuilder.append(this.getThu1Close(), that.getThu1Close());
equalsBuilder.append(this.getFri1Open(), that.getFri1Open());
equalsBuilder.append(this.getFri1Close(), that.getFri1Close());
equalsBuilder.append(this.getSat1Open(), that.getSat1Open());
equalsBuilder.append(this.getSat1Close(), that.getSat1Close());
equalsBuilder.append(this.getSun1Open(), that.getSun1Open());
equalsBuilder.append(this.getSun1Close(), that.getSun1Close());
equalsBuilder.append(this.getMon2Open(), that.getMon2Open());
equalsBuilder.append(this.getMon2Close(), that.getMon2Close());
equalsBuilder.append(this.getTue2Open(), that.getTue2Open());
equalsBuilder.append(this.getTue2Close(), that.getTue2Close());
equalsBuilder.append(this.getWed2Open(), that.getWed2Open());
equalsBuilder.append(this.getWed2Close(), that.getWed2Close());
equalsBuilder.append(this.getThu2Open(), that.getThu2Open());
equalsBuilder.append(this.getThu2Close(), that.getThu2Close());
equalsBuilder.append(this.getFri2Open(), that.getFri2Open());
equalsBuilder.append(this.getFri2Close(), that.getFri2Close());
equalsBuilder.append(this.getSat2Open(), that.getSat2Open());
equalsBuilder.append(this.getSat2Close(), that.getSat2Close());
equalsBuilder.append(this.getSun2Open(), that.getSun2Open());
equalsBuilder.append(this.getSun2Close(), that.getSun2Close());
}
public boolean equals(Object object) {
if (!(object instanceof PageHours)) {
return false;
}
if (this == object) {
return true;
}
final EqualsBuilder equalsBuilder = new JAXBEqualsBuilder();
equals(object, equalsBuilder);
return equalsBuilder.isEquals();
}
public void hashCode(HashCodeBuilder hashCodeBuilder) {
hashCodeBuilder.append(this.getMon1Open());
hashCodeBuilder.append(this.getMon1Close());
hashCodeBuilder.append(this.getTue1Open());
hashCodeBuilder.append(this.getTue1Close());
hashCodeBuilder.append(this.getWed1Open());
hashCodeBuilder.append(this.getThu1Open());
hashCodeBuilder.append(this.getThu1Close());
hashCodeBuilder.append(this.getFri1Open());
hashCodeBuilder.append(this.getFri1Close());
hashCodeBuilder.append(this.getSat1Open());
hashCodeBuilder.append(this.getSat1Close());
hashCodeBuilder.append(this.getSun1Open());
hashCodeBuilder.append(this.getSun1Close());
hashCodeBuilder.append(this.getMon2Open());
hashCodeBuilder.append(this.getMon2Close());
hashCodeBuilder.append(this.getTue2Open());
hashCodeBuilder.append(this.getTue2Close());
hashCodeBuilder.append(this.getWed2Open());
hashCodeBuilder.append(this.getWed2Close());
hashCodeBuilder.append(this.getThu2Open());
hashCodeBuilder.append(this.getThu2Close());
hashCodeBuilder.append(this.getFri2Open());
hashCodeBuilder.append(this.getFri2Close());
hashCodeBuilder.append(this.getSat2Open());
hashCodeBuilder.append(this.getSat2Close());
hashCodeBuilder.append(this.getSun2Open());
hashCodeBuilder.append(this.getSun2Close());
}
public int hashCode() {
final HashCodeBuilder hashCodeBuilder = new JAXBHashCodeBuilder();
hashCode(hashCodeBuilder);
return hashCodeBuilder.toHashCode();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy