Class ObjectFactory
java.lang.Object
ietf.params.xml.ns.timezone_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the ietf.params.xml.ns.timezone_service 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.timezone_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAliasTypejavax.xml.bind.JAXBElement<CapabilitiesType>Create an instance ofCapabilitiesAcceptParameterTypeCreate an instance ofCapabilitiesInfoTypeCreate an instance ofCapabilitiesOperationTypeCreate an instance ofCapabilitiesTypejavax.xml.bind.JAXBElement<ErrorResponseType>createError(ErrorResponseType value) Create an instance ofErrorResponseTypeCreate an instance ofInactiveTypeCreate an instance ofLocalNameTypeCreate an instance ofObservanceTypeCreate an instance ofSummaryTypejavax.xml.bind.JAXBElement<TimezoneListType>Create an instance ofTimezoneListTypejavax.xml.bind.JAXBElement<TimezonesType>createTimezones(TimezonesType value) Create an instance ofTimezonesTypeCreate an instance ofTzdataType
-
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.timezone_service
-
-
Method Details
-
createErrorResponseType
Create an instance ofErrorResponseType -
createCapabilitiesType
Create an instance ofCapabilitiesType -
createTimezoneListType
Create an instance ofTimezoneListType -
createTimezonesType
Create an instance ofTimezonesType -
createLocalNameType
Create an instance ofLocalNameType -
createAliasType
Create an instance ofAliasType -
createInactiveType
Create an instance ofInactiveType -
createCapabilitiesInfoType
Create an instance ofCapabilitiesInfoType -
createCapabilitiesAcceptParameterType
Create an instance ofCapabilitiesAcceptParameterType -
createCapabilitiesOperationType
Create an instance ofCapabilitiesOperationType -
createSummaryType
Create an instance ofSummaryType -
createObservanceType
Create an instance ofObservanceType -
createTzdataType
Create an instance ofTzdataType -
createError
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ErrorResponseType>
-
createCapabilities
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CapabilitiesType>
-
createTimezoneList
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimezoneListType>
-
createTimezones
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<TimezonesType>
-