com.eu.miscedautils.ipxact.BusDefinition
Class LoadConstraint

java.lang.Object
  extended by com.eu.miscedautils.ipxact.BusDefinition.LoadConstraint

public class LoadConstraint
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}cellSpecification"/>
         <element name="count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
LoadConstraint()
           
 
Method Summary
 CellSpecification getCellSpecification()
          Gets the value of the cellSpecification property.
 java.math.BigInteger getCount()
          Gets the value of the count property.
 void setCellSpecification(CellSpecification value)
          Sets the value of the cellSpecification property.
 void setCount(java.math.BigInteger value)
          Sets the value of the count property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadConstraint

public LoadConstraint()
Method Detail

getCellSpecification

public CellSpecification getCellSpecification()
Gets the value of the cellSpecification property.

Returns:
possible object is CellSpecification

setCellSpecification

public void setCellSpecification(CellSpecification value)
Sets the value of the cellSpecification property.

Parameters:
value - allowed object is CellSpecification

getCount

public java.math.BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(java.math.BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger