Class DesignConfiguration.ViewConfiguration.View

  • Enclosing class:
    DesignConfiguration.ViewConfiguration

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.8",
               date="2024-11-14T04:42:42Z")
    public static class DesignConfiguration.ViewConfiguration.View
    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 ref="{http://www.accellera.org/XMLSchema/IPXACT/1685-2014}configurableElementValues" minOccurs="0"/>
           </sequence>
           <attribute name="viewRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • configurableElementValues

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        protected ConfigurableElementValues configurableElementValues
      • viewRef

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

      • View

        public View()
    • Method Detail

      • getConfigurableElementValues

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public ConfigurableElementValues getConfigurableElementValues()
        Parameter values to set in the selected configuredView.
        Returns:
        possible object is ConfigurableElementValues
      • setConfigurableElementValues

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public void setConfigurableElementValues​(ConfigurableElementValues value)
        Sets the value of the configurableElementValues property.
        Parameters:
        value - allowed object is ConfigurableElementValues
      • getViewRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.8",
                   date="2024-11-14T04:42:42Z")
        public java.lang.String getViewRef()
        Gets the value of the viewRef property.
        Returns:
        possible object is String
      • setViewRef

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