public class SDPFeil extends SDPMelding implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
detaljer |
protected SDPFeiltype |
feiltype |
protected org.joda.time.DateTime |
tidspunkt |
signature| Constructor and Description |
|---|
SDPFeil()
Default no-arg constructor
|
SDPFeil(Signature signature,
org.joda.time.DateTime tidspunkt,
SDPFeiltype feiltype,
String detaljer)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy 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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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) |
getSignature, setSignatureprotected org.joda.time.DateTime tidspunkt
protected SDPFeiltype feiltype
protected String detaljer
public SDPFeil()
public SDPFeil(Signature signature, org.joda.time.DateTime tidspunkt, SDPFeiltype feiltype, String detaljer)
public org.joda.time.DateTime getTidspunkt()
Stringpublic void setTidspunkt(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SDPFeiltype getFeiltype()
SDPFeiltypepublic void setFeiltype(SDPFeiltype value)
value - allowed object is
SDPFeiltypepublic String getDetaljer()
Stringpublic void setDetaljer(String value)
value - allowed object is
Stringpublic String toString()
toString in class SDPMeldingpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class SDPMeldingpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class SDPMeldingpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SDPMeldingpublic boolean equals(Object object)
equals in class SDPMeldingpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SDPMeldingpublic int hashCode()
hashCode in class SDPMeldingpublic SDPFeil withTidspunkt(org.joda.time.DateTime value)
public SDPFeil withFeiltype(SDPFeiltype value)
public SDPFeil withSignature(Signature value)
withSignature in class SDPMeldingCopyright © 2014 Digipost Open Source. All Rights Reserved.