no.difi.begrep
Class DifiPerson

java.lang.Object
  extended by no.difi.begrep.DifiPerson
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class DifiPerson
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

personidentifikator

protected String personidentifikator

reservasjon

protected DifiReservasjon reservasjon

status

protected DifiStatus status

beskrivelse

protected String beskrivelse

kontaktinformasjon

protected DifiKontaktinformasjon kontaktinformasjon

sikkerDigitalPostAdresse

protected DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse

x509Certificate

protected String x509Certificate
Constructor Detail

DifiPerson

public DifiPerson()
Default no-arg constructor


DifiPerson

public DifiPerson(String personidentifikator,
                  DifiReservasjon reservasjon,
                  DifiStatus status,
                  String beskrivelse,
                  DifiKontaktinformasjon kontaktinformasjon,
                  DifiSikkerDigitalPostAdresse sikkerDigitalPostAdresse,
                  String x509Certificate)
Fully-initialising value constructor

Method Detail

getPersonidentifikator

public String getPersonidentifikator()
Gets the value of the personidentifikator property.

Returns:
possible object is String

setPersonidentifikator

public void setPersonidentifikator(String value)
Sets the value of the personidentifikator property.

Parameters:
value - allowed object is String

getReservasjon

public DifiReservasjon getReservasjon()
Gets the value of the reservasjon property.

Returns:
possible object is DifiReservasjon

setReservasjon

public void setReservasjon(DifiReservasjon value)
Sets the value of the reservasjon property.

Parameters:
value - allowed object is DifiReservasjon

getStatus

public DifiStatus getStatus()
Gets the value of the status property.

Returns:
possible object is DifiStatus

setStatus

public void setStatus(DifiStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is DifiStatus

getBeskrivelse

public String getBeskrivelse()
Gets the value of the beskrivelse property.

Returns:
possible object is String

setBeskrivelse

public void setBeskrivelse(String value)
Sets the value of the beskrivelse property.

Parameters:
value - allowed object is String

getKontaktinformasjon

public DifiKontaktinformasjon getKontaktinformasjon()
Gets the value of the kontaktinformasjon property.

Returns:
possible object is DifiKontaktinformasjon

setKontaktinformasjon

public void setKontaktinformasjon(DifiKontaktinformasjon value)
Sets the value of the kontaktinformasjon property.

Parameters:
value - allowed object is DifiKontaktinformasjon

getSikkerDigitalPostAdresse

public DifiSikkerDigitalPostAdresse getSikkerDigitalPostAdresse()
Gets the value of the sikkerDigitalPostAdresse property.

Returns:
possible object is DifiSikkerDigitalPostAdresse

setSikkerDigitalPostAdresse

public void setSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)
Sets the value of the sikkerDigitalPostAdresse property.

Parameters:
value - allowed object is DifiSikkerDigitalPostAdresse

getX509Certificate

public String getX509Certificate()
Gets the value of the x509Certificate property.

Returns:
possible object is String

setX509Certificate

public void setX509Certificate(String value)
Sets the value of the x509Certificate property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withPersonidentifikator

public DifiPerson withPersonidentifikator(String value)

withReservasjon

public DifiPerson withReservasjon(DifiReservasjon value)

withStatus

public DifiPerson withStatus(DifiStatus value)

withBeskrivelse

public DifiPerson withBeskrivelse(String value)

withKontaktinformasjon

public DifiPerson withKontaktinformasjon(DifiKontaktinformasjon value)

withSikkerDigitalPostAdresse

public DifiPerson withSikkerDigitalPostAdresse(DifiSikkerDigitalPostAdresse value)

withX509Certificate

public DifiPerson withX509Certificate(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.