Class DesignConfiguration.ViewConfiguration

  • Enclosing class:
    DesignConfiguration

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v3.0.2",
               date="2024-11-14T04:42:50Z")
    public static class DesignConfiguration.ViewConfiguration
    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.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}instanceName"/>
             <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String instanceName  
      protected java.lang.String viewName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInstanceName()
      Gets the value of the instanceName property.
      java.lang.String getViewName()
      Gets the value of the viewName property.
      void setInstanceName​(java.lang.String value)
      Sets the value of the instanceName property.
      void setViewName​(java.lang.String value)
      Sets the value of the viewName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instanceName

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

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

      • ViewConfiguration

        public ViewConfiguration()
    • Method Detail

      • getInstanceName

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

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

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

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