Module de.focus_shift.jollyday.jaxb
Class MovingCondition
- java.lang.Object
-
- de.focus_shift.jollyday.jaxb.mapping.MovingCondition
-
public class MovingCondition extends Object
Java class for MovingCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MovingCondition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="substitute" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" /> <attribute name="with" type="{https://focus_shift.de/jollyday/schema/holiday}With" /> <attribute name="weekday" type="{https://focus_shift.de/jollyday/schema/holiday}Weekday" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MovingCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WeekdaygetSubstitute()Gets the value of the substitute property.WeekdaygetWeekday()Gets the value of the weekday property.WithgetWith()Gets the value of the with property.voidsetSubstitute(Weekday value)Sets the value of the substitute property.voidsetWeekday(Weekday value)Sets the value of the weekday property.voidsetWith(With value)Sets the value of the with property.
-
-
-
Method Detail
-
getSubstitute
public Weekday getSubstitute()
Gets the value of the substitute property.- Returns:
- possible object is
Weekday
-
setSubstitute
public void setSubstitute(Weekday value)
Sets the value of the substitute property.- Parameters:
value- allowed object isWeekday
-
setWith
public void setWith(With value)
Sets the value of the with property.- Parameters:
value- allowed object isWith
-
getWeekday
public Weekday getWeekday()
Gets the value of the weekday property.- Returns:
- possible object is
Weekday
-
-