|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.difi.begrep.DifiPerson
public class DifiPerson
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="personidentifikator" type="{http://begrep.difi.no}personidentifikator"/>
<element name="reservasjon" type="{http://begrep.difi.no}reservasjon" minOccurs="0"/>
<element name="status" type="{http://begrep.difi.no}status" minOccurs="0"/>
<element name="beskrivelse" type="{http://begrep.difi.no}beskrivelse" minOccurs="0"/>
<element name="Kontaktinformasjon" type="{http://begrep.difi.no}Kontaktinformasjon" minOccurs="0"/>
<element name="SikkerDigitalPostAdresse" type="{http://begrep.difi.no}SikkerDigitalPostAdresse" minOccurs="0"/>
<element name="X509Certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
beskrivelse
|
protected DifiKontaktinformasjon |
kontaktinformasjon
|
protected String |
personidentifikator
|
protected DifiReservasjon |
reservasjon
|
protected DifiSikkerDigitalPostAdresse |
sikkerDigitalPostAdresse
|
protected DifiStatus |
status
|
protected String |
x509Certificate
|
| Constructor Summary | |
|---|---|
DifiPerson()
Default no-arg constructor |
|
DifiPerson(String personidentifikator,
DifiReservasjon reservasjon,
DifiStatus status,
String beskrivelse,
DifiKontaktinformasjon kontaktinformasjon,
DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse,
String x509Certificate)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getBeskrivelse()
Gets the value of the beskrivelse property. |
DifiKontaktinformasjon |
getKontaktinformasjon()
Gets the value of the kontaktinformasjon property. |
String |
getPersonidentifikator()
Gets the value of the personidentifikator property. |
DifiReservasjon |
getReservasjon()
Gets the value of the reservasjon property. |
DifiSikkerDigitalPostAdresse |
getSikkerDigitalPostAdresse()
Gets the value of the sikkerDigitalPostAdresse property. |
DifiStatus |
getStatus()
Gets the value of the status property. |
String |
getX509Certificate()
Gets the value of the x509Certificate property. |
void |
setBeskrivelse(String value)
Sets the value of the beskrivelse property. |
void |
setKontaktinformasjon(DifiKontaktinformasjon value)
Sets the value of the kontaktinformasjon property. |
void |
setPersonidentifikator(String value)
Sets the value of the personidentifikator property. |
void |
setReservasjon(DifiReservasjon value)
Sets the value of the reservasjon property. |
void |
setSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)
Sets the value of the sikkerDigitalPostAdresse property. |
void |
setStatus(DifiStatus value)
Sets the value of the status property. |
void |
setX509Certificate(String value)
Sets the value of the x509Certificate property. |
String |
toString()
|
DifiPerson |
withBeskrivelse(String value)
|
DifiPerson |
withKontaktinformasjon(DifiKontaktinformasjon value)
|
DifiPerson |
withPersonidentifikator(String value)
|
DifiPerson |
withReservasjon(DifiReservasjon value)
|
DifiPerson |
withSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)
|
DifiPerson |
withStatus(DifiStatus value)
|
DifiPerson |
withX509Certificate(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String personidentifikator
protected DifiReservasjon reservasjon
protected DifiStatus status
protected String beskrivelse
protected DifiKontaktinformasjon kontaktinformasjon
protected DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse
protected String x509Certificate
| Constructor Detail |
|---|
public DifiPerson()
public DifiPerson(String personidentifikator,
DifiReservasjon reservasjon,
DifiStatus status,
String beskrivelse,
DifiKontaktinformasjon kontaktinformasjon,
DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse,
String x509Certificate)
| Method Detail |
|---|
public String getPersonidentifikator()
Stringpublic void setPersonidentifikator(String value)
value - allowed object is
Stringpublic DifiReservasjon getReservasjon()
DifiReservasjonpublic void setReservasjon(DifiReservasjon value)
value - allowed object is
DifiReservasjonpublic DifiStatus getStatus()
DifiStatuspublic void setStatus(DifiStatus value)
value - allowed object is
DifiStatuspublic String getBeskrivelse()
Stringpublic void setBeskrivelse(String value)
value - allowed object is
Stringpublic DifiKontaktinformasjon getKontaktinformasjon()
DifiKontaktinformasjonpublic void setKontaktinformasjon(DifiKontaktinformasjon value)
value - allowed object is
DifiKontaktinformasjonpublic DifiSikkerDigitalPostAdresse getSikkerDigitalPostAdresse()
DifiSikkerDigitalPostAdressepublic void setSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)
value - allowed object is
DifiSikkerDigitalPostAdressepublic String getX509Certificate()
Stringpublic void setX509Certificate(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic DifiPerson withPersonidentifikator(String value)
public DifiPerson withReservasjon(DifiReservasjon value)
public DifiPerson withStatus(DifiStatus value)
public DifiPerson withBeskrivelse(String value)
public DifiPerson withKontaktinformasjon(DifiKontaktinformasjon value)
public DifiPerson withSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)
public DifiPerson withX509Certificate(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||