|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.nip.sync.reg.v1.Registrations
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:03:11+01:00",
comments="JAXB RI v2.2.11")
public class Registrations
Java class for registrationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="registrationsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registrant" type="{urn:be:cin:nip:sync:reg:v1}registrantType"/>
<element name="registration" type="{urn:be:cin:nip:sync:reg:v1}registrationType"/>
</sequence>
<attribute name="StartDateTime" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Registrations()
|
|
| Method Summary | |
|---|---|
RegistrantType |
getRegistrant()
Gets the value of the registrant property. |
RegistrationType |
getRegistration()
Gets the value of the registration property. |
org.joda.time.DateTime |
getStartDateTime()
Gets the value of the startDateTime property. |
void |
setRegistrant(RegistrantType value)
Sets the value of the registrant property. |
void |
setRegistration(RegistrationType value)
Sets the value of the registration property. |
void |
setStartDateTime(org.joda.time.DateTime value)
Sets the value of the startDateTime property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Registrations()
| Method Detail |
|---|
public RegistrantType getRegistrant()
RegistrantTypepublic void setRegistrant(RegistrantType value)
value - allowed object is
RegistrantTypepublic RegistrationType getRegistration()
RegistrationTypepublic void setRegistration(RegistrationType value)
value - allowed object is
RegistrationTypepublic org.joda.time.DateTime getStartDateTime()
Stringpublic void setStartDateTime(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||