Uses of Class
no.difi.begrep.sdp.schema_v10.SDPFeiltype
-
Packages that use SDPFeiltype Package Description no.difi.begrep.sdp.schema_v10 -
-
Uses of SDPFeiltype in no.difi.begrep.sdp.schema_v10
Fields in no.difi.begrep.sdp.schema_v10 declared as SDPFeiltype Modifier and Type Field Description protected SDPFeiltypeSDPFeil. feiltypeMethods in no.difi.begrep.sdp.schema_v10 that return SDPFeiltype Modifier and Type Method Description static SDPFeiltypeSDPFeiltype. fromValue(String v)SDPFeiltypeSDPFeil. getFeiltype()Gets the value of the feiltype property.static SDPFeiltypeSDPFeiltype. valueOf(String name)Returns the enum constant of this type with the specified name.static SDPFeiltype[]SDPFeiltype. 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 SDPFeiltype Modifier and Type Method Description voidSDPFeil. setFeiltype(SDPFeiltype value)Sets the value of the feiltype property.SDPFeilSDPFeil. withFeiltype(SDPFeiltype value)Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPFeiltype Constructor Description SDPFeil(no.digipost.org.w3.xmldsig.Signature signature, ZonedDateTime tidspunkt, SDPFeiltype feiltype, String detaljer)Fully-initialising value constructor
-