public class SDPBevis extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for Bevis complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bevis">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="utsteder-visningsnavn" type="{http://begrep.difi.no/sdp/utvidelser/bevis}UtstederVisningsnavn" minOccurs="0"/>
<element name="bakgrunnsfarge" type="{http://begrep.difi.no/sdp/utvidelser/bevis}HexFargeKode" minOccurs="0"/>
<element name="utstedt-tidspunkt" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="gyldighetsperiode" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Gyldighetsperiode" minOccurs="0"/>
<element name="bevisholder" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Bruker"/>
<element name="tittel" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Tittel"/>
<element name="bevis-id-navn" type="{http://begrep.difi.no/sdp/utvidelser/bevis}BevisIdNavn" minOccurs="0"/>
<element name="bevis-id-verdi" type="{http://begrep.difi.no/sdp/utvidelser/bevis}String100" minOccurs="0"/>
<element name="attributt" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Attributt" maxOccurs="5" minOccurs="0"/>
<element name="info" type="{http://begrep.difi.no/sdp/utvidelser/bevis}Info" maxOccurs="3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SDPAttributt> |
attributts |
protected String |
bakgrunnsfarge |
protected SDPBruker |
bevisholder |
protected SDPBevisIdNavn |
bevisIdNavn |
protected String |
bevisIdVerdi |
protected SDPGyldighetsperiode |
gyldighetsperiode |
protected List<SDPInfo> |
infos |
protected SDPTittel |
tittel |
protected SDPUtstederVisningsnavn |
utstederVisningsnavn |
protected ZonedDateTime |
utstedtTidspunkt |
| Constructor and Description |
|---|
SDPBevis()
Default no-arg constructor
|
SDPBevis(SDPUtstederVisningsnavn utstederVisningsnavn,
String bakgrunnsfarge,
ZonedDateTime utstedtTidspunkt,
SDPGyldighetsperiode gyldighetsperiode,
SDPBruker bevisholder,
SDPTittel tittel,
SDPBevisIdNavn bevisIdNavn,
String bevisIdVerdi,
List<SDPAttributt> attributts,
List<SDPInfo> infos)
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) |
List<SDPAttributt> |
getAttributts()
Gets the value of the attributts property.
|
String |
getBakgrunnsfarge()
Gets the value of the bakgrunnsfarge property.
|
SDPBruker |
getBevisholder()
Gets the value of the bevisholder property.
|
SDPBevisIdNavn |
getBevisIdNavn()
Gets the value of the bevisIdNavn property.
|
String |
getBevisIdVerdi()
Gets the value of the bevisIdVerdi property.
|
SDPGyldighetsperiode |
getGyldighetsperiode()
Gets the value of the gyldighetsperiode property.
|
List<SDPInfo> |
getInfos()
Gets the value of the infos property.
|
SDPTittel |
getTittel()
Gets the value of the tittel property.
|
SDPUtstederVisningsnavn |
getUtstederVisningsnavn()
Gets the value of the utstederVisningsnavn property.
|
ZonedDateTime |
getUtstedtTidspunkt()
Gets the value of the utstedtTidspunkt property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAttributts(List<SDPAttributt> value) |
void |
setBakgrunnsfarge(String value)
Sets the value of the bakgrunnsfarge property.
|
void |
setBevisholder(SDPBruker value)
Sets the value of the bevisholder property.
|
void |
setBevisIdNavn(SDPBevisIdNavn value)
Sets the value of the bevisIdNavn property.
|
void |
setBevisIdVerdi(String value)
Sets the value of the bevisIdVerdi property.
|
void |
setGyldighetsperiode(SDPGyldighetsperiode value)
Sets the value of the gyldighetsperiode property.
|
void |
setInfos(List<SDPInfo> value) |
void |
setTittel(SDPTittel value)
Sets the value of the tittel property.
|
void |
setUtstederVisningsnavn(SDPUtstederVisningsnavn value)
Sets the value of the utstederVisningsnavn property.
|
void |
setUtstedtTidspunkt(ZonedDateTime value)
Sets the value of the utstedtTidspunkt property.
|
String |
toString() |
SDPBevis |
withAttributts(Collection<SDPAttributt> values) |
SDPBevis |
withAttributts(List<SDPAttributt> value) |
SDPBevis |
withAttributts(SDPAttributt... values) |
SDPBevis |
withBakgrunnsfarge(String value) |
SDPBevis |
withBevisholder(SDPBruker value) |
SDPBevis |
withBevisIdNavn(SDPBevisIdNavn value) |
SDPBevis |
withBevisIdVerdi(String value) |
SDPBevis |
withGyldighetsperiode(SDPGyldighetsperiode value) |
SDPBevis |
withInfos(Collection<SDPInfo> values) |
SDPBevis |
withInfos(List<SDPInfo> value) |
SDPBevis |
withInfos(SDPInfo... values) |
SDPBevis |
withTittel(SDPTittel value) |
SDPBevis |
withUtstederVisningsnavn(SDPUtstederVisningsnavn value) |
SDPBevis |
withUtstedtTidspunkt(ZonedDateTime value) |
protected SDPUtstederVisningsnavn utstederVisningsnavn
protected String bakgrunnsfarge
protected ZonedDateTime utstedtTidspunkt
protected SDPGyldighetsperiode gyldighetsperiode
protected SDPBruker bevisholder
protected SDPTittel tittel
protected SDPBevisIdNavn bevisIdNavn
protected String bevisIdVerdi
protected List<SDPAttributt> attributts
public SDPBevis()
public SDPBevis(SDPUtstederVisningsnavn utstederVisningsnavn, String bakgrunnsfarge, ZonedDateTime utstedtTidspunkt, SDPGyldighetsperiode gyldighetsperiode, SDPBruker bevisholder, SDPTittel tittel, SDPBevisIdNavn bevisIdNavn, String bevisIdVerdi, List<SDPAttributt> attributts, List<SDPInfo> infos)
public SDPUtstederVisningsnavn getUtstederVisningsnavn()
SDPUtstederVisningsnavnpublic void setUtstederVisningsnavn(SDPUtstederVisningsnavn value)
value - allowed object is
SDPUtstederVisningsnavnpublic String getBakgrunnsfarge()
Stringpublic void setBakgrunnsfarge(String value)
value - allowed object is
Stringpublic ZonedDateTime getUtstedtTidspunkt()
Stringpublic void setUtstedtTidspunkt(ZonedDateTime value)
value - allowed object is
Stringpublic SDPGyldighetsperiode getGyldighetsperiode()
SDPGyldighetsperiodepublic void setGyldighetsperiode(SDPGyldighetsperiode value)
value - allowed object is
SDPGyldighetsperiodepublic SDPBruker getBevisholder()
SDPBrukerpublic void setBevisholder(SDPBruker value)
value - allowed object is
SDPBrukerpublic SDPTittel getTittel()
SDPTittelpublic void setTittel(SDPTittel value)
value - allowed object is
SDPTittelpublic SDPBevisIdNavn getBevisIdNavn()
SDPBevisIdNavnpublic void setBevisIdNavn(SDPBevisIdNavn value)
value - allowed object is
SDPBevisIdNavnpublic String getBevisIdVerdi()
Stringpublic void setBevisIdVerdi(String value)
value - allowed object is
Stringpublic List<SDPAttributt> getAttributts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the attributts property.
For example, to add a new item, do as follows:
getAttributts().add(newItem);
Objects of the following type(s) are allowed in the list
SDPAttributt
public List<SDPInfo> getInfos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the infos property.
For example, to add a new item, do as follows:
getInfos().add(newItem);
Objects of the following type(s) are allowed in the list
SDPInfo
public void setAttributts(List<SDPAttributt> value)
public 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 SDPBevis withUtstederVisningsnavn(SDPUtstederVisningsnavn value)
public SDPBevis withUtstedtTidspunkt(ZonedDateTime value)
public SDPBevis withGyldighetsperiode(SDPGyldighetsperiode value)
public SDPBevis withBevisIdNavn(SDPBevisIdNavn value)
public SDPBevis withAttributts(SDPAttributt... values)
public SDPBevis withAttributts(Collection<SDPAttributt> values)
public SDPBevis withInfos(Collection<SDPInfo> values)
public SDPBevis withAttributts(List<SDPAttributt> value)
Copyright © 2019 Digipost. All rights reserved.