Uses of Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentPersonReferenceData
-
Uses of DocumentPersonReferenceData in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type parameters of type DocumentPersonReferenceDataModifier and TypeFieldDescriptionprotected List<DocumentPersonReferenceData>DocumentPersonReferenceContainer.documentPersonReferenceListThe document person reference list.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return DocumentPersonReferenceDataModifier and TypeMethodDescriptionObjectFactory.createDocumentPersonReferenceData()Creates a new Object object.DocumentPersonReferenceData.withOrderNumber(int value) With order number.DocumentPersonReferenceData.withPartyShortCode(String value) With party short code.DocumentPersonReferenceData.withPersonReferenceId(String value) With person reference id.DocumentPersonReferenceData.withReferenceName(String value) With reference name.DocumentPersonReferenceData.withRoleDescription(DocumentPersonReferenceRoleType value) With role description.Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return types with arguments of type DocumentPersonReferenceDataModifier and TypeMethodDescriptionDocumentPersonReferenceContainer.getDocumentPersonReferenceList()Gets the document person reference list.Method parameters in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type arguments of type DocumentPersonReferenceDataModifier and TypeMethodDescriptionvoidDocumentPersonReferenceContainer.setDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) Sets the document person reference list.DocumentPersonReferenceContainer.withDocumentPersonReferenceList(List<DocumentPersonReferenceData> documentPersonReferenceList) With document person reference list.