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="2025-10-14T04:40:59Z") public static class Design.HierConnections.HierConnection extends java.lang.ObjectJava 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 SummaryFields Modifier and Type Field Description protected Interface_interfaceprotected java.lang.StringinterfaceRefprotected VendorExtensionsvendorExtensions
 - 
Constructor SummaryConstructors Constructor Description HierConnection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfacegetInterface()Gets the value of the interface property.java.lang.StringgetInterfaceRef()Gets the value of the interfaceRef property.VendorExtensionsgetVendorExtensions()Gets the value of the vendorExtensions property.voidsetInterface(Interface value)Sets the value of the interface property.voidsetInterfaceRef(java.lang.String value)Sets the value of the interfaceRef property.voidsetVendorExtensions(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="2025-10-14T04:40:59Z") protected Interface _interface
 - 
vendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected VendorExtensions vendorExtensions
 - 
interfaceRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.lang.String interfaceRef
 
- 
 - 
Method Detail- 
getInterface@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") public void setInterface(Interface value)Sets the value of the interface property.- Parameters:
- value- allowed object is- Interface
 
 - 
getVendorExtensions@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") public void setVendorExtensions(VendorExtensions value)Sets the value of the vendorExtensions property.- Parameters:
- value- allowed object is- VendorExtensions
 
 - 
getInterfaceRef@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") public void setInterfaceRef(java.lang.String value)Sets the value of the interfaceRef property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-