public class WeeklyCalendarConfig extends CalendarConfig implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<IntValue> |
intValue |
name
Constructor and Description |
---|
WeeklyCalendarConfig() |
WeeklyCalendarConfig(WeeklyCalendarConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this WeeklyCalendarConfig.
|
static WeeklyCalendarConfig |
fromString(java.lang.String s)
String representation of this WeeklyCalendarConfig.
|
java.util.List<IntValue> |
getIntValue() |
WeeklyCalendarConfig |
makeCopy()
Creates and returns a deep copy of this WeeklyCalendarConfig.
|
static WeeklyCalendarConfig |
readFrom(java.io.InputStream is)
Read this WeeklyCalendarConfig from an XML fragment.
|
java.lang.String |
toString()
String representation of this WeeklyCalendarConfig.
|
WeeklyCalendarConfig |
withIntValue(java.util.Collection<IntValue> __values) |
WeeklyCalendarConfig |
withIntValue(IntValue... __values) |
WeeklyCalendarConfig |
withName(java.lang.String name) |
void |
writeTo(java.io.OutputStream os)
Write this WeeklyCalendarConfig as an XML fragment
|
getName, setName
public java.util.List<IntValue> intValue
public WeeklyCalendarConfig()
public WeeklyCalendarConfig(WeeklyCalendarConfig o)
public WeeklyCalendarConfig withName(java.lang.String name)
withName
in class CalendarConfig
public java.util.List<IntValue> getIntValue()
public WeeklyCalendarConfig withIntValue(IntValue... __values)
public WeeklyCalendarConfig withIntValue(java.util.Collection<IntValue> __values)
public WeeklyCalendarConfig makeCopy()
makeCopy
in class CalendarConfig
public static WeeklyCalendarConfig readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class CalendarConfig
javax.xml.bind.JAXBException
java.io.IOException
public static WeeklyCalendarConfig fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class CalendarConfig
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class CalendarConfig
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.