Package org.bedework.schemas.catdav_1
Class ObjectFactory
- java.lang.Object
-
- org.bedework.schemas.catdav_1.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.bedework.schemas.catdav_1 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.bedework.schemas.catdav_1
-
Method Summary
-
-
-
Method Detail
-
createAllpropType
public AllpropType createAllpropType()
Create an instance ofAllpropType
-
createCategoryDataType
public CategoryDataType createCategoryDataType()
Create an instance ofCategoryDataType
-
createTextMatchType
public TextMatchType createTextMatchType()
Create an instance ofTextMatchType
-
createIsNotDefinedType
public IsNotDefinedType createIsNotDefinedType()
Create an instance ofIsNotDefinedType
-
createPropFilterType
public PropFilterType createPropFilterType()
Create an instance ofPropFilterType
-
createFilterType
public FilterType createFilterType()
Create an instance ofFilterType
-
createAllprop
public javax.xml.bind.JAXBElement<AllpropType> createAllprop(AllpropType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllpropType>
-
createProp
public javax.xml.bind.JAXBElement<PropType> createProp(PropType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropType>
-
createCategoryData
public javax.xml.bind.JAXBElement<CategoryDataType> createCategoryData(CategoryDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CategoryDataType>
-
createTextMatch
public javax.xml.bind.JAXBElement<TextMatchType> createTextMatch(TextMatchType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TextMatchType>
-
createIsNotDefined
public javax.xml.bind.JAXBElement<IsNotDefinedType> createIsNotDefined(IsNotDefinedType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<IsNotDefinedType>
-
createPropFilter
public javax.xml.bind.JAXBElement<PropFilterType> createPropFilter(PropFilterType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PropFilterType>
-
createFilter
public javax.xml.bind.JAXBElement<FilterType> createFilter(FilterType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FilterType>
-
-