uk
.
gov
.
hmrc
.
wco
.
dec
GoodsShipment
Related Doc:
package dec
case class
GoodsShipment
(
exitDateTime:
Option
[
DateTimeElement
] =
None
,
transactionNatureCode:
Option
[
Int
] =
None
,
aeoMutualRecognitionParties:
Seq
[
RoleBasedParty
] =
Seq.empty
,
buyer:
Option
[
ImportExportParty
] =
None
,
consignee:
Option
[
NamedEntityWithAddress
] =
None
,
consignment:
Option
[
Consignment
] =
None
,
consignor:
Option
[
NamedEntityWithAddress
] =
None
,
customsValuation:
Option
[
CustomsValuation
] =
None
,
destination:
Option
[
Destination
] =
None
,
domesticDutyTaxParties:
Seq
[
RoleBasedParty
] =
Seq.empty
,
exportCountry:
Option
[
ExportCountry
] =
None
,
governmentAgencyGoodsItems:
Seq
[
GovernmentAgencyGoodsItem
] =
Seq.empty
,
importer:
Option
[
ImportExportParty
] =
None
,
invoice:
Option
[
Invoice
] =
None
,
payers:
Seq
[
NamedEntityWithAddress
] =
Seq.empty
,
previousDocuments:
Seq
[
PreviousDocument
] =
Seq.empty
,
seller:
Option
[
ImportExportParty
] =
None
,
sureties:
Seq
[
NamedEntityWithAddress
] =
Seq.empty
,
tradeTerms:
Option
[
TradeTerms
] =
None
,
ucr:
Option
[
Ucr
] =
None
,
warehouse:
Option
[
Warehouse
] =
None
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GoodsShipment
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GoodsShipment
(
exitDateTime:
Option
[
DateTimeElement
] =
None
,
transactionNatureCode:
Option
[
Int
] =
None
,
aeoMutualRecognitionParties:
Seq
[
RoleBasedParty
] =
Seq.empty
,
buyer:
Option
[
ImportExportParty
] =
None
,
consignee:
Option
[
NamedEntityWithAddress
] =
None
,
consignment:
Option
[
Consignment
] =
None
,
consignor:
Option
[
NamedEntityWithAddress
] =
None
,
customsValuation:
Option
[
CustomsValuation
] =
None
,
destination:
Option
[
Destination
] =
None
,
domesticDutyTaxParties:
Seq
[
RoleBasedParty
] =
Seq.empty
,
exportCountry:
Option
[
ExportCountry
] =
None
,
governmentAgencyGoodsItems:
Seq
[
GovernmentAgencyGoodsItem
] =
Seq.empty
,
importer:
Option
[
ImportExportParty
] =
None
,
invoice:
Option
[
Invoice
] =
None
,
payers:
Seq
[
NamedEntityWithAddress
] =
Seq.empty
,
previousDocuments:
Seq
[
PreviousDocument
] =
Seq.empty
,
seller:
Option
[
ImportExportParty
] =
None
,
sureties:
Seq
[
NamedEntityWithAddress
] =
Seq.empty
,
tradeTerms:
Option
[
TradeTerms
] =
None
,
ucr:
Option
[
Ucr
] =
None
,
warehouse:
Option
[
Warehouse
] =
None
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
val
aeoMutualRecognitionParties
:
Seq
[
RoleBasedParty
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
buyer
:
Option
[
ImportExportParty
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
val
consignee
:
Option
[
NamedEntityWithAddress
]
val
consignment
:
Option
[
Consignment
]
val
consignor
:
Option
[
NamedEntityWithAddress
]
val
customsValuation
:
Option
[
CustomsValuation
]
val
destination
:
Option
[
Destination
]
val
domesticDutyTaxParties
:
Seq
[
RoleBasedParty
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
exitDateTime
:
Option
[
DateTimeElement
]
val
exportCountry
:
Option
[
ExportCountry
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
val
governmentAgencyGoodsItems
:
Seq
[
GovernmentAgencyGoodsItem
]
val
importer
:
Option
[
ImportExportParty
]
val
invoice
:
Option
[
Invoice
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
val
payers
:
Seq
[
NamedEntityWithAddress
]
val
previousDocuments
:
Seq
[
PreviousDocument
]
val
seller
:
Option
[
ImportExportParty
]
val
sureties
:
Seq
[
NamedEntityWithAddress
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tradeTerms
:
Option
[
TradeTerms
]
val
transactionNatureCode
:
Option
[
Int
]
val
ucr
:
Option
[
Ucr
]
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
warehouse
:
Option
[
Warehouse
]
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped