Class 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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SDPDigitalPostInfo

        public SDPDigitalPostInfo()
        Default no-arg constructor
    • Method Detail

      • 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
      • 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
      • setVarsler

        public void setVarsler​(SDPVarsler value)
        Sets the value of the varsler property.
        Parameters:
        value - allowed object is SDPVarsler
      • 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
      • 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