Class SDPKvittering

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class SDPKvittering
    extends SDPMelding
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for Kvittering complex type.

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

     <complexType name="Kvittering">
       <complexContent>
         <extension base="{http://begrep.difi.no/sdp/schema_v10}Melding">
           <sequence>
             <element name="tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <choice>
               <element name="mottak" type="{http://begrep.difi.no/sdp/schema_v10}Mottak"/>
               <element name="levering" type="{http://begrep.difi.no/sdp/schema_v10}Levering"/>
               <element name="aapning" type="{http://begrep.difi.no/sdp/schema_v10}Aapning"/>
               <element name="varslingfeilet" type="{http://begrep.difi.no/sdp/schema_v10}Varslingfeilet"/>
               <element name="returpost" type="{http://begrep.difi.no/sdp/schema_v10}Returpost"/>
             </choice>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getTidspunkt

        public ZonedDateTime getTidspunkt()
        Gets the value of the tidspunkt property.
        Returns:
        possible object is String
      • setTidspunkt

        public void setTidspunkt​(ZonedDateTime value)
        Sets the value of the tidspunkt property.
        Parameters:
        value - allowed object is String
      • getReturpost

        public SDPReturpost getReturpost()
        Gets the value of the returpost property.
        Returns:
        possible object is SDPReturpost
      • setReturpost

        public void setReturpost​(SDPReturpost value)
        Sets the value of the returpost property.
        Parameters:
        value - allowed object is SDPReturpost
      • setVarslingfeilet

        public void setVarslingfeilet​(SDPVarslingfeilet value)
        Sets the value of the varslingfeilet property.
        Parameters:
        value - allowed object is SDPVarslingfeilet
      • getAapning

        public SDPAapning getAapning()
        Gets the value of the aapning property.
        Returns:
        possible object is SDPAapning
      • setAapning

        public void setAapning​(SDPAapning value)
        Sets the value of the aapning property.
        Parameters:
        value - allowed object is SDPAapning
      • getLevering

        public SDPLevering getLevering()
        Gets the value of the levering property.
        Returns:
        possible object is SDPLevering
      • setLevering

        public void setLevering​(SDPLevering value)
        Sets the value of the levering property.
        Parameters:
        value - allowed object is SDPLevering
      • getMottak

        public SDPMottak getMottak()
        Gets the value of the mottak property.
        Returns:
        possible object is SDPMottak
      • setMottak

        public void setMottak​(SDPMottak value)
        Sets the value of the mottak property.
        Parameters:
        value - allowed object is SDPMottak
      • 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
        Overrides:
        append in class SDPMelding
      • 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
        Overrides:
        appendFields in class SDPMelding
      • 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
        Overrides:
        equals in class SDPMelding
      • 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
        Overrides:
        hashCode in class SDPMelding