com.eu.miscedautils.ipxact.Design
Class CellSpecification.CellFunction

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Design.CellSpecification.CellFunction
Enclosing class:
CellSpecification

public static class CellSpecification.CellFunction
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Constructor Summary
CellSpecification.CellFunction()
           
 
Method Summary
 CellStrengthValueType getCellStrength()
          Gets the value of the cellStrength property.
 CellFunctionValueType getValue()
          Indicates legal cell function values.
 void setCellStrength(CellStrengthValueType value)
          Sets the value of the cellStrength property.
 void setValue(CellFunctionValueType value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellSpecification.CellFunction

public CellSpecification.CellFunction()
Method Detail

getValue

public CellFunctionValueType getValue()
Indicates legal cell function values.

Returns:
possible object is CellFunctionValueType

setValue

public void setValue(CellFunctionValueType value)
Sets the value of the value property.

Parameters:
value - allowed object is CellFunctionValueType

getCellStrength

public CellStrengthValueType getCellStrength()
Gets the value of the cellStrength property.

Returns:
possible object is CellStrengthValueType

setCellStrength

public void setCellStrength(CellStrengthValueType value)
Sets the value of the cellStrength property.

Parameters:
value - allowed object is CellStrengthValueType