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.
| Type | Property and Description |
|---|---|
Properties.Property |
createProperties
Create an instance of
Properties.Property |
| 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
|
Properties.Propertypublic ObjectFactory()
public Annotations.Page createAnnotationsPage()
Annotations.Pagepublic Properties.Property createPropertiesProperty()
Properties.Propertypublic Path.MoveTo createPathMoveTo()
Path.MoveTopublic Properties createProperties()
Propertiespublic Path.QuadTo createPathQuadTo()
Path.QuadTopublic Annotations.Page.Annotation createAnnotationsPageAnnotation()
Annotations.Page.Annotationpublic Path.CurveTo createPathCurveTo()
Path.CurveTopublic Annotations createAnnotations()
Annotationspublic Path.LineTo createPathLineTo()
Path.LineTopublic 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 © 2016 SAPERION AG. All rights reserved.