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.graphdrawing.graphml
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<DataType> |
createData(DataType value)
|
DataExtensionType |
createDataExtensionType()
Create an instance of
DataExtensionType |
DataType |
createDataType()
Create an instance of
DataType |
javax.xml.bind.JAXBElement<DefaultType> |
createDefault(DefaultType value)
|
DefaultType |
createDefaultType()
Create an instance of
DefaultType |
javax.xml.bind.JAXBElement<java.lang.String> |
createDesc(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<EdgeType> |
createEdge(EdgeType value)
|
EdgeType |
createEdgeType()
Create an instance of
EdgeType |
javax.xml.bind.JAXBElement<EndpointType> |
createEndpoint(EndpointType value)
|
EndpointType |
createEndpointType()
Create an instance of
EndpointType |
javax.xml.bind.JAXBElement<GraphType> |
createGraph(GraphType value)
|
javax.xml.bind.JAXBElement<GraphmlType> |
createGraphml(GraphmlType value)
|
GraphmlType |
createGraphmlType()
Create an instance of
GraphmlType |
GraphType |
createGraphType()
Create an instance of
GraphType |
javax.xml.bind.JAXBElement<HyperedgeType> |
createHyperedge(HyperedgeType value)
|
HyperedgeType |
createHyperedgeType()
Create an instance of
HyperedgeType |
javax.xml.bind.JAXBElement<KeyType> |
createKey(KeyType value)
|
KeyType |
createKeyType()
Create an instance of
KeyType |
javax.xml.bind.JAXBElement<LocatorType> |
createLocator(LocatorType value)
|
LocatorType |
createLocatorType()
Create an instance of
LocatorType |
javax.xml.bind.JAXBElement<NodeType> |
createNode(NodeType value)
|
NodeType |
createNodeType()
Create an instance of
NodeType |
javax.xml.bind.JAXBElement<PortType> |
createPort(PortType value)
|
PortType |
createPortType()
Create an instance of
PortType |
public ObjectFactory()
public LocatorType createLocatorType()
LocatorTypepublic DefaultType createDefaultType()
DefaultTypepublic HyperedgeType createHyperedgeType()
HyperedgeTypepublic GraphmlType createGraphmlType()
GraphmlTypepublic EndpointType createEndpointType()
EndpointTypepublic DataExtensionType createDataExtensionType()
DataExtensionTypepublic javax.xml.bind.JAXBElement<EndpointType> createEndpoint(EndpointType value)
public javax.xml.bind.JAXBElement<GraphmlType> createGraphml(GraphmlType value)
public javax.xml.bind.JAXBElement<java.lang.String> createDesc(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<DefaultType> createDefault(DefaultType value)
public javax.xml.bind.JAXBElement<LocatorType> createLocator(LocatorType value)
public javax.xml.bind.JAXBElement<HyperedgeType> createHyperedge(HyperedgeType value)
Copyright 2021 Kieker Project, http://kieker-monitoring.net