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 SDPDokument
SDPManifest. hoveddokument
Fields in no.difi.begrep.sdp.schema_v10 with type parameters of type SDPDokument Modifier and Type Field Description protected List<SDPDokument>
SDPManifest. vedleggs
Methods in no.difi.begrep.sdp.schema_v10 that return SDPDokument Modifier and Type Method Description SDPDokument
ObjectFactory. createSDPDokument()
Create an instance ofSDPDokument
SDPDokument
SDPManifest. getHoveddokument()
Gets the value of the hoveddokument property.SDPDokument
SDPDokument. withData(SDPDokumentData value)
SDPDokument
SDPDokument. withHref(String value)
SDPDokument
SDPDokument. withMime(String value)
SDPDokument
SDPDokument. 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 void
SDPManifest. setHoveddokument(SDPDokument value)
Sets the value of the hoveddokument property.SDPManifest
SDPManifest. withHoveddokument(SDPDokument value)
SDPManifest
SDPManifest. withVedleggs(SDPDokument... values)
Method parameters in no.difi.begrep.sdp.schema_v10 with type arguments of type SDPDokument Modifier and Type Method Description void
SDPManifest. setVedleggs(List<SDPDokument> value)
SDPManifest
SDPManifest. withVedleggs(Collection<SDPDokument> values)
SDPManifest
SDPManifest. 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
-