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
FieldsFields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
signature -
Constructor Summary
ConstructorsConstructorDescriptionSDPFeil()Default no-arg constructorSDPFeil(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPFeiltype feiltype, String detaljer) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the detaljer property.Gets the value of the feiltype property.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.toString()withDetaljer(String value) withFeiltype(SDPFeiltype value) withSignature(no.digipost.org.w3.xmldsig.Signature value) withTidspunkt(ZonedDateTime value) Methods inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
getSignature, setSignature
-
Field Details
-
tidspunkt
-
feiltype
-
detaljer
-
-
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
Gets the value of the tidspunkt property.- Returns:
- possible object is
String
-
setTidspunkt
Sets the value of the tidspunkt property.- Parameters:
value- allowed object isString
-
getFeiltype
Gets the value of the feiltype property.- Returns:
- possible object is
SDPFeiltype
-
setFeiltype
Sets the value of the feiltype property.- Parameters:
value- allowed object isSDPFeiltype
-
getDetaljer
Gets the value of the detaljer property.- Returns:
- possible object is
String
-
setDetaljer
Sets the value of the detaljer property.- Parameters:
value- allowed object isString
-
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
- 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
-
withFeiltype
-
withDetaljer
-
withSignature
- Overrides:
withSignaturein classSDPMelding
-