no.difi.begrep.sdp.schema_v10
Class SDPDigitalPostInfo

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

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

Java class for DigitalPostInfo complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DigitalPostInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="virkningsdato" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="aapningskvittering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="sikkerhetsnivaa" type="{http://begrep.difi.no/sdp/schema_v10}Sikkerhetsnivaa"/>
         <element name="ikkeSensitivTittel" type="{http://begrep.difi.no/sdp/schema_v10}Tittel"/>
         <element name="varsler" type="{http://begrep.difi.no/sdp/schema_v10}Varsler" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean aapningskvittering
           
protected  SDPTittel ikkeSensitivTittel
           
protected  SDPSikkerhetsnivaa sikkerhetsnivaa
           
protected  SDPVarsler varsler
           
protected  org.joda.time.LocalDate virkningsdato
           
 
Constructor Summary
SDPDigitalPostInfo()
          Default no-arg constructor
SDPDigitalPostInfo(org.joda.time.LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler)
          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)
           
 Boolean getAapningskvittering()
          Gets the value of the aapningskvittering property.
 SDPTittel getIkkeSensitivTittel()
          Gets the value of the ikkeSensitivTittel property.
 SDPSikkerhetsnivaa getSikkerhetsnivaa()
          Gets the value of the sikkerhetsnivaa property.
 SDPVarsler getVarsler()
          Gets the value of the varsler property.
 org.joda.time.LocalDate getVirkningsdato()
          Gets the value of the virkningsdato property.
 void setAapningskvittering(Boolean value)
          Sets the value of the aapningskvittering property.
 void setIkkeSensitivTittel(SDPTittel value)
          Sets the value of the ikkeSensitivTittel property.
 void setSikkerhetsnivaa(SDPSikkerhetsnivaa value)
          Sets the value of the sikkerhetsnivaa property.
 void setVarsler(SDPVarsler value)
          Sets the value of the varsler property.
 void setVirkningsdato(org.joda.time.LocalDate value)
          Sets the value of the virkningsdato property.
 String toString()
           
 SDPDigitalPostInfo withAapningskvittering(Boolean value)
           
 SDPDigitalPostInfo withIkkeSensitivTittel(SDPTittel value)
           
 SDPDigitalPostInfo withSikkerhetsnivaa(SDPSikkerhetsnivaa value)
           
 SDPDigitalPostInfo withVarsler(SDPVarsler value)
           
 SDPDigitalPostInfo withVirkningsdato(org.joda.time.LocalDate value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

virkningsdato

protected org.joda.time.LocalDate virkningsdato

aapningskvittering

protected Boolean aapningskvittering

sikkerhetsnivaa

protected SDPSikkerhetsnivaa sikkerhetsnivaa

ikkeSensitivTittel

protected SDPTittel ikkeSensitivTittel

varsler

protected SDPVarsler varsler
Constructor Detail

SDPDigitalPostInfo

public SDPDigitalPostInfo()
Default no-arg constructor


SDPDigitalPostInfo

public SDPDigitalPostInfo(org.joda.time.LocalDate virkningsdato,
                          Boolean aapningskvittering,
                          SDPSikkerhetsnivaa sikkerhetsnivaa,
                          SDPTittel ikkeSensitivTittel,
                          SDPVarsler varsler)
Fully-initialising value constructor

Method Detail

getVirkningsdato

public org.joda.time.LocalDate getVirkningsdato()
Gets the value of the virkningsdato property.

Returns:
possible object is String

setVirkningsdato

public void setVirkningsdato(org.joda.time.LocalDate value)
Sets the value of the virkningsdato property.

Parameters:
value - allowed object is String

getAapningskvittering

public Boolean getAapningskvittering()
Gets the value of the aapningskvittering property.

Returns:
possible object is Boolean

setAapningskvittering

public void setAapningskvittering(Boolean value)
Sets the value of the aapningskvittering property.

Parameters:
value - allowed object is Boolean

getSikkerhetsnivaa

public SDPSikkerhetsnivaa getSikkerhetsnivaa()
Gets the value of the sikkerhetsnivaa property.

Returns:
possible object is SDPSikkerhetsnivaa

setSikkerhetsnivaa

public void setSikkerhetsnivaa(SDPSikkerhetsnivaa value)
Sets the value of the sikkerhetsnivaa property.

Parameters:
value - allowed object is SDPSikkerhetsnivaa

getIkkeSensitivTittel

public SDPTittel getIkkeSensitivTittel()
Gets the value of the ikkeSensitivTittel property.

Returns:
possible object is SDPTittel

setIkkeSensitivTittel

public void setIkkeSensitivTittel(SDPTittel value)
Sets the value of the ikkeSensitivTittel property.

Parameters:
value - allowed object is SDPTittel

getVarsler

public SDPVarsler getVarsler()
Gets the value of the varsler property.

Returns:
possible object is SDPVarsler

setVarsler

public void setVarsler(SDPVarsler value)
Sets the value of the varsler property.

Parameters:
value - allowed object is SDPVarsler

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

withVirkningsdato

public SDPDigitalPostInfo withVirkningsdato(org.joda.time.LocalDate value)

withAapningskvittering

public SDPDigitalPostInfo withAapningskvittering(Boolean value)

withSikkerhetsnivaa

public SDPDigitalPostInfo withSikkerhetsnivaa(SDPSikkerhetsnivaa value)

withIkkeSensitivTittel

public SDPDigitalPostInfo withIkkeSensitivTittel(SDPTittel value)

withVarsler

public SDPDigitalPostInfo withVarsler(SDPVarsler value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.