Uses of Class
no.difi.begrep.sdp.schema_v10.SDPIso6523Authority
-
Packages that use SDPIso6523Authority Package Description no.difi.begrep.sdp.schema_v10 -
-
Uses of SDPIso6523Authority in no.difi.begrep.sdp.schema_v10
Fields in no.difi.begrep.sdp.schema_v10 declared as SDPIso6523Authority Modifier and Type Field Description protected SDPIso6523AuthoritySDPOrganisasjon. authorityMethods in no.difi.begrep.sdp.schema_v10 that return SDPIso6523Authority Modifier and Type Method Description static SDPIso6523AuthoritySDPIso6523Authority. fromValue(String v)SDPIso6523AuthoritySDPOrganisasjon. getAuthority()Gets the value of the authority property.static SDPIso6523AuthoritySDPIso6523Authority. valueOf(String name)Returns the enum constant of this type with the specified name.static SDPIso6523Authority[]SDPIso6523Authority. 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 SDPIso6523Authority Modifier and Type Method Description voidSDPOrganisasjon. setAuthority(SDPIso6523Authority value)Sets the value of the authority property.SDPOrganisasjonSDPOrganisasjon. withAuthority(SDPIso6523Authority value)Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPIso6523Authority Constructor Description SDPOrganisasjon(String value, SDPIso6523Authority authority)Fully-initialising value constructor
-