com.eu.miscedautils.ipxact.Abstractor
Class CellSpecification

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.CellSpecification

public class CellSpecification
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">
       <choice>
         <element name="cellFunction">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>cellFunctionValueType">
                 <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}cellStrength"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="cellClass">
           <complexType>
             <simpleContent>
               <extension base="<http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009>cellClassValueType">
                 <attribute ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}cellStrength"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CellSpecification.CellClass
          Java class for anonymous complex type.
static class CellSpecification.CellFunction
          Java class for anonymous complex type.
 
Constructor Summary
CellSpecification()
           
 
Method Summary
 CellSpecification.CellClass getCellClass()
          Gets the value of the cellClass property.
 CellSpecification.CellFunction getCellFunction()
          Gets the value of the cellFunction property.
 void setCellClass(CellSpecification.CellClass value)
          Sets the value of the cellClass property.
 void setCellFunction(CellSpecification.CellFunction value)
          Sets the value of the cellFunction property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSpecification

public CellSpecification()
Method Detail

getCellFunction

public CellSpecification.CellFunction getCellFunction()
Gets the value of the cellFunction property.

Returns:
possible object is CellSpecification.CellFunction

setCellFunction

public void setCellFunction(CellSpecification.CellFunction value)
Sets the value of the cellFunction property.

Parameters:
value - allowed object is CellSpecification.CellFunction

getCellClass

public CellSpecification.CellClass getCellClass()
Gets the value of the cellClass property.

Returns:
possible object is CellSpecification.CellClass

setCellClass

public void setCellClass(CellSpecification.CellClass value)
Sets the value of the cellClass property.

Parameters:
value - allowed object is CellSpecification.CellClass