com.eu.miscedautils.ipxact.DesignConfig
Class DesignConfiguration.ViewConfiguration

java.lang.Object
  extended by com.eu.miscedautils.ipxact.DesignConfig.DesignConfiguration.ViewConfiguration
Enclosing class:
DesignConfiguration

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>
 


Constructor Summary
DesignConfiguration.ViewConfiguration()
           
 
Method Summary
 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignConfiguration.ViewConfiguration

public DesignConfiguration.ViewConfiguration()
Method Detail

getInstanceName

public java.lang.String getInstanceName()
Gets the value of the instanceName property.

Returns:
possible object is String

setInstanceName

public void setInstanceName(java.lang.String value)
Sets the value of the instanceName property.

Parameters:
value - allowed object is String

getViewName

public java.lang.String getViewName()
Gets the value of the viewName property.

Returns:
possible object is String

setViewName

public void setViewName(java.lang.String value)
Sets the value of the viewName property.

Parameters:
value - allowed object is String