Class HierInterface


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    public class HierInterface
    extends Interface
    Hierarchical reference to an interface

    Java class for hierInterface complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="hierInterface">
       <complexContent>
         <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}interface">
           <attribute name="path" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}instancePath" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String path  
    • Constructor Summary

      Constructors 
      Constructor Description
      HierInterface()  
    • Field Detail

      • path

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        protected java.lang.String path
    • Constructor Detail

      • HierInterface

        public HierInterface()
    • Method Detail

      • getPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public java.lang.String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v3.0.2",
                   date="2024-11-14T04:42:50Z")
        public void setPath​(java.lang.String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String