public class XFrequency extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_frequency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_frequency"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="enum" type="{uri:lens:job:0.1}x_frequency_enum"/> <element name="cron_expression" type="{uri:lens:job:0.1}x_cron_expression"/> </choice> <attribute name="timezone" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
XFrequency() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCronExpression()
Gets the value of the cronExpression property.
|
XFrequencyEnum |
getEnum()
Gets the value of the enum property.
|
String |
getTimezone()
Gets the value of the timezone property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCronExpression(String value)
Sets the value of the cronExpression property.
|
void |
setEnum(XFrequencyEnum value)
Sets the value of the enum property.
|
void |
setTimezone(String value)
Sets the value of the timezone property.
|
String |
toString() |
XFrequency |
withCronExpression(String value) |
XFrequency |
withEnum(XFrequencyEnum value) |
XFrequency |
withTimezone(String value) |
public XFrequencyEnum getEnum()
XFrequencyEnum
public void setEnum(XFrequencyEnum value)
value
- allowed object is
XFrequencyEnum
public String getCronExpression()
String
public void setCronExpression(String value)
value
- allowed object is
String
public String getTimezone()
String
public void setTimezone(String value)
value
- allowed object is
String
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public XFrequency withEnum(XFrequencyEnum value)
public XFrequency withCronExpression(String value)
public XFrequency withTimezone(String value)
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.