.. rst-class:: phpdoctorst .. role:: php(code) :language: php Content ======= .. php:namespace:: Firstred\PostNL\Entity .. php:class:: Content :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($CountryOfOrigin, $Description, $HSTariffNr, $Quantity, $Value, $Weight, $Content\)` * :php:meth:`public getCountryOfOrigin\(\)` * :php:meth:`public setCountryOfOrigin\($CountryOfOrigin\)` * :php:meth:`public getDescription\(\)` * :php:meth:`public setDescription\($Description\)` * :php:meth:`public getHSTariffNr\(\)` * :php:meth:`public setHSTariffNr\($HSTariffNr\)` * :php:meth:`public getQuantity\(\)` * :php:meth:`public setQuantity\($Quantity\)` * :php:meth:`public getValue\(\)` * :php:meth:`public setValue\($Value\)` * :php:meth:`public getWeight\(\)` * :php:meth:`public setWeight\($Weight\)` * :php:meth:`public getContent\(\)` * :php:meth:`public setContent\($Content\)` Properties ---------- .. php:attr:: protected static CountryOfOrigin :Type: string | null .. php:attr:: protected static Description :Type: string | null .. php:attr:: protected static HSTariffNr :Type: string | null .. php:attr:: protected static Quantity :Type: string | null .. php:attr:: protected static Value :Type: string | null .. php:attr:: protected static Weight :Type: string | null .. php:attr:: protected static Content :Type: :any:`\\Firstred\\PostNL\\Entity\\Content\[\] ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $CountryOfOrigin=null, $Description=null, $HSTariffNr=null, $Quantity=null, $Value=null, $Weight=null, $Content=null) :Parameters: * **$CountryOfOrigin** (string | null) * **$Description** (string | null) * **$HSTariffNr** (string | null) * **$Quantity** (string | null) * **$Value** (string | null) * **$Weight** (string | null) * **$Content** (array | null) .. rst-class:: public .. php:method:: public getCountryOfOrigin() :Returns: string | null .. rst-class:: public .. php:method:: public setCountryOfOrigin( $CountryOfOrigin) :Parameters: * **$CountryOfOrigin** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getDescription() :Returns: string | null .. rst-class:: public .. php:method:: public setDescription( $Description) :Parameters: * **$Description** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getHSTariffNr() :Returns: string | null .. rst-class:: public .. php:method:: public setHSTariffNr( $HSTariffNr) :Parameters: * **$HSTariffNr** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getQuantity() :Returns: string | null .. rst-class:: public .. php:method:: public setQuantity( $Quantity) :Parameters: * **$Quantity** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getValue() :Returns: string | null .. rst-class:: public .. php:method:: public setValue( $Value) :Parameters: * **$Value** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getWeight() :Returns: string | null .. rst-class:: public .. php:method:: public setWeight( $Weight) :Parameters: * **$Weight** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getContent() :Returns: :any:`\\Firstred\\PostNL\\Entity\\Content ` | null .. rst-class:: public .. php:method:: public setContent( $Content) :Parameters: * **$Content** (array | null) :Returns: static