1: <?php
2: /**
3: * Partner API Library
4: *
5: * @copyright Copyright (c) 2020 Asseco Data Systems SA
6: * @license license.txt
7: */
8:
9: /*
10: <xs:simpleType name="fileName">
11: <xs:restriction base="xs:string">
12: <xs:minLength value="3"/>
13: <xs:maxLength value="255"/>
14: </xs:restriction>
15: </xs:simpleType>
16: */
17:
18: /**
19: * This class represents the fileName WSDL type.
20: *
21: * @package types
22: */
23: class PartnerAPITypeFileName {
24:
25:
26: private function __construct() {
27: }
28:
29:
30: }
31: