Class GridLayout

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2

public class GridLayout extends BaseWithoutId implements org.jvnet.jaxb2_commons.lang.ToString2

Java class for GridLayout complex type.

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

 <complexType name="GridLayout">
   <complexContent>
     <extension base="{http://www.neuroml.org/schema/neuroml2}BaseWithoutId">
       <attribute name="xSize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="ySize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
       <attribute name="zSize" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GridLayout

      public GridLayout()
  • Method Details

    • getXSize

      public BigInteger getXSize()
      Gets the value of the xSize property.
      Returns:
      possible object is BigInteger
    • setXSize

      public void setXSize(BigInteger value)
      Sets the value of the xSize property.
      Parameters:
      value - allowed object is BigInteger
    • getYSize

      public BigInteger getYSize()
      Gets the value of the ySize property.
      Returns:
      possible object is BigInteger
    • setYSize

      public void setYSize(BigInteger value)
      Sets the value of the ySize property.
      Parameters:
      value - allowed object is BigInteger
    • getZSize

      public BigInteger getZSize()
      Gets the value of the zSize property.
      Returns:
      possible object is BigInteger
    • setZSize

      public void setZSize(BigInteger value)
      Sets the value of the zSize property.
      Parameters:
      value - allowed object is BigInteger
    • toString

      public String toString()
      Overrides:
      toString in class BaseWithoutId
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class BaseWithoutId
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class BaseWithoutId