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="2024-11-14T04:42:51Z") 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
-
Constructor Summary
Constructors Constructor Description ViewConfiguration()
-
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.
-
-
-
Field Detail
-
instanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String instanceName
-
viewName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") protected java.lang.String viewName
-
-
Method Detail
-
getInstanceName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:51Z") 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:51Z") 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 v3.0.2", date="2024-11-14T04:42:51Z") 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:51Z") public void setViewName(java.lang.String value)
Sets the value of the viewName property.- Parameters:
value
- allowed object isString
-
-