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 v3.0.2", date="2025-10-14T04:40:59Z") 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 SummaryFields Modifier and Type Field Description protected java.lang.StringinstanceNameprotected java.lang.StringviewName
 - 
Constructor SummaryConstructors Constructor Description ViewConfiguration()
 - 
Method SummaryAll 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 v3.0.2", date="2025-10-14T04:40:59Z") protected java.lang.String instanceName
 - 
viewName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") protected java.lang.String viewName
 
- 
 - 
Method Detail- 
getInstanceName@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") public void setViewName(java.lang.String value)Sets the value of the viewName property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-