whoami7 - Manager
:
/
home
/
qbizpnmr
/
arif.umairtax.com
/
vendor
/
invoiceninja
/
ubl_invoice
/
src
/
RO
/
Upload File:
files >> /home/qbizpnmr/arif.umairtax.com/vendor/invoiceninja/ubl_invoice/src/RO/PictureType.php
<?php namespace CleverIt\UBL\Invoice\RO; /** * Class representing PictureType * * UBLUDT000004 * UDT * Picture. Type * 1.0 * A diagram, graph, mathematical curve, or similar representation. * Picture * binary * XSD Type: PictureType */ class PictureType extends BinaryObjectType { /** * UNDT000004-SC3 * SC * Picture. Mime. Code * The mime type of the picture object. * Picture * Mime * Code * normalizedString * * @var string $mimeCode */ private $mimeCode = null; /** * Gets as mimeCode * * UNDT000004-SC3 * SC * Picture. Mime. Code * The mime type of the picture object. * Picture * Mime * Code * normalizedString * * @return string */ public function getMimeCode() { return $this->mimeCode; } /** * Sets a new mimeCode * * UNDT000004-SC3 * SC * Picture. Mime. Code * The mime type of the picture object. * Picture * Mime * Code * normalizedString * * @param string $mimeCode * @return self */ public function setMimeCode($mimeCode) { $this->mimeCode = $mimeCode; return $this; } }
Copyright ©2021 || Defacer Indonesia