Class SDPDigitalPostInfo

java.lang.Object
no.difi.begrep.sdp.schema_v10.SDPDigitalPostInfo
All Implemented Interfaces:
HarVarsler, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class SDPDigitalPostInfo extends Object implements HarVarsler, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

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>
         <choice>
           <element name="virkningsdato" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
           <element name="virkningstidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         </choice>
         <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"/>
         <element name="maskinportentoken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • virkningstidspunkt

      protected ZonedDateTime virkningstidspunkt
    • virkningsdato

      protected LocalDate virkningsdato
    • aapningskvittering

      protected Boolean aapningskvittering
    • sikkerhetsnivaa

      protected SDPSikkerhetsnivaa sikkerhetsnivaa
    • ikkeSensitivTittel

      protected SDPTittel ikkeSensitivTittel
    • varsler

      protected SDPVarsler varsler
    • maskinportentoken

      protected String maskinportentoken
  • Constructor Details

    • SDPDigitalPostInfo

      public SDPDigitalPostInfo()
      Default no-arg constructor
    • SDPDigitalPostInfo

      public SDPDigitalPostInfo(ZonedDateTime virkningstidspunkt, LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler, String maskinportentoken)
      Fully-initialising value constructor
  • Method Details

    • getVirkningstidspunkt

      public ZonedDateTime getVirkningstidspunkt()
      Gets the value of the virkningstidspunkt property.
      Returns:
      possible object is String
    • setVirkningstidspunkt

      public void setVirkningstidspunkt(ZonedDateTime value)
      Sets the value of the virkningstidspunkt property.
      Parameters:
      value - allowed object is String
    • getVirkningsdato

      public LocalDate getVirkningsdato()
      Gets the value of the virkningsdato property.
      Returns:
      possible object is String
    • setVirkningsdato

      public void setVirkningsdato(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.
      Specified by:
      getVarsler in interface HarVarsler
      Returns:
      possible object is SDPVarsler
    • setVarsler

      public void setVarsler(SDPVarsler value)
      Sets the value of the varsler property.
      Parameters:
      value - allowed object is SDPVarsler
    • getMaskinportentoken

      public String getMaskinportentoken()
      Gets the value of the maskinportentoken property.
      Returns:
      possible object is String
    • setMaskinportentoken

      public void setMaskinportentoken(String value)
      Sets the value of the maskinportentoken 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.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withVirkningstidspunkt

      public SDPDigitalPostInfo withVirkningstidspunkt(ZonedDateTime value)
    • withVirkningsdato

      public SDPDigitalPostInfo withVirkningsdato(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)
    • withMaskinportentoken

      public SDPDigitalPostInfo withMaskinportentoken(String value)