Uses of Class
no.difi.begrep.sdp.schema_v10.SDPSikkerhetsnivaa
-
Packages that use SDPSikkerhetsnivaa Package Description no.difi.begrep.sdp.schema_v10 -
-
Uses of SDPSikkerhetsnivaa in no.difi.begrep.sdp.schema_v10
Fields in no.difi.begrep.sdp.schema_v10 declared as SDPSikkerhetsnivaa Modifier and Type Field Description protected SDPSikkerhetsnivaaSDPDigitalPostInfo. sikkerhetsnivaaMethods in no.difi.begrep.sdp.schema_v10 that return SDPSikkerhetsnivaa Modifier and Type Method Description static SDPSikkerhetsnivaaSDPSikkerhetsnivaa. fromValue(String v)SDPSikkerhetsnivaaSDPDigitalPostInfo. getSikkerhetsnivaa()Gets the value of the sikkerhetsnivaa property.static SDPSikkerhetsnivaaSDPSikkerhetsnivaa. valueOf(String name)Returns the enum constant of this type with the specified name.static SDPSikkerhetsnivaa[]SDPSikkerhetsnivaa. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.difi.begrep.sdp.schema_v10 with parameters of type SDPSikkerhetsnivaa Modifier and Type Method Description voidSDPDigitalPostInfo. setSikkerhetsnivaa(SDPSikkerhetsnivaa value)Sets the value of the sikkerhetsnivaa property.SDPDigitalPostInfoSDPDigitalPostInfo. withSikkerhetsnivaa(SDPSikkerhetsnivaa value)Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPSikkerhetsnivaa Constructor Description SDPDigitalPostInfo(ZonedDateTime virkningstidspunkt, LocalDate virkningsdato, Boolean aapningskvittering, SDPSikkerhetsnivaa sikkerhetsnivaa, SDPTittel ikkeSensitivTittel, SDPVarsler varsler, String maskinportentoken)Fully-initialising value constructor
-