Package no.difi.begrep.sdp.schema_v10
Class SDPDigitalPostInfo
- java.lang.Object
-
- no.difi.begrep.sdp.schema_v10.SDPDigitalPostInfo
-
- All Implemented Interfaces:
HarVarsler,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class SDPDigitalPostInfo extends Object implements HarVarsler, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for DigitalPostInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DigitalPostInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="virkningsdato" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="virkningstidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </choice> <element name="aapningskvittering" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="sikkerhetsnivaa" type="{http://begrep.difi.no/sdp/schema_v10}Sikkerhetsnivaa"/> <element name="ikkeSensitivTittel" type="{http://begrep.difi.no/sdp/schema_v10}Tittel"/> <element name="varsler" type="{http://begrep.difi.no/sdp/schema_v10}Varsler" minOccurs="0"/> <element name="maskinportentoken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleanaapningskvitteringprotected SDPTittelikkeSensitivTittelprotected Stringmaskinportentokenprotected SDPSikkerhetsnivaasikkerhetsnivaaprotected SDPVarslervarslerprotected LocalDatevirkningsdatoprotected ZonedDateTimevirkningstidspunkt
-
Constructor Summary
Constructors Constructor Description SDPDigitalPostInfo()Default no-arg constructorSDPDigitalPostInfo(ZonedDateTime virkningstidspunkt, LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler, String maskinportentoken)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)BooleangetAapningskvittering()Gets the value of the aapningskvittering property.SDPTittelgetIkkeSensitivTittel()Gets the value of the ikkeSensitivTittel property.StringgetMaskinportentoken()Gets the value of the maskinportentoken property.SDPSikkerhetsnivaagetSikkerhetsnivaa()Gets the value of the sikkerhetsnivaa property.SDPVarslergetVarsler()Gets the value of the varsler property.LocalDategetVirkningsdato()Gets the value of the virkningsdato property.ZonedDateTimegetVirkningstidspunkt()Gets the value of the virkningstidspunkt property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAapningskvittering(Boolean value)Sets the value of the aapningskvittering property.voidsetIkkeSensitivTittel(SDPTittel value)Sets the value of the ikkeSensitivTittel property.voidsetMaskinportentoken(String value)Sets the value of the maskinportentoken property.voidsetSikkerhetsnivaa(SDPSikkerhetsnivaa value)Sets the value of the sikkerhetsnivaa property.voidsetVarsler(SDPVarsler value)Sets the value of the varsler property.voidsetVirkningsdato(LocalDate value)Sets the value of the virkningsdato property.voidsetVirkningstidspunkt(ZonedDateTime value)Sets the value of the virkningstidspunkt property.StringtoString()SDPDigitalPostInfowithAapningskvittering(Boolean value)SDPDigitalPostInfowithIkkeSensitivTittel(SDPTittel value)SDPDigitalPostInfowithMaskinportentoken(String value)SDPDigitalPostInfowithSikkerhetsnivaa(SDPSikkerhetsnivaa value)SDPDigitalPostInfowithVarsler(SDPVarsler value)SDPDigitalPostInfowithVirkningsdato(LocalDate value)SDPDigitalPostInfowithVirkningstidspunkt(ZonedDateTime value)-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface no.digipost.xsd.types.HarVarsler
getEpostVarsel, getSmsVarsel
-
-
-
-
Field Detail
-
virkningstidspunkt
protected ZonedDateTime virkningstidspunkt
-
virkningsdato
protected LocalDate virkningsdato
-
aapningskvittering
protected Boolean aapningskvittering
-
sikkerhetsnivaa
protected SDPSikkerhetsnivaa sikkerhetsnivaa
-
ikkeSensitivTittel
protected SDPTittel ikkeSensitivTittel
-
varsler
protected SDPVarsler varsler
-
maskinportentoken
protected String maskinportentoken
-
-
Constructor Detail
-
SDPDigitalPostInfo
public SDPDigitalPostInfo()
Default no-arg constructor
-
SDPDigitalPostInfo
public SDPDigitalPostInfo(ZonedDateTime virkningstidspunkt, LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler, String maskinportentoken)
Fully-initialising value constructor
-
-
Method Detail
-
getVirkningstidspunkt
public ZonedDateTime getVirkningstidspunkt()
Gets the value of the virkningstidspunkt property.- Returns:
- possible object is
String
-
setVirkningstidspunkt
public void setVirkningstidspunkt(ZonedDateTime value)
Sets the value of the virkningstidspunkt property.- Parameters:
value- allowed object isString
-
getVirkningsdato
public LocalDate getVirkningsdato()
Gets the value of the virkningsdato property.- Returns:
- possible object is
String
-
setVirkningsdato
public void setVirkningsdato(LocalDate value)
Sets the value of the virkningsdato property.- Parameters:
value- allowed object isString
-
getAapningskvittering
public Boolean getAapningskvittering()
Gets the value of the aapningskvittering property.- Returns:
- possible object is
Boolean
-
setAapningskvittering
public void setAapningskvittering(Boolean value)
Sets the value of the aapningskvittering property.- Parameters:
value- allowed object isBoolean
-
getSikkerhetsnivaa
public SDPSikkerhetsnivaa getSikkerhetsnivaa()
Gets the value of the sikkerhetsnivaa property.- Returns:
- possible object is
SDPSikkerhetsnivaa
-
setSikkerhetsnivaa
public void setSikkerhetsnivaa(SDPSikkerhetsnivaa value)
Sets the value of the sikkerhetsnivaa property.- Parameters:
value- allowed object isSDPSikkerhetsnivaa
-
getIkkeSensitivTittel
public SDPTittel getIkkeSensitivTittel()
Gets the value of the ikkeSensitivTittel property.- Returns:
- possible object is
SDPTittel
-
setIkkeSensitivTittel
public void setIkkeSensitivTittel(SDPTittel value)
Sets the value of the ikkeSensitivTittel property.- Parameters:
value- allowed object isSDPTittel
-
getVarsler
public SDPVarsler getVarsler()
Gets the value of the varsler property.- Specified by:
getVarslerin interfaceHarVarsler- Returns:
- possible object is
SDPVarsler
-
setVarsler
public void setVarsler(SDPVarsler value)
Sets the value of the varsler property.- Parameters:
value- allowed object isSDPVarsler
-
getMaskinportentoken
public String getMaskinportentoken()
Gets the value of the maskinportentoken property.- Returns:
- possible object is
String
-
setMaskinportentoken
public void setMaskinportentoken(String value)
Sets the value of the maskinportentoken property.- Parameters:
value- allowed object isString
-
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
-
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
-
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
-
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
-
withVirkningstidspunkt
public SDPDigitalPostInfo withVirkningstidspunkt(ZonedDateTime value)
-
withVirkningsdato
public SDPDigitalPostInfo withVirkningsdato(LocalDate value)
-
withAapningskvittering
public SDPDigitalPostInfo withAapningskvittering(Boolean value)
-
withSikkerhetsnivaa
public SDPDigitalPostInfo withSikkerhetsnivaa(SDPSikkerhetsnivaa value)
-
withIkkeSensitivTittel
public SDPDigitalPostInfo withIkkeSensitivTittel(SDPTittel value)
-
withVarsler
public SDPDigitalPostInfo withVarsler(SDPVarsler value)
-
withMaskinportentoken
public SDPDigitalPostInfo withMaskinportentoken(String value)
-
-