Class SDPFeil

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

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

Java class for Feil complex type.

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

 <complexType name="Feil">
   <complexContent>
     <extension base="{http://begrep.difi.no/sdp/schema_v10}Melding">
       <sequence>
         <element name="tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="feiltype" type="{http://begrep.difi.no/sdp/schema_v10}Feiltype"/>
         <element name="detaljer" type="{http://begrep.difi.no/sdp/schema_v10}Detaljer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SDPFeil

      public SDPFeil()
      Default no-arg constructor
    • SDPFeil

      public SDPFeil(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPFeiltype feiltype, String detaljer)
      Fully-initialising value constructor
  • 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
    • getFeiltype

      public SDPFeiltype getFeiltype()
      Gets the value of the feiltype property.
      Returns:
      possible object is SDPFeiltype
    • setFeiltype

      public void setFeiltype(SDPFeiltype value)
      Sets the value of the feiltype property.
      Parameters:
      value - allowed object is SDPFeiltype
    • getDetaljer

      public String getDetaljer()
      Gets the value of the detaljer property.
      Returns:
      possible object is String
    • setDetaljer

      public void setDetaljer(String value)
      Sets the value of the detaljer property.
      Parameters:
      value - allowed object is String
    • 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 SDPFeil withTidspunkt(ZonedDateTime value)
    • withFeiltype

      public SDPFeil withFeiltype(SDPFeiltype value)
    • withDetaljer

      public SDPFeil withDetaljer(String value)
    • withSignature

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