Uses of Class
no.difi.begrep.sdp.schema_v10.SDPFysiskPostType
-
Packages that use SDPFysiskPostType Package Description no.difi.begrep.sdp.schema_v10 -
-
Uses of SDPFysiskPostType in no.difi.begrep.sdp.schema_v10
Fields in no.difi.begrep.sdp.schema_v10 declared as SDPFysiskPostType Modifier and Type Field Description protected SDPFysiskPostTypeSDPFysiskPostInfo. posttypeMethods in no.difi.begrep.sdp.schema_v10 that return SDPFysiskPostType Modifier and Type Method Description static SDPFysiskPostTypeSDPFysiskPostType. fromValue(String v)SDPFysiskPostTypeSDPFysiskPostInfo. getPosttype()Gets the value of the posttype property.static SDPFysiskPostTypeSDPFysiskPostType. valueOf(String name)Returns the enum constant of this type with the specified name.static SDPFysiskPostType[]SDPFysiskPostType. 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 SDPFysiskPostType Modifier and Type Method Description voidSDPFysiskPostInfo. setPosttype(SDPFysiskPostType value)Sets the value of the posttype property.SDPFysiskPostInfoSDPFysiskPostInfo. withPosttype(SDPFysiskPostType value)Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPFysiskPostType Constructor Description SDPFysiskPostInfo(SDPFysiskPostadresse mottaker, SDPFysiskPostType posttype, SDPUtskriftsfarge utskriftsfarge, SDPFysiskPostRetur retur, SDPPrintinstruksjoner printinstruksjoner, String maskinportentoken)Fully-initialising value constructor
-