public class SDPFlyttetDigitalPost extends SDPMelding implements DigitalPostformidling, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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 org.joda.time.LocalDate |
mottaksdato |
signature| Constructor and Description |
|---|
SDPFlyttetDigitalPost()
Default no-arg constructor
|
SDPFlyttetDigitalPost(Signature signature,
SDPAvsender avsender,
SDPMottaker mottaker,
SDPDigitalPostInfo digitalPostInfo,
Reference dokumentpakkefingeravtrykk,
org.joda.time.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.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) |
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.
|
org.joda.time.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.HashCodeStrategy 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(org.joda.time.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(org.joda.time.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 org.joda.time.LocalDate mottaksdato
protected boolean aapnet
public SDPFlyttetDigitalPost()
public SDPFlyttetDigitalPost(Signature signature, SDPAvsender avsender, SDPMottaker mottaker, SDPDigitalPostInfo digitalPostInfo, Reference dokumentpakkefingeravtrykk, org.joda.time.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 org.joda.time.LocalDate getMottaksdato()
Stringpublic void setMottaksdato(org.joda.time.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.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 SDPFlyttetDigitalPost withAvsender(SDPAvsender value)
public SDPFlyttetDigitalPost withMottaker(SDPMottaker value)
public SDPFlyttetDigitalPost withDigitalPostInfo(SDPDigitalPostInfo value)
public SDPFlyttetDigitalPost withDokumentpakkefingeravtrykk(Reference value)
public SDPFlyttetDigitalPost withMottaksdato(org.joda.time.LocalDate value)
public SDPFlyttetDigitalPost withAapnet(boolean value)
public SDPFlyttetDigitalPost withSignature(Signature value)
withSignature in class SDPMeldingCopyright © 2017 Digipost. All Rights Reserved.