Package no.difi.begrep.sdp.schema_v10
Class SDPKvittering
java.lang.Object
no.difi.begrep.sdp.schema_v10.SDPMelding
no.difi.begrep.sdp.schema_v10.SDPKvittering
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SDPKvittering
extends SDPMelding
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Kvittering complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Kvittering">
<complexContent>
<extension base="{http://begrep.difi.no/sdp/schema_v10}Melding">
<sequence>
<element name="tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<choice>
<element name="mottak" type="{http://begrep.difi.no/sdp/schema_v10}Mottak"/>
<element name="levering" type="{http://begrep.difi.no/sdp/schema_v10}Levering"/>
<element name="aapning" type="{http://begrep.difi.no/sdp/schema_v10}Aapning"/>
<element name="varslingfeilet" type="{http://begrep.difi.no/sdp/schema_v10}Varslingfeilet"/>
<element name="returpost" type="{http://begrep.difi.no/sdp/schema_v10}Returpost"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SDPAapningprotected SDPLeveringprotected SDPMottakprotected SDPReturpostprotected ZonedDateTimeprotected SDPVarslingfeiletFields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
signature -
Constructor Summary
ConstructorsConstructorDescriptionDefault no-arg constructorSDPKvittering(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPReturpost returpost, SDPVarslingfeilet varslingfeilet, SDPAapning aapning, SDPLevering levering, SDPMottak mottak) 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 aapning property.Gets the value of the levering property.Gets the value of the mottak property.Gets the value of the returpost property.Gets the value of the tidspunkt property.Gets the value of the varslingfeilet property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAapning(SDPAapning value) Sets the value of the aapning property.voidsetLevering(SDPLevering value) Sets the value of the levering property.voidSets the value of the mottak property.voidsetReturpost(SDPReturpost value) Sets the value of the returpost property.voidsetTidspunkt(ZonedDateTime value) Sets the value of the tidspunkt property.voidSets the value of the varslingfeilet property.toString()withAapning(SDPAapning value) withLevering(SDPLevering value) withMottak(SDPMottak value) withReturpost(SDPReturpost 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
-
returpost
-
varslingfeilet
-
aapning
-
levering
-
mottak
-
-
Constructor Details
-
SDPKvittering
public SDPKvittering()Default no-arg constructor -
SDPKvittering
public SDPKvittering(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPReturpost returpost, SDPVarslingfeilet varslingfeilet, SDPAapning aapning, SDPLevering levering, SDPMottak mottak) 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
-
getReturpost
Gets the value of the returpost property.- Returns:
- possible object is
SDPReturpost
-
setReturpost
Sets the value of the returpost property.- Parameters:
value- allowed object isSDPReturpost
-
getVarslingfeilet
Gets the value of the varslingfeilet property.- Returns:
- possible object is
SDPVarslingfeilet
-
setVarslingfeilet
Sets the value of the varslingfeilet property.- Parameters:
value- allowed object isSDPVarslingfeilet
-
getAapning
Gets the value of the aapning property.- Returns:
- possible object is
SDPAapning
-
setAapning
Sets the value of the aapning property.- Parameters:
value- allowed object isSDPAapning
-
getLevering
Gets the value of the levering property.- Returns:
- possible object is
SDPLevering
-
setLevering
Sets the value of the levering property.- Parameters:
value- allowed object isSDPLevering
-
getMottak
Gets the value of the mottak property.- Returns:
- possible object is
SDPMottak
-
setMottak
Sets the value of the mottak property.- Parameters:
value- allowed object isSDPMottak
-
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
-
withReturpost
-
withVarslingfeilet
-
withAapning
-
withLevering
-
withMottak
-
withSignature
- Overrides:
withSignaturein classSDPMelding
-