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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
aapningskvittering |
protected SDPTittel |
ikkeSensitivTittel |
protected SDPSikkerhetsnivaa |
sikkerhetsnivaa |
protected SDPVarsler |
varsler |
protected LocalDate |
virkningsdato |
protected ZonedDateTime |
virkningstidspunkt |
| Constructor and Description |
|---|
SDPDigitalPostInfo()
Default no-arg constructor
|
SDPDigitalPostInfo(ZonedDateTime virkningstidspunkt,
LocalDate virkningsdato,
Boolean aapningskvittering,
SDPSikkerhetsnivaa sikkerhetsnivaa,
SDPTittel ikkeSensitivTittel,
SDPVarsler varsler)
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) |
Boolean |
getAapningskvittering()
Gets the value of the aapningskvittering property.
|
SDPTittel |
getIkkeSensitivTittel()
Gets the value of the ikkeSensitivTittel property.
|
SDPSikkerhetsnivaa |
getSikkerhetsnivaa()
Gets the value of the sikkerhetsnivaa property.
|
SDPVarsler |
getVarsler()
Gets the value of the varsler property.
|
LocalDate |
getVirkningsdato()
Gets the value of the virkningsdato property.
|
ZonedDateTime |
getVirkningstidspunkt()
Gets the value of the virkningstidspunkt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAapningskvittering(Boolean value)
Sets the value of the aapningskvittering property.
|
void |
setIkkeSensitivTittel(SDPTittel value)
Sets the value of the ikkeSensitivTittel property.
|
void |
setSikkerhetsnivaa(SDPSikkerhetsnivaa value)
Sets the value of the sikkerhetsnivaa property.
|
void |
setVarsler(SDPVarsler value)
Sets the value of the varsler property.
|
void |
setVirkningsdato(LocalDate value)
Sets the value of the virkningsdato property.
|
void |
setVirkningstidspunkt(ZonedDateTime value)
Sets the value of the virkningstidspunkt property.
|
String |
toString() |
SDPDigitalPostInfo |
withAapningskvittering(Boolean value) |
SDPDigitalPostInfo |
withIkkeSensitivTittel(SDPTittel value) |
SDPDigitalPostInfo |
withSikkerhetsnivaa(SDPSikkerhetsnivaa value) |
SDPDigitalPostInfo |
withVarsler(SDPVarsler value) |
SDPDigitalPostInfo |
withVirkningsdato(LocalDate value) |
SDPDigitalPostInfo |
withVirkningstidspunkt(ZonedDateTime value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEpostVarsel, getSmsVarselprotected ZonedDateTime virkningstidspunkt
protected LocalDate virkningsdato
protected Boolean aapningskvittering
protected SDPSikkerhetsnivaa sikkerhetsnivaa
protected SDPTittel ikkeSensitivTittel
protected SDPVarsler varsler
public SDPDigitalPostInfo()
public SDPDigitalPostInfo(ZonedDateTime virkningstidspunkt, LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler)
public ZonedDateTime getVirkningstidspunkt()
Stringpublic void setVirkningstidspunkt(ZonedDateTime value)
value - allowed object is
Stringpublic LocalDate getVirkningsdato()
Stringpublic void setVirkningsdato(LocalDate value)
value - allowed object is
Stringpublic Boolean getAapningskvittering()
Booleanpublic void setAapningskvittering(Boolean value)
value - allowed object is
Booleanpublic SDPSikkerhetsnivaa getSikkerhetsnivaa()
SDPSikkerhetsnivaapublic void setSikkerhetsnivaa(SDPSikkerhetsnivaa value)
value - allowed object is
SDPSikkerhetsnivaapublic SDPTittel getIkkeSensitivTittel()
SDPTittelpublic void setIkkeSensitivTittel(SDPTittel value)
value - allowed object is
SDPTittelpublic SDPVarsler getVarsler()
getVarsler in interface HarVarslerSDPVarslerpublic void setVarsler(SDPVarsler value)
value - allowed object is
SDPVarslerpublic 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.ToString2public 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.ToString2public 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public SDPDigitalPostInfo withVirkningstidspunkt(ZonedDateTime value)
public SDPDigitalPostInfo withVirkningsdato(LocalDate value)
public SDPDigitalPostInfo withAapningskvittering(Boolean value)
public SDPDigitalPostInfo withSikkerhetsnivaa(SDPSikkerhetsnivaa value)
public SDPDigitalPostInfo withIkkeSensitivTittel(SDPTittel value)
public SDPDigitalPostInfo withVarsler(SDPVarsler value)
Copyright © 2019 Digipost. All rights reserved.