Package ietf.params.xml.ns.caldav
Class ObjectFactory
java.lang.Object
ietf.params.xml.ns.caldav.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ietf.params.xml.ns.caldav package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: ietf.params.xml.ns.caldav -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<AllcompType>createAllcomp(AllcompType value) Create an instance ofAllcompTypejavax.xml.bind.JAXBElement<AllpropType>createAllprop(AllpropType value) Create an instance ofAllpropTypejavax.xml.bind.JAXBElement<CalendarDataType>Create an instance ofCalendarDataTypejavax.xml.bind.JAXBElement<CompType>createComp(CompType value) javax.xml.bind.JAXBElement<CompFilterType>createCompFilter(CompFilterType value) Create an instance ofCompFilterTypeCreate an instance ofCompTypejavax.xml.bind.JAXBElement<ExpandType>createExpand(ExpandType value) Create an instance ofExpandTypejavax.xml.bind.JAXBElement<FilterType>createFilter(FilterType value) Create an instance ofFilterTypejavax.xml.bind.JAXBElement<IsNotDefinedType>Create an instance ofIsNotDefinedTypejavax.xml.bind.JAXBElement<LimitFreebusySetType>Create an instance ofLimitFreebusySetTypejavax.xml.bind.JAXBElement<LimitRecurrenceSetType>Create an instance ofLimitRecurrenceSetTypejavax.xml.bind.JAXBElement<ParamFilterType>createParamFilter(ParamFilterType value) Create an instance ofParamFilterTypejavax.xml.bind.JAXBElement<PropType>createProp(PropType value) javax.xml.bind.JAXBElement<PropFilterType>createPropFilter(PropFilterType value) Create an instance ofPropFilterTypeCreate an instance ofPropTypejavax.xml.bind.JAXBElement<TextMatchType>createTextMatch(TextMatchType value) Create an instance ofTextMatchTypejavax.xml.bind.JAXBElement<UTCTimeRangeType>createTimeRange(UTCTimeRangeType value) javax.xml.bind.JAXBElement<TimezoneType>createTimezone(TimezoneType value) javax.xml.bind.JAXBElement<TimezoneIdType>createTimezoneId(TimezoneIdType value) Create an instance ofTimezoneIdTypeCreate an instance ofTimezoneTypeCreate an instance ofUTCTimeRangeType
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: ietf.params.xml.ns.caldav
-
-
Method Details
-
createAllcompType
Create an instance ofAllcompType -
createAllpropType
Create an instance ofAllpropType -
createPropType
Create an instance ofPropType -
createCompType
Create an instance ofCompType -
createExpandType
Create an instance ofExpandType -
createLimitRecurrenceSetType
Create an instance ofLimitRecurrenceSetType -
createLimitFreebusySetType
Create an instance ofLimitFreebusySetType -
createCalendarDataType
Create an instance ofCalendarDataType -
createTextMatchType
Create an instance ofTextMatchType -
createIsNotDefinedType
Create an instance ofIsNotDefinedType -
createTimezoneType
Create an instance ofTimezoneType -
createTimezoneIdType
Create an instance ofTimezoneIdType -
createUTCTimeRangeType
Create an instance ofUTCTimeRangeType -
createParamFilterType
Create an instance ofParamFilterType -
createPropFilterType
Create an instance ofPropFilterType -
createCompFilterType
Create an instance ofCompFilterType -
createFilterType
Create an instance ofFilterType -
createAllcomp
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllcompType>
-
createAllprop
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllpropType>
-
createProp
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropType>
-
createComp
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompType>
-
createExpand
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ExpandType>
-
createLimitRecurrenceSet
public javax.xml.bind.JAXBElement<LimitRecurrenceSetType> createLimitRecurrenceSet(LimitRecurrenceSetType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LimitRecurrenceSetType>
-
createLimitFreebusySet
public javax.xml.bind.JAXBElement<LimitFreebusySetType> createLimitFreebusySet(LimitFreebusySetType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LimitFreebusySetType>
-
createCalendarData
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CalendarDataType>
-
createTextMatch
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextMatchType>
-
createIsNotDefined
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IsNotDefinedType>
-
createTimezone
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimezoneType>
-
createTimezoneId
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimezoneIdType>
-
createTimeRange
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UTCTimeRangeType>
-
createParamFilter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParamFilterType>
-
createPropFilter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropFilterType>
-
createCompFilter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CompFilterType>
-
createFilter
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilterType>
-