Class SDPBevis

java.lang.Object
no.difi.begrep.sdp.utvidelser.bevis.SDPBevis
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

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>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getUtstederVisningsnavn

      public SDPUtstederVisningsnavn getUtstederVisningsnavn()
      Gets the value of the utstederVisningsnavn property.
      Returns:
      possible object is SDPUtstederVisningsnavn
    • setUtstederVisningsnavn

      public void setUtstederVisningsnavn(SDPUtstederVisningsnavn value)
      Sets the value of the utstederVisningsnavn property.
      Parameters:
      value - allowed object is SDPUtstederVisningsnavn
    • getBakgrunnsfarge

      public String getBakgrunnsfarge()
      Gets the value of the bakgrunnsfarge property.
      Returns:
      possible object is String
    • setBakgrunnsfarge

      public void setBakgrunnsfarge(String value)
      Sets the value of the bakgrunnsfarge property.
      Parameters:
      value - allowed object is String
    • getUtstedtTidspunkt

      public ZonedDateTime getUtstedtTidspunkt()
      Gets the value of the utstedtTidspunkt property.
      Returns:
      possible object is String
    • setUtstedtTidspunkt

      public void setUtstedtTidspunkt(ZonedDateTime value)
      Sets the value of the utstedtTidspunkt property.
      Parameters:
      value - allowed object is String
    • getGyldighetsperiode

      public SDPGyldighetsperiode getGyldighetsperiode()
      Gets the value of the gyldighetsperiode property.
      Returns:
      possible object is SDPGyldighetsperiode
    • setGyldighetsperiode

      public void setGyldighetsperiode(SDPGyldighetsperiode value)
      Sets the value of the gyldighetsperiode property.
      Parameters:
      value - allowed object is SDPGyldighetsperiode
    • getBevisholder

      public SDPBruker getBevisholder()
      Gets the value of the bevisholder property.
      Returns:
      possible object is SDPBruker
    • setBevisholder

      public void setBevisholder(SDPBruker value)
      Sets the value of the bevisholder property.
      Parameters:
      value - allowed object is SDPBruker
    • getTittel

      public SDPTittel getTittel()
      Gets the value of the tittel property.
      Returns:
      possible object is SDPTittel
    • setTittel

      public void setTittel(SDPTittel value)
      Sets the value of the tittel property.
      Parameters:
      value - allowed object is SDPTittel
    • getBevisIdNavn

      public SDPBevisIdNavn getBevisIdNavn()
      Gets the value of the bevisIdNavn property.
      Returns:
      possible object is SDPBevisIdNavn
    • setBevisIdNavn

      public void setBevisIdNavn(SDPBevisIdNavn value)
      Sets the value of the bevisIdNavn property.
      Parameters:
      value - allowed object is SDPBevisIdNavn
    • getBevisIdVerdi

      public String getBevisIdVerdi()
      Gets the value of the bevisIdVerdi property.
      Returns:
      possible object is String
    • setBevisIdVerdi

      public void setBevisIdVerdi(String value)
      Sets the value of the bevisIdVerdi property.
      Parameters:
      value - allowed object is String
    • getAttributts

      public List<SDPAttributt> 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 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

    • getInfos

      public List<SDPInfo> 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 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

    • setAttributts

      public void setAttributts(List<SDPAttributt> value)
    • setInfos

      public void setInfos(List<SDPInfo> value)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.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:
      appendFields in interface org.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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withUtstederVisningsnavn

      public SDPBevis withUtstederVisningsnavn(SDPUtstederVisningsnavn value)
    • withBakgrunnsfarge

      public SDPBevis withBakgrunnsfarge(String value)
    • withUtstedtTidspunkt

      public SDPBevis withUtstedtTidspunkt(ZonedDateTime value)
    • withGyldighetsperiode

      public SDPBevis withGyldighetsperiode(SDPGyldighetsperiode value)
    • withBevisholder

      public SDPBevis withBevisholder(SDPBruker value)
    • withTittel

      public SDPBevis withTittel(SDPTittel value)
    • withBevisIdNavn

      public SDPBevis withBevisIdNavn(SDPBevisIdNavn value)
    • withBevisIdVerdi

      public SDPBevis withBevisIdVerdi(String value)
    • withAttributts

      public SDPBevis withAttributts(SDPAttributt... values)
    • withAttributts

      public SDPBevis withAttributts(Collection<SDPAttributt> values)
    • withInfos

      public SDPBevis withInfos(SDPInfo... values)
    • withInfos

      public SDPBevis withInfos(Collection<SDPInfo> values)
    • withAttributts

      public SDPBevis withAttributts(List<SDPAttributt> value)
    • withInfos

      public SDPBevis withInfos(List<SDPInfo> value)