public class Group extends Object
Java class for group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" use="required"> <simpleType> <restriction base="{http://www.sbml.org/2001/ns/celldesigner}SId"> </restriction> </simpleType> </attribute> <attribute name="members" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <pattern value="(_|[a-z]|[A-Z])(_|[a-z]|[A-Z]|[0-9])*(,(_|[a-z]|[A-Z])(_|[a-z]|[A-Z]|[0-9])*)+"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
members |
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
String |
getMembers()
Gets the value of the members property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMembers(String value)
Sets the value of the members property.
|
Copyright © 2018. All rights reserved.