Uses of Class
com.fourjs.report.facturx.profiles.extended.BinaryObject
-
Packages that use BinaryObject Package Description com.fourjs.report.facturx.profiles.extended -
-
Uses of BinaryObject in com.fourjs.report.facturx.profiles.extended
Methods in com.fourjs.report.facturx.profiles.extended that return BinaryObject Modifier and Type Method Description static BinaryObject
BinaryObject. fromString(String value)
BinaryObject
AdditionalSupportingDocuments. getAttachedDocument()
BT-125:Attached documentBinaryObject
DetailsOfAnAdditionalDocumentReference. getAttachmentBinaryObject()
EXT:static BinaryObject
BinaryObject. valueOf(String value)
Methods in com.fourjs.report.facturx.profiles.extended with parameters of type BinaryObject Modifier and Type Method Description AdditionalSupportingDocuments
AdditionalSupportingDocuments. setAttachedDocument(BinaryObject value)
DetailsOfAnAdditionalDocumentReference
DetailsOfAnAdditionalDocumentReference. setAttachmentBinaryObject(BinaryObject value)
-