public class SDPFlyttetDigitalPost extends SDPMelding implements DigitalPostformidling, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for FlyttetDigitalPost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlyttetDigitalPost">
<complexContent>
<extension base="{http://begrep.difi.no/sdp/schema_v10}Melding">
<sequence>
<element name="avsender" type="{http://begrep.difi.no/sdp/schema_v10}Avsender"/>
<element name="mottaker" type="{http://begrep.difi.no/sdp/schema_v10}Mottaker"/>
<element name="digitalPostInfo" type="{http://begrep.difi.no/sdp/schema_v10}DigitalPostInfo"/>
<element name="dokumentpakkefingeravtrykk" type="{http://www.w3.org/2000/09/xmldsig#}ReferenceType"/>
<element name="mottaksdato" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="aapnet" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
aapnet |
protected SDPAvsender |
avsender |
protected SDPDigitalPostInfo |
digitalPostInfo |
protected Reference |
dokumentpakkefingeravtrykk |
protected SDPMottaker |
mottaker |
protected LocalDate |
mottaksdato |
signature| Constructor and Description |
|---|
SDPFlyttetDigitalPost()
Default no-arg constructor
|
SDPFlyttetDigitalPost(Signature signature,
SDPAvsender avsender,
SDPMottaker mottaker,
SDPDigitalPostInfo digitalPostInfo,
Reference dokumentpakkefingeravtrykk,
LocalDate mottaksdato,
boolean aapnet)
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 strategy) |
SDPAvsender |
getAvsender()
Gets the value of the avsender property.
|
SDPDigitalPostInfo |
getDigitalPostInfo()
Gets the value of the digitalPostInfo property.
|
Reference |
getDokumentpakkefingeravtrykk()
Gets the value of the dokumentpakkefingeravtrykk property.
|
SDPMottaker |
getMottaker()
Gets the value of the mottaker property.
|
LocalDate |
getMottaksdato()
Gets the value of the mottaksdato property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isAapnet()
Gets the value of the aapnet property.
|
void |
setAapnet(boolean value)
Sets the value of the aapnet property.
|
void |
setAvsender(SDPAvsender value)
Sets the value of the avsender property.
|
void |
setDigitalPostInfo(SDPDigitalPostInfo value)
Sets the value of the digitalPostInfo property.
|
void |
setDokumentpakkefingeravtrykk(Reference value)
Sets the value of the dokumentpakkefingeravtrykk property.
|
void |
setMottaker(SDPMottaker value)
Sets the value of the mottaker property.
|
void |
setMottaksdato(LocalDate value)
Sets the value of the mottaksdato property.
|
String |
toString() |
SDPFlyttetDigitalPost |
withAapnet(boolean value) |
SDPFlyttetDigitalPost |
withAvsender(SDPAvsender value) |
SDPFlyttetDigitalPost |
withDigitalPostInfo(SDPDigitalPostInfo value) |
SDPFlyttetDigitalPost |
withDokumentpakkefingeravtrykk(Reference value) |
SDPFlyttetDigitalPost |
withMottaker(SDPMottaker value) |
SDPFlyttetDigitalPost |
withMottaksdato(LocalDate value) |
SDPFlyttetDigitalPost |
withSignature(Signature value) |
getSignature, setSignatureclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetSignatureprotected SDPAvsender avsender
protected SDPMottaker mottaker
protected SDPDigitalPostInfo digitalPostInfo
protected Reference dokumentpakkefingeravtrykk
protected LocalDate mottaksdato
protected boolean aapnet
public SDPFlyttetDigitalPost()
public SDPFlyttetDigitalPost(Signature signature, SDPAvsender avsender, SDPMottaker mottaker, SDPDigitalPostInfo digitalPostInfo, Reference dokumentpakkefingeravtrykk, LocalDate mottaksdato, boolean aapnet)
public SDPAvsender getAvsender()
getAvsender in interface DigitalPostformidlingSDPAvsenderpublic void setAvsender(SDPAvsender value)
value - allowed object is
SDPAvsenderpublic SDPMottaker getMottaker()
getMottaker in interface DigitalPostformidlingSDPMottakerpublic void setMottaker(SDPMottaker value)
value - allowed object is
SDPMottakerpublic SDPDigitalPostInfo getDigitalPostInfo()
getDigitalPostInfo in interface DigitalPostformidlingSDPDigitalPostInfopublic void setDigitalPostInfo(SDPDigitalPostInfo value)
value - allowed object is
SDPDigitalPostInfopublic Reference getDokumentpakkefingeravtrykk()
getDokumentpakkefingeravtrykk in interface DigitalPostformidlingReferencepublic void setDokumentpakkefingeravtrykk(Reference value)
setDokumentpakkefingeravtrykk in interface DigitalPostformidlingvalue - allowed object is
Referencepublic LocalDate getMottaksdato()
Stringpublic void setMottaksdato(LocalDate value)
value - allowed object is
Stringpublic boolean isAapnet()
public void setAapnet(boolean value)
public String toString()
toString in class SDPMeldingpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class SDPMeldingpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SDPMeldingpublic int hashCode()
hashCode in class SDPMeldingpublic SDPFlyttetDigitalPost withAvsender(SDPAvsender value)
public SDPFlyttetDigitalPost withMottaker(SDPMottaker value)
public SDPFlyttetDigitalPost withDigitalPostInfo(SDPDigitalPostInfo value)
public SDPFlyttetDigitalPost withDokumentpakkefingeravtrykk(Reference value)
public SDPFlyttetDigitalPost withMottaksdato(LocalDate value)
public SDPFlyttetDigitalPost withAapnet(boolean value)
public SDPFlyttetDigitalPost withSignature(Signature value)
withSignature in class SDPMeldingCopyright © 2019 Digipost. All rights reserved.