Package no.difi.begrep.sdp.schema_v10
Class SDPDigitalPost
- java.lang.Object
-
- no.difi.begrep.sdp.schema_v10.SDPMelding
-
- no.difi.begrep.sdp.schema_v10.SDPDigitalPost
-
- All Implemented Interfaces:
DigitalPostformidling,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SDPDigitalPost extends SDPMelding implements DigitalPostformidling, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Sikker digital postmelding fra avsender til mottaker, samt informasjon relatert til presentasjon og behandling av denne.Java class for DigitalPost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigitalPost"> <complexContent> <extension base="{http://begrep.difi.no/sdp/schema_v10}Melding"> <sequence> <element name="avsender" type="{http://begrep.difi.no/sdp/schema_v10}Avsender"/> <choice> <element name="fysiskPostInfo" type="{http://begrep.difi.no/sdp/schema_v10}FysiskPostInfo"/> <sequence> <element name="mottaker" type="{http://begrep.difi.no/sdp/schema_v10}Mottaker"/> <element name="digitalPostInfo" type="{http://begrep.difi.no/sdp/schema_v10}DigitalPostInfo"/> </sequence> </choice> <element name="dokumentpakkefingeravtrykk" type="{http://www.w3.org/2000/09/xmldsig#}ReferenceType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected SDPAvsenderavsenderprotected SDPDigitalPostInfodigitalPostInfoprotected org.w3.xmldsig.Referencedokumentpakkefingeravtrykkprotected SDPFysiskPostInfofysiskPostInfoprotected SDPMottakermottaker-
Fields inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
signature
-
-
Constructor Summary
Constructors Constructor Description SDPDigitalPost()Default no-arg constructorSDPDigitalPost(org.w3.xmldsig.Signature signature, SDPAvsender avsender, SDPMottaker mottaker, SDPDigitalPostInfo digitalPostInfo, SDPFysiskPostInfo fysiskPostInfo, org.w3.xmldsig.Reference dokumentpakkefingeravtrykk)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)SDPAvsendergetAvsender()Gets the value of the avsender property.SDPDigitalPostInfogetDigitalPostInfo()Gets the value of the digitalPostInfo property.org.w3.xmldsig.ReferencegetDokumentpakkefingeravtrykk()Gets the value of the dokumentpakkefingeravtrykk property.SDPFysiskPostInfogetFysiskPostInfo()Gets the value of the fysiskPostInfo property.SDPMottakergetMottaker()Gets the value of the mottaker property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAvsender(SDPAvsender value)Sets the value of the avsender property.voidsetDigitalPostInfo(SDPDigitalPostInfo value)Sets the value of the digitalPostInfo property.voidsetDokumentpakkefingeravtrykk(org.w3.xmldsig.Reference value)Sets the value of the dokumentpakkefingeravtrykk property.voidsetFysiskPostInfo(SDPFysiskPostInfo value)Sets the value of the fysiskPostInfo property.voidsetMottaker(SDPMottaker value)Sets the value of the mottaker property.StringtoString()SDPDigitalPostwithAvsender(SDPAvsender value)SDPDigitalPostwithDigitalPostInfo(SDPDigitalPostInfo value)SDPDigitalPostwithDokumentpakkefingeravtrykk(org.w3.xmldsig.Reference value)SDPDigitalPostwithFysiskPostInfo(SDPFysiskPostInfo value)SDPDigitalPostwithMottaker(SDPMottaker value)SDPDigitalPostwithSignature(org.w3.xmldsig.Signature value)-
Methods inherited from class no.difi.begrep.sdp.schema_v10.SDPMelding
getSignature, setSignature
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface no.digipost.xsd.types.DigitalPostformidling
getSignature
-
-
-
-
Field Detail
-
avsender
protected SDPAvsender avsender
-
mottaker
protected SDPMottaker mottaker
-
digitalPostInfo
protected SDPDigitalPostInfo digitalPostInfo
-
fysiskPostInfo
protected SDPFysiskPostInfo fysiskPostInfo
-
dokumentpakkefingeravtrykk
protected org.w3.xmldsig.Reference dokumentpakkefingeravtrykk
-
-
Constructor Detail
-
SDPDigitalPost
public SDPDigitalPost()
Default no-arg constructor
-
SDPDigitalPost
public SDPDigitalPost(org.w3.xmldsig.Signature signature, SDPAvsender avsender, SDPMottaker mottaker, SDPDigitalPostInfo digitalPostInfo, SDPFysiskPostInfo fysiskPostInfo, org.w3.xmldsig.Reference dokumentpakkefingeravtrykk)Fully-initialising value constructor
-
-
Method Detail
-
getAvsender
public SDPAvsender getAvsender()
Gets the value of the avsender property.- Specified by:
getAvsenderin interfaceDigitalPostformidling- Returns:
- possible object is
SDPAvsender
-
setAvsender
public void setAvsender(SDPAvsender value)
Sets the value of the avsender property.- Parameters:
value- allowed object isSDPAvsender
-
getMottaker
public SDPMottaker getMottaker()
Gets the value of the mottaker property.- Specified by:
getMottakerin interfaceDigitalPostformidling- Returns:
- possible object is
SDPMottaker
-
setMottaker
public void setMottaker(SDPMottaker value)
Sets the value of the mottaker property.- Parameters:
value- allowed object isSDPMottaker
-
getDigitalPostInfo
public SDPDigitalPostInfo getDigitalPostInfo()
Gets the value of the digitalPostInfo property.- Specified by:
getDigitalPostInfoin interfaceDigitalPostformidling- Returns:
- possible object is
SDPDigitalPostInfo
-
setDigitalPostInfo
public void setDigitalPostInfo(SDPDigitalPostInfo value)
Sets the value of the digitalPostInfo property.- Parameters:
value- allowed object isSDPDigitalPostInfo
-
getFysiskPostInfo
public SDPFysiskPostInfo getFysiskPostInfo()
Gets the value of the fysiskPostInfo property.- Returns:
- possible object is
SDPFysiskPostInfo
-
setFysiskPostInfo
public void setFysiskPostInfo(SDPFysiskPostInfo value)
Sets the value of the fysiskPostInfo property.- Parameters:
value- allowed object isSDPFysiskPostInfo
-
getDokumentpakkefingeravtrykk
public org.w3.xmldsig.Reference getDokumentpakkefingeravtrykk()
Gets the value of the dokumentpakkefingeravtrykk property.- Specified by:
getDokumentpakkefingeravtrykkin interfaceDigitalPostformidling- Returns:
- possible object is
Reference
-
setDokumentpakkefingeravtrykk
public void setDokumentpakkefingeravtrykk(org.w3.xmldsig.Reference value)
Sets the value of the dokumentpakkefingeravtrykk property.- Specified by:
setDokumentpakkefingeravtrykkin interfaceDigitalPostformidling- Parameters:
value- allowed object isReference
-
toString
public String 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
public boolean equals(Object object)
- 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
-
withAvsender
public SDPDigitalPost withAvsender(SDPAvsender value)
-
withMottaker
public SDPDigitalPost withMottaker(SDPMottaker value)
-
withDigitalPostInfo
public SDPDigitalPost withDigitalPostInfo(SDPDigitalPostInfo value)
-
withFysiskPostInfo
public SDPDigitalPost withFysiskPostInfo(SDPFysiskPostInfo value)
-
withDokumentpakkefingeravtrykk
public SDPDigitalPost withDokumentpakkefingeravtrykk(org.w3.xmldsig.Reference value)
-
withSignature
public SDPDigitalPost withSignature(org.w3.xmldsig.Signature value)
- Overrides:
withSignaturein classSDPMelding
-
-