public class ObjectFactory extends 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: com.saperion.jadice.xml
|
public ObjectFactory()
public Annotations.Page createAnnotationsPage()
Annotations.Page
public Properties.Property createPropertiesProperty()
Properties.Property
public Path.MoveTo createPathMoveTo()
Path.MoveTo
public Properties createProperties()
Properties
public Path.QuadTo createPathQuadTo()
Path.QuadTo
public Annotations.Page.Annotation createAnnotationsPageAnnotation()
Annotations.Page.Annotation
public Path.CurveTo createPathCurveTo()
Path.CurveTo
public Annotations createAnnotations()
Annotations
public Path.LineTo createPathLineTo()
Path.LineTo
public JAXBElement<Double> createNumber(Double value)
public JAXBElement<String> createRtf(String value)
public JAXBElement<Float> createFloat(Float value)
public JAXBElement<BigInteger> createInteger(BigInteger value)
public JAXBElement<String> createString(String value)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.