|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.rn.baselegaldata.v1.AbstractOptionalAddressType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:58:15+02:00", comments="JAXB RI v2.2.11") public abstract class AbstractOptionalAddressType
Java class for AbstractOptionalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOptionalAddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{urn:be:fgov:ehealth:rn:baselegaldata:v1}AddressGroup" minOccurs="0"/> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AbstractOptionalAddressType()
|
Method Summary | |
---|---|
PlainAddressType |
getDiplomaticAddress()
Gets the value of the diplomaticAddress property. |
DiplomaticPostType |
getDiplomaticPost()
Gets the value of the diplomaticPost property. |
PlainAddressType |
getPostAddress()
Gets the value of the postAddress property. |
ResidentialAddressType |
getReferenceAddress()
Gets the value of the referenceAddress property. |
ResidentialAddressType |
getResidentialAddress()
Gets the value of the residentialAddress property. |
PlainAddressType |
getTemporaryAddress()
Gets the value of the temporaryAddress property. |
void |
setDiplomaticAddress(PlainAddressType value)
Sets the value of the diplomaticAddress property. |
void |
setDiplomaticPost(DiplomaticPostType value)
Sets the value of the diplomaticPost property. |
void |
setPostAddress(PlainAddressType value)
Sets the value of the postAddress property. |
void |
setReferenceAddress(ResidentialAddressType value)
Sets the value of the referenceAddress property. |
void |
setResidentialAddress(ResidentialAddressType value)
Sets the value of the residentialAddress property. |
void |
setTemporaryAddress(PlainAddressType value)
Sets the value of the temporaryAddress property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractOptionalAddressType()
Method Detail |
---|
public DiplomaticPostType getDiplomaticPost()
DiplomaticPostType
public void setDiplomaticPost(DiplomaticPostType value)
value
- allowed object is
DiplomaticPostType
public PlainAddressType getDiplomaticAddress()
PlainAddressType
public void setDiplomaticAddress(PlainAddressType value)
value
- allowed object is
PlainAddressType
public PlainAddressType getPostAddress()
PlainAddressType
public void setPostAddress(PlainAddressType value)
value
- allowed object is
PlainAddressType
public ResidentialAddressType getReferenceAddress()
ResidentialAddressType
public void setReferenceAddress(ResidentialAddressType value)
value
- allowed object is
ResidentialAddressType
public ResidentialAddressType getResidentialAddress()
ResidentialAddressType
public void setResidentialAddress(ResidentialAddressType value)
value
- allowed object is
ResidentialAddressType
public PlainAddressType getTemporaryAddress()
PlainAddressType
public void setTemporaryAddress(PlainAddressType value)
value
- allowed object is
PlainAddressType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |