Class ObjectFactory
- java.lang.Object
-
- org.accellera.SPIRIT_1685_2009_VE.ObjectFactory
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:58Z") public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.accellera.SPIRIT_1685_2009_VE package.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 Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.accellera.SPIRIT_1685_2009_VE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractionDefinitionType
createAbstractionDefinitionType()
Create an instance ofAbstractionDefinitionType
Component
createComponent()
Create an instance ofComponent
ComponentInstance
createComponentInstance()
Create an instance ofComponentInstance
ComponentInstanceType
createComponentInstanceType()
Create an instance ofComponentInstanceType
ComponentType
createComponentType()
Create an instance ofComponentType
LogicalWire
createLogicalWire()
Create an instance ofLogicalWire
javax.xml.bind.JAXBElement<java.lang.String>
createNameRef(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
Port
createPort()
Create an instance ofPort
PortType
createPortType()
Create an instance ofPortType
View
createView()
Create an instance ofView
javax.xml.bind.JAXBElement<java.lang.String>
createViewNameRef(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
ViewType
createViewType()
Create an instance ofViewType
Wire
createWire()
Create an instance ofWire
WireType
createWireType()
Create an instance ofWireType
-
-
-
Method Detail
-
createLogicalWire
public LogicalWire createLogicalWire()
Create an instance ofLogicalWire
-
createComponentInstance
public ComponentInstance createComponentInstance()
Create an instance ofComponentInstance
-
createAbstractionDefinitionType
public AbstractionDefinitionType createAbstractionDefinitionType()
Create an instance ofAbstractionDefinitionType
-
createComponentType
public ComponentType createComponentType()
Create an instance ofComponentType
-
createComponentInstanceType
public ComponentInstanceType createComponentInstanceType()
Create an instance ofComponentInstanceType
-
createNameRef
public javax.xml.bind.JAXBElement<java.lang.String> createNameRef(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createViewNameRef
public javax.xml.bind.JAXBElement<java.lang.String> createViewNameRef(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
-