|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.DesignConfig.CellSpecification
public class CellSpecification
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 |
---|
public CellSpecification()
Method Detail |
---|
public CellSpecification.CellFunction getCellFunction()
CellSpecification.CellFunction
public void setCellFunction(CellSpecification.CellFunction value)
value
- allowed object is
CellSpecification.CellFunction
public CellSpecification.CellClass getCellClass()
CellSpecification.CellClass
public void setCellClass(CellSpecification.CellClass value)
value
- allowed object is
CellSpecification.CellClass
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |