public class Module extends Object
Java class for Module complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Module">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="warmUp" type="{http://www.jrebirth.org/Module}WarmUpList" minOccurs="0"/>
<element name="registrations" type="{http://www.jrebirth.org/Module}RegistrationList" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
name |
protected RegistrationList |
registrations |
protected WarmUpList |
warmUp |
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getName()
Gets the value of the name property.
|
RegistrationList |
getRegistrations()
Gets the value of the registrations property.
|
WarmUpList |
getWarmUp()
Gets the value of the warmUp property.
|
void |
setName(Object value)
Sets the value of the name property.
|
void |
setRegistrations(RegistrationList value)
Sets the value of the registrations property.
|
void |
setWarmUp(WarmUpList value)
Sets the value of the warmUp property.
|
protected Object name
protected WarmUpList warmUp
protected RegistrationList registrations
public Object getName()
Objectpublic void setName(Object value)
value - allowed object is
Objectpublic WarmUpList getWarmUp()
WarmUpListpublic void setWarmUp(WarmUpList value)
value - allowed object is
WarmUpListpublic RegistrationList getRegistrations()
RegistrationListpublic void setRegistrations(RegistrationList value)
value - allowed object is
RegistrationListCopyright © 2011–2015 JRebirth OSS. All rights reserved.