|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectneuroml.meta.RectangularBox.Size
public static class RectangularBox.Size
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">
<attribute name="depth" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Double |
depth
|
protected java.lang.Double |
height
|
protected java.lang.Double |
width
|
| Constructor Summary | |
|---|---|
RectangularBox.Size()
|
|
| Method Summary | |
|---|---|
java.lang.Double |
getDepth()
Gets the value of the depth property. |
java.lang.Double |
getHeight()
Gets the value of the height property. |
java.lang.Double |
getWidth()
Gets the value of the width property. |
void |
setDepth(java.lang.Double value)
Sets the value of the depth property. |
void |
setHeight(java.lang.Double value)
Sets the value of the height property. |
void |
setWidth(java.lang.Double value)
Sets the value of the width property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Double depth
protected java.lang.Double height
protected java.lang.Double width
| Constructor Detail |
|---|
public RectangularBox.Size()
| Method Detail |
|---|
public java.lang.Double getDepth()
Doublepublic void setDepth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getWidth()
Doublepublic void setWidth(java.lang.Double value)
value - allowed object is
Double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||