Uses of Class
no.difi.begrep.sdp.schema_v10.SDPDokument
-
Packages that use SDPDokument Package Description no.difi.begrep.sdp.schema_v10 -
-
Uses of SDPDokument in no.difi.begrep.sdp.schema_v10
Fields in no.difi.begrep.sdp.schema_v10 declared as SDPDokument Modifier and Type Field Description protected SDPDokumentSDPManifest. hoveddokumentFields in no.difi.begrep.sdp.schema_v10 with type parameters of type SDPDokument Modifier and Type Field Description protected List<SDPDokument>SDPManifest. vedleggsMethods in no.difi.begrep.sdp.schema_v10 that return SDPDokument Modifier and Type Method Description SDPDokumentObjectFactory. createSDPDokument()Create an instance ofSDPDokumentSDPDokumentSDPManifest. getHoveddokument()Gets the value of the hoveddokument property.SDPDokumentSDPDokument. withData(SDPDokumentData value)SDPDokumentSDPDokument. withHref(String value)SDPDokumentSDPDokument. withMime(String value)SDPDokumentSDPDokument. withTittel(SDPTittel value)Methods in no.difi.begrep.sdp.schema_v10 that return types with arguments of type SDPDokument Modifier and Type Method Description List<SDPDokument>SDPManifest. getVedleggs()Gets the value of the vedleggs property.Methods in no.difi.begrep.sdp.schema_v10 with parameters of type SDPDokument Modifier and Type Method Description voidSDPManifest. setHoveddokument(SDPDokument value)Sets the value of the hoveddokument property.SDPManifestSDPManifest. withHoveddokument(SDPDokument value)SDPManifestSDPManifest. withVedleggs(SDPDokument... values)Method parameters in no.difi.begrep.sdp.schema_v10 with type arguments of type SDPDokument Modifier and Type Method Description voidSDPManifest. setVedleggs(List<SDPDokument> value)SDPManifestSDPManifest. withVedleggs(Collection<SDPDokument> values)SDPManifestSDPManifest. withVedleggs(List<SDPDokument> value)Constructors in no.difi.begrep.sdp.schema_v10 with parameters of type SDPDokument Constructor Description SDPManifest(SDPMottaker mottaker, SDPAvsender avsender, SDPDokument hoveddokument, List<SDPDokument> vedleggs, SDPLenke lenke)Fully-initialising value constructorConstructor parameters in no.difi.begrep.sdp.schema_v10 with type arguments of type SDPDokument Constructor Description SDPManifest(SDPMottaker mottaker, SDPAvsender avsender, SDPDokument hoveddokument, List<SDPDokument> vedleggs, SDPLenke lenke)Fully-initialising value constructor
-