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="2025-10-14T04:41:11Z") public class ObjectFactory extends java.lang.ObjectThis 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 AbstractionDefinitionTypecreateAbstractionDefinitionType()Create an instance ofAbstractionDefinitionTypeComponentcreateComponent()Create an instance ofComponentComponentInstancecreateComponentInstance()Create an instance ofComponentInstanceComponentInstanceTypecreateComponentInstanceType()Create an instance ofComponentInstanceTypeComponentTypecreateComponentType()Create an instance ofComponentTypeLogicalWirecreateLogicalWire()Create an instance ofLogicalWirejavax.xml.bind.JAXBElement<java.lang.String>createNameRef(java.lang.String value)Create an instance ofJAXBElement<String>PortcreatePort()Create an instance ofPortPortTypecreatePortType()Create an instance ofPortTypeViewcreateView()Create an instance ofViewjavax.xml.bind.JAXBElement<java.lang.String>createViewNameRef(java.lang.String value)Create an instance ofJAXBElement<String>ViewTypecreateViewType()Create an instance ofViewTypeWirecreateWire()Create an instance ofWireWireTypecreateWireType()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>
-
-