public class Registration extends Object
Java class for Registration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="registrationEntries" type="{http://www.jrebirth.org/Module}RegistrationEntryList" minOccurs="0"/>
</all>
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="exclusive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected Boolean |
exclusive |
protected RegistrationEntryList |
registrationEntries |
| Constructor and Description |
|---|
Registration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
RegistrationEntryList |
getRegistrationEntries()
Gets the value of the registrationEntries property.
|
boolean |
isExclusive()
Gets the value of the exclusive property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setExclusive(Boolean value)
Sets the value of the exclusive property.
|
void |
setRegistrationEntries(RegistrationEntryList value)
Sets the value of the registrationEntries property.
|
protected RegistrationEntryList registrationEntries
protected String clazz
protected Boolean exclusive
public RegistrationEntryList getRegistrationEntries()
RegistrationEntryListpublic void setRegistrationEntries(RegistrationEntryList value)
value - allowed object is
RegistrationEntryListpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic boolean isExclusive()
BooleanCopyright © 2011–2015 JRebirth OSS. All rights reserved.