Class SDPKvittering

java.lang.Object
no.difi.begrep.sdp.schema_v10.SDPMelding
no.difi.begrep.sdp.schema_v10.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>
 
  • Field Details

  • Constructor Details

  • Method Details

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

      public SDPVarslingfeilet getVarslingfeilet()
      Gets the value of the varslingfeilet property.
      Returns:
      possible object is SDPVarslingfeilet
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class SDPMelding
    • 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
    • equals

      public boolean equals(Object object)
      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
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SDPMelding
    • withTidspunkt

      public SDPKvittering withTidspunkt(ZonedDateTime value)
    • withReturpost

      public SDPKvittering withReturpost(SDPReturpost value)
    • withVarslingfeilet

      public SDPKvittering withVarslingfeilet(SDPVarslingfeilet value)
    • withAapning

      public SDPKvittering withAapning(SDPAapning value)
    • withLevering

      public SDPKvittering withLevering(SDPLevering value)
    • withMottak

      public SDPKvittering withMottak(SDPMottak value)
    • withSignature

      public SDPKvittering withSignature(no.digipost.org.w3.xmldsig.Signature value)
      Overrides:
      withSignature in class SDPMelding