Class DesignConfiguration.ViewConfiguration
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.DesignConfiguration.ViewConfiguration
-
- Enclosing class:
- DesignConfiguration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") public static class DesignConfiguration.ViewConfiguration 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 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.StringinstanceNameprotected java.lang.StringviewName
-
Constructor Summary
Constructors Constructor Description ViewConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInstanceName()Gets the value of the instanceName property.java.lang.StringgetViewName()Gets the value of the viewName property.voidsetInstanceName(java.lang.String value)Sets the value of the instanceName property.voidsetViewName(java.lang.String value)Sets the value of the viewName property.
-
-
-
Field Detail
-
instanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.lang.String instanceName
-
viewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") protected java.lang.String viewName
-
-
Method Detail
-
getInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setInstanceName(java.lang.String value)Sets the value of the instanceName property.- Parameters:
value- allowed object isString
-
getViewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2025-10-14T04:40:56Z") 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 v2.3.8", date="2025-10-14T04:40:56Z") public void setViewName(java.lang.String value)Sets the value of the viewName property.- Parameters:
value- allowed object isString
-
-