|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.nip.sync.reg.v1.RegistrationsAnswer
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:31+02:00", comments="JAXB RI v2.2.6") public class RegistrationsAnswer
Java class for registrationsAnswerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="registrationsAnswerType"> <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="registrationAnswer" type="{urn:be:cin:nip:sync:reg:v1}registrationAnswerType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
RegistrationsAnswer()
|
Method Summary | |
---|---|
RegistrantType |
getRegistrant()
Gets the value of the registrant property. |
RegistrationAnswerType |
getRegistrationAnswer()
Gets the value of the registrationAnswer property. |
void |
setRegistrant(RegistrantType value)
Sets the value of the registrant property. |
void |
setRegistrationAnswer(RegistrationAnswerType value)
Sets the value of the registrationAnswer property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistrationsAnswer()
Method Detail |
---|
public RegistrantType getRegistrant()
RegistrantType
public void setRegistrant(RegistrantType value)
value
- allowed object is
RegistrantType
public RegistrationAnswerType getRegistrationAnswer()
RegistrationAnswerType
public void setRegistrationAnswer(RegistrationAnswerType value)
value
- allowed object is
RegistrationAnswerType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |