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: org.graphdrawing.graphml
|
public ObjectFactory()
public LocatorType createLocatorType()
LocatorType
public DefaultType createDefaultType()
DefaultType
public GraphmlType createGraphmlType()
GraphmlType
public HyperedgeType createHyperedgeType()
HyperedgeType
public EndpointType createEndpointType()
EndpointType
public DataExtensionType createDataExtensionType()
DataExtensionType
public JAXBElement<String> createDesc(String value)
public JAXBElement<LocatorType> createLocator(LocatorType value)
public JAXBElement<DataType> createData(DataType value)
public JAXBElement<KeyType> createKey(KeyType value)
public JAXBElement<DefaultType> createDefault(DefaultType value)
public JAXBElement<GraphmlType> createGraphml(GraphmlType value)
public JAXBElement<GraphType> createGraph(GraphType value)
public JAXBElement<NodeType> createNode(NodeType value)
public JAXBElement<PortType> createPort(PortType value)
public JAXBElement<EdgeType> createEdge(EdgeType value)
public JAXBElement<HyperedgeType> createHyperedge(HyperedgeType value)
public JAXBElement<EndpointType> createEndpoint(EndpointType value)
Copyright © 2021. All rights reserved.