public class SDPKvittering extends SDPMelding implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected SDPAapning |
aapning |
protected SDPLevering |
levering |
protected SDPMottak |
mottak |
protected SDPReturpost |
returpost |
protected org.joda.time.DateTime |
tidspunkt |
protected SDPVarslingfeilet |
varslingfeilet |
signature| Constructor and Description |
|---|
SDPKvittering()
Default no-arg constructor
|
SDPKvittering(Signature signature,
org.joda.time.DateTime tidspunkt,
SDPReturpost returpost,
SDPVarslingfeilet varslingfeilet,
SDPAapning aapning,
SDPLevering levering,
SDPMottak mottak)
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) |
SDPAapning |
getAapning()
Gets the value of the aapning property.
|
SDPLevering |
getLevering()
Gets the value of the levering property.
|
SDPMottak |
getMottak()
Gets the value of the mottak property.
|
SDPReturpost |
getReturpost()
Gets the value of the returpost property.
|
org.joda.time.DateTime |
getTidspunkt()
Gets the value of the tidspunkt property.
|
SDPVarslingfeilet |
getVarslingfeilet()
Gets the value of the varslingfeilet property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAapning(SDPAapning value)
Sets the value of the aapning property.
|
void |
setLevering(SDPLevering value)
Sets the value of the levering property.
|
void |
setMottak(SDPMottak value)
Sets the value of the mottak property.
|
void |
setReturpost(SDPReturpost value)
Sets the value of the returpost property.
|
void |
setTidspunkt(org.joda.time.DateTime value)
Sets the value of the tidspunkt property.
|
void |
setVarslingfeilet(SDPVarslingfeilet value)
Sets the value of the varslingfeilet property.
|
String |
toString() |
SDPKvittering |
withAapning(SDPAapning value) |
SDPKvittering |
withLevering(SDPLevering value) |
SDPKvittering |
withMottak(SDPMottak value) |
SDPKvittering |
withReturpost(SDPReturpost value) |
SDPKvittering |
withSignature(Signature value) |
SDPKvittering |
withTidspunkt(org.joda.time.DateTime value) |
SDPKvittering |
withVarslingfeilet(SDPVarslingfeilet value) |
getSignature, setSignatureprotected org.joda.time.DateTime tidspunkt
protected SDPReturpost returpost
protected SDPVarslingfeilet varslingfeilet
protected SDPAapning aapning
protected SDPLevering levering
protected SDPMottak mottak
public SDPKvittering()
public SDPKvittering(Signature signature, org.joda.time.DateTime tidspunkt, SDPReturpost returpost, SDPVarslingfeilet varslingfeilet, SDPAapning aapning, SDPLevering levering, SDPMottak mottak)
public org.joda.time.DateTime getTidspunkt()
Stringpublic void setTidspunkt(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SDPReturpost getReturpost()
SDPReturpostpublic void setReturpost(SDPReturpost value)
value - allowed object is
SDPReturpostpublic SDPVarslingfeilet getVarslingfeilet()
SDPVarslingfeiletpublic void setVarslingfeilet(SDPVarslingfeilet value)
value - allowed object is
SDPVarslingfeiletpublic SDPAapning getAapning()
SDPAapningpublic void setAapning(SDPAapning value)
value - allowed object is
SDPAapningpublic SDPLevering getLevering()
SDPLeveringpublic void setLevering(SDPLevering value)
value - allowed object is
SDPLeveringpublic SDPMottak getMottak()
SDPMottakpublic void setMottak(SDPMottak value)
value - allowed object is
SDPMottakpublic 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 SDPKvittering withTidspunkt(org.joda.time.DateTime value)
public SDPKvittering withReturpost(SDPReturpost value)
public SDPKvittering withVarslingfeilet(SDPVarslingfeilet value)
public SDPKvittering withAapning(SDPAapning value)
public SDPKvittering withLevering(SDPLevering value)
public SDPKvittering withMottak(SDPMottak value)
public SDPKvittering withSignature(Signature value)
withSignature in class SDPMeldingCopyright © 2017 Digipost. All Rights Reserved.