no.difi.begrep.sdp.schema_v10
Class SDPFeil

java.lang.Object
  extended by no.difi.begrep.sdp.schema_v10.SDPMelding
      extended by no.difi.begrep.sdp.schema_v10.SDPFeil
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SDPFeil
extends SDPMelding
implements org.jvnet.jaxb2_commons.lang.ToString

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 Summary
protected  String detaljer
           
protected  SDPFeiltype feiltype
           
protected  org.joda.time.DateTime tidspunkt
           
 
Fields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
signature
 
Constructor Summary
SDPFeil()
          Default no-arg constructor
SDPFeil(Signature signature, org.joda.time.DateTime tidspunkt, SDPFeiltype feiltype, String detaljer)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getDetaljer()
          Gets the value of the detaljer property.
 SDPFeiltype getFeiltype()
          Gets the value of the feiltype property.
 org.joda.time.DateTime getTidspunkt()
          Gets the value of the tidspunkt property.
 void setDetaljer(String value)
          Sets the value of the detaljer property.
 void setFeiltype(SDPFeiltype value)
          Sets the value of the feiltype property.
 void setTidspunkt(org.joda.time.DateTime value)
          Sets the value of the tidspunkt property.
 String toString()
           
 SDPFeil withDetaljer(String value)
           
 SDPFeil withFeiltype(SDPFeiltype value)
           
 SDPFeil withSignature(Signature value)
           
 SDPFeil withTidspunkt(org.joda.time.DateTime value)
           
 
Methods inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
getSignature, setSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tidspunkt

protected org.joda.time.DateTime tidspunkt

feiltype

protected SDPFeiltype feiltype

detaljer

protected String detaljer
Constructor Detail

SDPFeil

public SDPFeil()
Default no-arg constructor


SDPFeil

public SDPFeil(Signature signature,
               org.joda.time.DateTime tidspunkt,
               SDPFeiltype feiltype,
               String detaljer)
Fully-initialising value constructor

Method Detail

getTidspunkt

public org.joda.time.DateTime getTidspunkt()
Gets the value of the tidspunkt property.

Returns:
possible object is String

setTidspunkt

public void setTidspunkt(org.joda.time.DateTime 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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class SDPMelding

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class SDPMelding

withTidspunkt

public SDPFeil withTidspunkt(org.joda.time.DateTime value)

withFeiltype

public SDPFeil withFeiltype(SDPFeiltype value)

withDetaljer

public SDPFeil withDetaljer(String value)

withSignature

public SDPFeil withSignature(Signature value)
Overrides:
withSignature in class SDPMelding


Copyright © 2014 Digipost Open Source. All Rights Reserved.