forked from fengoffice/fengoffice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.merge_file_a08044
86 lines (83 loc) · 3.57 KB
/
.merge_file_a08044
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
* @xmlType
* @xmlName CatalogueItemSpecificationUpdateLineType
* @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\CatalogueItemSpecificationUpdateLineType
* @xmlComponentType ABIE
* @xmlDictionaryEntryName Catalogue Item Specification Update Line. Details
* @xmlDefinition Details of Catalogue Line Item Specification.
* @xmlObjectClass Catalogue Item Specification Update Line
*/
class CatalogueItemSpecificationUpdateLineType
{
/**
* @ComponentType BBIE
* @DictionaryEntryName Catalogue Item Specification Update Line. Identifier
* @Definition A unique instance identifier for the line in this Catalogue document.
* @Cardinality 1
* @ObjectClass Catalogue Item Specification Update Line
* @PropertyTerm Identifier
* @RepresentationTerm Identifier
* @DataType Identifier. Type
* @Examples "1"
* @xmlType element
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
* @xmlMinOccurs 1
* @xmlMaxOccurs 1
* @xmlName ID
* @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\ID
*/
public $ID;
/**
* @ComponentType ASBIE
* @DictionaryEntryName Catalogue Item Specification Update Line. Contractor_ Customer Party. Customer Party
* @Definition The Customer Party responsible for the contract to which the Catalogue relates.
* @Cardinality 0..1
* @ObjectClass Catalogue Item Specification Update Line
* @PropertyTermQualifier Contractor
* @PropertyTerm Customer Party
* @AssociatedObjectClass Customer Party
* @xmlType element
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
* @xmlMinOccurs 0
* @xmlMaxOccurs 1
* @xmlName ContractorCustomerParty
* @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\ContractorCustomerParty
*/
public $ContractorCustomerParty;
/**
* @ComponentType ASBIE
* @DictionaryEntryName Catalogue Item Specification Update Line. Seller_ Supplier Party. Supplier Party
* @Definition An association to the Seller of the item.
* @Cardinality 0..1
* @ObjectClass Catalogue Item Specification Update Line
* @PropertyTermQualifier Seller
* @PropertyTerm Supplier Party
* @AssociatedObjectClass Supplier Party
* @xmlType element
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
* @xmlMinOccurs 0
* @xmlMaxOccurs 1
* @xmlName SellerSupplierParty
* @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\SellerSupplierParty
*/
public $SellerSupplierParty;
/**
* @ComponentType ASBIE
* @DictionaryEntryName Catalogue Item Specification Update Line. Item
* @Definition An association to Item itself.
* @Cardinality 1
* @ObjectClass Catalogue Item Specification Update Line
* @PropertyTerm Item
* @AssociatedObjectClass Item
* @xmlType element
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
* @xmlMinOccurs 1
* @xmlMaxOccurs 1
* @xmlName Item
* @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\Item
*/
public $Item;
} // end class CatalogueItemSpecificationUpdateLineType