Package org.neuroml.model
Class CellSet
java.lang.Object
org.neuroml.model.BaseWithoutId
org.neuroml.model.Base
org.neuroml.model.CellSet
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString2
Java class for CellSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CellSet"> <complexContent> <extension base="{http://www.neuroml.org/schema/neuroml2}Base"> <sequence> <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="select" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields
(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) getAny()
Gets the value of the any property.Gets the value of the select property.void
Sets the value of the select property.toString()
-
Field Details
-
any
-
select
-
-
Constructor Details
-
CellSet
public CellSet()
-
-
Method Details
-
getAny
Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
-
getSelect
Gets the value of the select property.- Returns:
- possible object is
String
-
setSelect
Sets the value of the select property.- Parameters:
value
- allowed object isString
-
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb2_commons.lang.ToString2
- Overrides:
appendFields
in classBase
-