Package no.difi.begrep.sdp.schema_v10
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 Summary
Fields Modifier and Type Field Description protected Stringdetaljerprotected SDPFeiltypefeiltypeprotected ZonedDateTimetidspunkt-
Fields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
signature
-
-
Constructor Summary
Constructors Constructor Description SDPFeil()Default no-arg constructorSDPFeil(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPFeiltype feiltype, String detaljer)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetDetaljer()Gets the value of the detaljer property.SDPFeiltypegetFeiltype()Gets the value of the feiltype property.ZonedDateTimegetTidspunkt()Gets the value of the tidspunkt property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetDetaljer(String value)Sets the value of the detaljer property.voidsetFeiltype(SDPFeiltype value)Sets the value of the feiltype property.voidsetTidspunkt(ZonedDateTime value)Sets the value of the tidspunkt property.StringtoString()SDPFeilwithDetaljer(String value)SDPFeilwithFeiltype(SDPFeiltype value)SDPFeilwithSignature(no.digipost.org.w3.xmldsig.Signature value)SDPFeilwithTidspunkt(ZonedDateTime value)-
Methods inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
getSignature, setSignature
-
-
-
-
Field Detail
-
tidspunkt
protected ZonedDateTime tidspunkt
-
feiltype
protected SDPFeiltype feiltype
-
detaljer
protected String detaljer
-
-
Constructor Detail
-
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 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 isString
-
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 isSDPFeiltype
-
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 isString
-
toString
public String toString()
- Overrides:
toStringin classSDPMelding
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classSDPMelding
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classSDPMelding
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSDPMelding
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classSDPMelding
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSDPMelding
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSDPMelding
-
withTidspunkt
public SDPFeil withTidspunkt(ZonedDateTime value)
-
withFeiltype
public SDPFeil withFeiltype(SDPFeiltype value)
-
withSignature
public SDPFeil withSignature(no.digipost.org.w3.xmldsig.Signature value)
- Overrides:
withSignaturein classSDPMelding
-
-