Class Design.HierConnections.HierConnection
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.Design.HierConnections.HierConnection
-
- Enclosing class:
- Design.HierConnections
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public static class Design.HierConnections.HierConnection extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interface" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interface"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> <attribute name="interfaceRef" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Interface
_interface
protected java.lang.String
interfaceRef
protected VendorExtensions
vendorExtensions
-
Constructor Summary
Constructors Constructor Description HierConnection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Interface
getInterface()
Gets the value of the interface property.java.lang.String
getInterfaceRef()
Gets the value of the interfaceRef property.VendorExtensions
getVendorExtensions()
Gets the value of the vendorExtensions property.void
setInterface(Interface value)
Sets the value of the interface property.void
setInterfaceRef(java.lang.String value)
Sets the value of the interfaceRef property.void
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.
-
-
-
Field Detail
-
_interface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected Interface _interface
-
vendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected VendorExtensions vendorExtensions
-
interfaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String interfaceRef
-
-
Method Detail
-
getInterface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public Interface getInterface()
Gets the value of the interface property.- Returns:
- possible object is
Interface
-
setInterface
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setInterface(Interface value)
Sets the value of the interface property.- Parameters:
value
- allowed object isInterface
-
getVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public VendorExtensions getVendorExtensions()
Gets the value of the vendorExtensions property.- Returns:
- possible object is
VendorExtensions
-
setVendorExtensions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property.- Parameters:
value
- allowed object isVendorExtensions
-
getInterfaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public java.lang.String getInterfaceRef()
Gets the value of the interfaceRef property.- Returns:
- possible object is
String
-
setInterfaceRef
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") public void setInterfaceRef(java.lang.String value)
Sets the value of the interfaceRef property.- Parameters:
value
- allowed object isString
-
-