Class 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>
     
    • Method Detail

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

      • setInfos

        public void setInfos​(List<SDPInfo> value)
      • 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
      • 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
      • withBakgrunnsfarge

        public SDPBevis withBakgrunnsfarge​(String value)
      • withBevisIdVerdi

        public SDPBevis withBevisIdVerdi​(String value)