public class SDPDigitalPostInfo extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
<element name="virkningsdato" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<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 org.joda.time.LocalDate |
virkningsdato |
| Constructor and Description |
|---|
SDPDigitalPostInfo()
Default no-arg constructor
|
SDPDigitalPostInfo(org.joda.time.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.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) |
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.
|
org.joda.time.LocalDate |
getVirkningsdato()
Gets the value of the virkningsdato property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy 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(org.joda.time.LocalDate value)
Sets the value of the virkningsdato property.
|
String |
toString() |
SDPDigitalPostInfo |
withAapningskvittering(Boolean value) |
SDPDigitalPostInfo |
withIkkeSensitivTittel(SDPTittel value) |
SDPDigitalPostInfo |
withSikkerhetsnivaa(SDPSikkerhetsnivaa value) |
SDPDigitalPostInfo |
withVarsler(SDPVarsler value) |
SDPDigitalPostInfo |
withVirkningsdato(org.joda.time.LocalDate value) |
protected org.joda.time.LocalDate virkningsdato
protected Boolean aapningskvittering
protected SDPSikkerhetsnivaa sikkerhetsnivaa
protected SDPTittel ikkeSensitivTittel
protected SDPVarsler varsler
public SDPDigitalPostInfo()
public SDPDigitalPostInfo(org.joda.time.LocalDate virkningsdato,
Boolean aapningskvittering,
SDPSikkerhetsnivaa sikkerhetsnivaa,
SDPTittel ikkeSensitivTittel,
SDPVarsler varsler)
public org.joda.time.LocalDate getVirkningsdato()
Stringpublic void setVirkningsdato(org.joda.time.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()
SDPVarslerpublic 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.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic 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.ToStringpublic 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.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic SDPDigitalPostInfo withVirkningsdato(org.joda.time.LocalDate value)
public SDPDigitalPostInfo withAapningskvittering(Boolean value)
public SDPDigitalPostInfo withSikkerhetsnivaa(SDPSikkerhetsnivaa value)
public SDPDigitalPostInfo withIkkeSensitivTittel(SDPTittel value)
public SDPDigitalPostInfo withVarsler(SDPVarsler value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.