Uses of Class
no.difi.begrep.sdp.utvidelser.bevis.SDPAttributt
-
Packages that use SDPAttributt Package Description no.difi.begrep.sdp.utvidelser.bevis -
-
Uses of SDPAttributt in no.difi.begrep.sdp.utvidelser.bevis
Fields in no.difi.begrep.sdp.utvidelser.bevis with type parameters of type SDPAttributt Modifier and Type Field Description protected List<SDPAttributt>SDPBevis. attributtsMethods in no.difi.begrep.sdp.utvidelser.bevis that return SDPAttributt Modifier and Type Method Description SDPAttributtObjectFactory. createSDPAttributt()Create an instance ofSDPAttributtSDPAttributtSDPAttributt. withNavn(SDPAttributtnavn value)SDPAttributtSDPAttributt. withVerdi(SDPAttributtverdi value)Methods in no.difi.begrep.sdp.utvidelser.bevis that return types with arguments of type SDPAttributt Modifier and Type Method Description List<SDPAttributt>SDPBevis. getAttributts()Gets the value of the attributts property.Methods in no.difi.begrep.sdp.utvidelser.bevis with parameters of type SDPAttributt Modifier and Type Method Description SDPBevisSDPBevis. withAttributts(SDPAttributt... values)Method parameters in no.difi.begrep.sdp.utvidelser.bevis with type arguments of type SDPAttributt Modifier and Type Method Description voidSDPBevis. setAttributts(List<SDPAttributt> value)SDPBevisSDPBevis. withAttributts(Collection<SDPAttributt> values)SDPBevisSDPBevis. withAttributts(List<SDPAttributt> value)Constructor parameters in no.difi.begrep.sdp.utvidelser.bevis with type arguments of type SDPAttributt Constructor Description 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
-