/test/data/expected/ContactCompany/oasis/names/specification/ubl/schema/xsd/CommonAggregateComponents_2/CertificateOfOriginApplicationType.php

https://github.com/moyarada/XSD-to-PHP · PHP · 256 lines · 19 code · 5 blank · 232 comment · 0 complexity · 883779b59c1db3d1c883a81e94e85320 MD5 · raw file

  1. <?php
  2. namespace oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2;
  3. /**
  4. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  5. * @xmlType
  6. * @xmlName CertificateOfOriginApplicationType
  7. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\CertificateOfOriginApplicationType
  8. * @xmlComponentType ABIE
  9. * @xmlDictionaryEntryName Certificate Of Origin Application. Details
  10. * @xmlDefinition A document that contains information of CO application.
  11. * @xmlObjectClass Certificate Of Origin Application
  12. */
  13. class CertificateOfOriginApplicationType
  14. {
  15. /**
  16. * @ComponentType BBIE
  17. * @DictionaryEntryName Certificate Of Origin Application. Reference. Identifier
  18. * @Definition Holds the unique number that identifies the Despatch Advice, typically according to the seller's system that generated the Despatch Advice.
  19. * @Cardinality 1
  20. * @ObjectClass Certificate Of Origin Application
  21. * @PropertyTerm Reference
  22. * @RepresentationTerm Identifier
  23. * @DataType Identifier. Type
  24. * @xmlType element
  25. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  26. * @xmlMinOccurs 1
  27. * @xmlMaxOccurs 1
  28. * @xmlName ReferenceID
  29. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\ReferenceID
  30. */
  31. public $ReferenceID;
  32. /**
  33. * @ComponentType BBIE
  34. * @DictionaryEntryName Certificate Of Origin Application. Certificate Type. Text
  35. * @Definition Type of CO. Type could be Ordinary, Re-export, Commonwealth Preferential etc.
  36. * @Cardinality 1
  37. * @ObjectClass Certificate Of Origin Application
  38. * @PropertyTerm Certificate Type
  39. * @RepresentationTerm Text
  40. * @DataType Text. Type
  41. * @xmlType element
  42. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  43. * @xmlMinOccurs 1
  44. * @xmlMaxOccurs 1
  45. * @xmlName CertificateType
  46. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\CertificateType
  47. */
  48. public $CertificateType;
  49. /**
  50. * @ComponentType BBIE
  51. * @DictionaryEntryName Certificate Of Origin Application. Application Status Code. Code
  52. * @Definition Indicates the status of the application (revision, replacement, etc.).
  53. * @Cardinality 0..1
  54. * @ObjectClass Certificate Of Origin Application
  55. * @PropertyTerm Application Status Code
  56. * @RepresentationTerm Code
  57. * @DataType Code. Type
  58. * @xmlType element
  59. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  60. * @xmlMinOccurs 0
  61. * @xmlMaxOccurs 1
  62. * @xmlName ApplicationStatusCode
  63. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\ApplicationStatusCode
  64. */
  65. public $ApplicationStatusCode;
  66. /**
  67. * @ComponentType BBIE
  68. * @DictionaryEntryName Certificate Of Origin Application. Original_ Job Identifier. Identifier
  69. * @Definition The latest Job Number given to the Origin application. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.
  70. * @Cardinality 1
  71. * @ObjectClass Certificate Of Origin Application
  72. * @PropertyTermQualifier Original
  73. * @PropertyTerm Job Identifier
  74. * @RepresentationTerm Identifier
  75. * @DataType Identifier. Type
  76. * @xmlType element
  77. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  78. * @xmlMinOccurs 1
  79. * @xmlMaxOccurs 1
  80. * @xmlName OriginalJobID
  81. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\OriginalJobID
  82. */
  83. public $OriginalJobID;
  84. /**
  85. * @ComponentType BBIE
  86. * @DictionaryEntryName Certificate Of Origin Application. Previous_ Job Identifier. Identifier
  87. * @Definition The previous Job Number assigned in case the application undergoes query or change. This is used by the system to keep track of the amendments or cancellation of the origin application applied earlier.
  88. * @Cardinality 0..1
  89. * @ObjectClass Certificate Of Origin Application
  90. * @PropertyTermQualifier Previous
  91. * @PropertyTerm Job Identifier
  92. * @RepresentationTerm Identifier
  93. * @DataType Identifier. Type
  94. * @xmlType element
  95. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  96. * @xmlMinOccurs 0
  97. * @xmlMaxOccurs 1
  98. * @xmlName PreviousJobID
  99. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\PreviousJobID
  100. */
  101. public $PreviousJobID;
  102. /**
  103. * @ComponentType BBIE
  104. * @DictionaryEntryName Certificate Of Origin Application. Remarks. Text
  105. * @Definition Remarks by the applicant for the Certificate of Origin Application.
  106. * @Cardinality 0..1
  107. * @ObjectClass Certificate Of Origin Application
  108. * @PropertyTerm Remarks
  109. * @RepresentationTerm Text
  110. * @DataType Text. Type
  111. * @xmlType element
  112. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
  113. * @xmlMinOccurs 0
  114. * @xmlMaxOccurs 1
  115. * @xmlName Remarks
  116. * @var oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2\Remarks
  117. */
  118. public $Remarks;
  119. /**
  120. * @ComponentType ASBIE
  121. * @DictionaryEntryName Certificate Of Origin Application. Shipment
  122. * @Definition Information about the separately identifiable collection of goods items (available to be) transported from one consignor to one consignee via one or more modes of transport.
  123. * @Cardinality 1
  124. * @ObjectClass Certificate Of Origin Application
  125. * @PropertyTerm Shipment
  126. * @AssociatedObjectClass Shipment
  127. * @xmlType element
  128. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  129. * @xmlMinOccurs 1
  130. * @xmlMaxOccurs 1
  131. * @xmlName Shipment
  132. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\Shipment
  133. */
  134. public $Shipment;
  135. /**
  136. * @ComponentType ASBIE
  137. * @DictionaryEntryName Certificate Of Origin Application. Endorser Party
  138. * @Definition The party providing the endorsement.
  139. * @Cardinality 1..n
  140. * @ObjectClass Certificate Of Origin Application
  141. * @PropertyTerm Endorser Party
  142. * @AssociatedObjectClass Endorser Party
  143. * @xmlType element
  144. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  145. * @xmlMinOccurs 1
  146. * @xmlMaxOccurs unbounded
  147. * @xmlName EndorserParty
  148. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\EndorserParty
  149. */
  150. public $EndorserParty;
  151. /**
  152. * @ComponentType ASBIE
  153. * @DictionaryEntryName Certificate Of Origin Application. Preparation_ Party. Party
  154. * @Definition Details of an individual, a group, or a body that prepares the Certificate of Origin application.
  155. * @Cardinality 1
  156. * @ObjectClass Certificate Of Origin Application
  157. * @PropertyTermQualifier Preparation
  158. * @PropertyTerm Party
  159. * @AssociatedObjectClass Party
  160. * @xmlType element
  161. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  162. * @xmlMinOccurs 1
  163. * @xmlMaxOccurs 1
  164. * @xmlName PreparationParty
  165. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\PreparationParty
  166. */
  167. public $PreparationParty;
  168. /**
  169. * @ComponentType ASBIE
  170. * @DictionaryEntryName Certificate Of Origin Application. Issuer_ Party. Party
  171. * @Definition Details of the authorized organization that issued the Certificate of Origin.
  172. * @Cardinality 1
  173. * @ObjectClass Certificate Of Origin Application
  174. * @PropertyTermQualifier Issuer
  175. * @PropertyTerm Party
  176. * @AssociatedObjectClass Party
  177. * @xmlType element
  178. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  179. * @xmlMinOccurs 1
  180. * @xmlMaxOccurs 1
  181. * @xmlName IssuerParty
  182. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\IssuerParty
  183. */
  184. public $IssuerParty;
  185. /**
  186. * @ComponentType ASBIE
  187. * @DictionaryEntryName Certificate Of Origin Application. Issuing_ Country. Country
  188. * @Definition The country for which the Certificate of Origin is issued.
  189. * @Cardinality 1
  190. * @ObjectClass Certificate Of Origin Application
  191. * @PropertyTermQualifier Issuing
  192. * @PropertyTerm Country
  193. * @AssociatedObjectClass Country
  194. * @xmlType element
  195. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  196. * @xmlMinOccurs 1
  197. * @xmlMaxOccurs 1
  198. * @xmlName IssuingCountry
  199. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\IssuingCountry
  200. */
  201. public $IssuingCountry;
  202. /**
  203. * @ComponentType ASBIE
  204. * @DictionaryEntryName Certificate Of Origin Application. Document Distribution
  205. * @Definition The distribution of the Certificate of Origin to interested parties.
  206. * @Cardinality 0..n
  207. * @ObjectClass Certificate Of Origin Application
  208. * @PropertyTerm Document Distribution
  209. * @AssociatedObjectClass Document Distribution
  210. * @xmlType element
  211. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  212. * @xmlMinOccurs 0
  213. * @xmlMaxOccurs unbounded
  214. * @xmlName DocumentDistribution
  215. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\DocumentDistribution
  216. */
  217. public $DocumentDistribution;
  218. /**
  219. * @ComponentType ASBIE
  220. * @DictionaryEntryName Certificate Of Origin Application. Supporting_ Document Reference. Document Reference
  221. * @Definition An associative reference to a supporting document.
  222. * @Cardinality 0..n
  223. * @ObjectClass Certificate Of Origin Application
  224. * @PropertyTermQualifier Supporting
  225. * @PropertyTerm Document Reference
  226. * @AssociatedObjectClass Document Reference
  227. * @xmlType element
  228. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  229. * @xmlMinOccurs 0
  230. * @xmlMaxOccurs unbounded
  231. * @xmlName SupportingDocumentReference
  232. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\SupportingDocumentReference
  233. */
  234. public $SupportingDocumentReference;
  235. /**
  236. * @ComponentType ASBIE
  237. * @DictionaryEntryName Certificate Of Origin Application. Signature
  238. * @Definition One or more signatures applied to the document instance.
  239. * @Cardinality 0..n
  240. * @ObjectClass Certificate Of Origin Application
  241. * @PropertyTerm Signature
  242. * @AssociatedObjectClass Signature
  243. * @xmlType element
  244. * @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
  245. * @xmlMinOccurs 0
  246. * @xmlMaxOccurs unbounded
  247. * @xmlName Signature
  248. * @var oasis\names\specification\ubl\schema\xsd\CommonAggregateComponents_2\Signature
  249. */
  250. public $Signature;
  251. } // end class CertificateOfOriginApplicationType