Class SDPBevis
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SDPAttributt>protected Stringprotected SDPBrukerprotected SDPBevisIdNavnprotected Stringprotected SDPGyldighetsperiodeprotected SDPTittelprotected SDPUtstederVisningsnavnprotected ZonedDateTime -
Constructor Summary
ConstructorsConstructorDescriptionSDPBevis()Default no-arg constructorSDPBevis(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 -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the attributts property.Gets the value of the bakgrunnsfarge property.Gets the value of the bevisholder property.Gets the value of the bevisIdNavn property.Gets the value of the bevisIdVerdi property.Gets the value of the gyldighetsperiode property.getInfos()Gets the value of the infos property.Gets the value of the tittel property.Gets the value of the utstederVisningsnavn property.Gets the value of the utstedtTidspunkt property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAttributts(List<SDPAttributt> value) voidsetBakgrunnsfarge(String value) Sets the value of the bakgrunnsfarge property.voidsetBevisholder(SDPBruker value) Sets the value of the bevisholder property.voidsetBevisIdNavn(SDPBevisIdNavn value) Sets the value of the bevisIdNavn property.voidsetBevisIdVerdi(String value) Sets the value of the bevisIdVerdi property.voidSets the value of the gyldighetsperiode property.voidvoidSets the value of the tittel property.voidSets the value of the utstederVisningsnavn property.voidsetUtstedtTidspunkt(ZonedDateTime value) Sets the value of the utstedtTidspunkt property.toString()withAttributts(Collection<SDPAttributt> values) withAttributts(List<SDPAttributt> value) withAttributts(SDPAttributt... values) withBakgrunnsfarge(String value) withBevisholder(SDPBruker value) withBevisIdNavn(SDPBevisIdNavn value) withBevisIdVerdi(String value) withInfos(Collection<SDPInfo> values) withTittel(SDPTittel value)
-
Field Details
-
bakgrunnsfarge
-
utstedtTidspunkt
-
gyldighetsperiode
-
bevisholder
-
tittel
-
bevisIdVerdi
-
attributts
-
infos
-
Constructor Details
-
SDPBevis
public SDPBevis()Default no-arg constructor
-
-
Method Details
-
getBakgrunnsfarge
Gets the value of the bakgrunnsfarge property.- Returns:
- possible object is
String
-
setBakgrunnsfarge
Sets the value of the bakgrunnsfarge property.- Parameters:
value- allowed object isString
-
getUtstedtTidspunkt
Gets the value of the utstedtTidspunkt property.- Returns:
- possible object is
String
-
setUtstedtTidspunkt
Sets the value of the utstedtTidspunkt property.- Parameters:
value- allowed object isString
-
getGyldighetsperiode
Gets the value of the gyldighetsperiode property.- Returns:
- possible object is
SDPGyldighetsperiode
-
setGyldighetsperiode
Sets the value of the gyldighetsperiode property.- Parameters:
value- allowed object isSDPGyldighetsperiode
-
getBevisholder
Gets the value of the bevisholder property.- Returns:
- possible object is
SDPBruker
-
setBevisholder
Sets the value of the bevisholder property.- Parameters:
value- allowed object isSDPBruker
-
getTittel
Gets the value of the tittel property.- Returns:
- possible object is
SDPTittel
-
setTittel
Sets the value of the tittel property.- Parameters:
value- allowed object isSDPTittel
-
getBevisIdVerdi
Gets the value of the bevisIdVerdi property.- Returns:
- possible object is
String
-
setBevisIdVerdi
Sets the value of the bevisIdVerdi property.- Parameters:
value- allowed object isString
-
getAttributts
Gets the value of the attributts property.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
setmethod 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 -
getInfos
Gets the value of the infos property.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
setmethod 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 -
setAttributts
-
setInfos
-
toString
-
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
-
equals
-
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
-
hashCode
public int hashCode() -
withBakgrunnsfarge
-
withUtstedtTidspunkt
-
withGyldighetsperiode
-
withBevisholder
-
withTittel
-
withBevisIdVerdi
-
withAttributts
-
withAttributts
-
withInfos
-
withInfos
-
withAttributts
-
withInfos