public class ObjectFactory
extends java.lang.Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.docx4j.org.w3.x2003.inkML
|
public ObjectFactory()
public ChannelPropertiesType createChannelPropertiesType()
ChannelPropertiesTypepublic TraceViewType createTraceViewType()
TraceViewTypepublic DefinitionsType createDefinitionsType()
DefinitionsTypepublic BrushPropertyType createBrushPropertyType()
BrushPropertyTypepublic ContextType createContextType()
ContextTypepublic TraceFormatType createTraceFormatType()
TraceFormatTypepublic InkSourceType createInkSourceType()
InkSourceTypepublic SampleRateType createSampleRateType()
SampleRateTypepublic LatencyType createLatencyType()
LatencyTypepublic ActiveAreaType createActiveAreaType()
ActiveAreaTypepublic SourcePropertyType createSourcePropertyType()
SourcePropertyTypepublic IntermittentChannelsType createIntermittentChannelsType()
IntermittentChannelsTypepublic ChannelType createChannelType()
ChannelTypepublic CanvasType createCanvasType()
CanvasTypepublic CanvasTransformType createCanvasTransformType()
CanvasTransformTypepublic TimestampType createTimestampType()
TimestampTypepublic MappingType createMappingType()
MappingTypepublic AffineType createAffineType()
AffineTypepublic TraceGroupType createTraceGroupType()
TraceGroupTypepublic AnnotationType createAnnotationType()
AnnotationTypepublic AnnotationXMLType createAnnotationXMLType()
AnnotationXMLTypepublic ChannelPropertiesType.ChannelProperty createChannelPropertiesTypeChannelProperty()
ChannelPropertiesType.ChannelPropertypublic javax.xml.bind.JAXBElement<TraceViewType> createTraceView(TraceViewType value)
public javax.xml.bind.JAXBElement<DefinitionsType> createDefinitions(DefinitionsType value)
public javax.xml.bind.JAXBElement<BindType> createMappingTypeBind(BindType value)
public javax.xml.bind.JAXBElement<TableType> createMappingTypeTable(TableType value)
public javax.xml.bind.JAXBElement<AffineType> createMappingTypeAffine(AffineType value)
public javax.xml.bind.JAXBElement<MappingType> createMappingTypeMapping(MappingType value)
public javax.xml.bind.JAXBElement<MappingType> createCanvasTransformTypeMapping(MappingType value)
Copyright © 2007–2025. All rights reserved.