Versions in this module Expand all Collapse all v2 v2.0.1 Sep 12, 2024 Changes in this version type Seal + func (o *Seal) HasSealType() bool type SealSource + const SEALSOURCE_TER + const SEALSOURCE_VNT v2.0.0 Jun 19, 2023 Changes in this version + var AllowedDocumentTypeCodeEnumValues = []DocumentTypeCode + var AllowedEmptyIndicatorCodeEnumValues = []EmptyIndicatorCode + var AllowedEquipmentEventTypeCodeEnumValues = []EquipmentEventTypeCode + var AllowedFacilityCodeListProviderEnumValues = []FacilityCodeListProvider + var AllowedFacilityTypeCodeTRNEnumValues = []FacilityTypeCodeTRN + var AllowedModeOfTransportEnumValues = []ModeOfTransport + var AllowedReferenceTypeEnumValues = []ReferenceType + var AllowedSealSourceEnumValues = []SealSource + var AllowedSealTypeEnumValues = []SealType + var AllowedShipmentEventTypeCodeEnumValues = []ShipmentEventTypeCode + var AllowedShipmentInformationTypeEnumValues = []ShipmentInformationType + var AllowedTransportDocumentTypeEnumValues = []TransportDocumentType + var AllowedTransportEventTypeCodeEnumValues = []TransportEventTypeCode + var AllowedVesselOperatorCarrierCodeListProviderEnumValues = []VesselOperatorCarrierCodeListProvider + var ContextAccessToken = contextKey("accesstoken") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + func IsNil(i interface{}) bool + func PtrBool(v bool) *bool + func PtrFloat32(v float32) *float32 + func PtrFloat64(v float64) *float64 + func PtrInt(v int) *int + func PtrInt32(v int32) *int32 + func PtrInt64(v int64) *int64 + func PtrString(v string) *string + func PtrTime(v time.Time) *time.Time + type APIClient struct + EventsApi EventsApi + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type Address struct + City *string + Country *string + Floor *string + Name *string + PostCode *string + StateRegion *string + Street *string + StreetNumber *string + func NewAddress() *Address + func NewAddressWithDefaults() *Address + func (o *Address) GetCity() string + func (o *Address) GetCityOk() (*string, bool) + func (o *Address) GetCountry() string + func (o *Address) GetCountryOk() (*string, bool) + func (o *Address) GetFloor() string + func (o *Address) GetFloorOk() (*string, bool) + func (o *Address) GetName() string + func (o *Address) GetNameOk() (*string, bool) + func (o *Address) GetPostCode() string + func (o *Address) GetPostCodeOk() (*string, bool) + func (o *Address) GetStateRegion() string + func (o *Address) GetStateRegionOk() (*string, bool) + func (o *Address) GetStreet() string + func (o *Address) GetStreetNumber() string + func (o *Address) GetStreetNumberOk() (*string, bool) + func (o *Address) GetStreetOk() (*string, bool) + func (o *Address) HasCity() bool + func (o *Address) HasCountry() bool + func (o *Address) HasFloor() bool + func (o *Address) HasName() bool + func (o *Address) HasPostCode() bool + func (o *Address) HasStateRegion() bool + func (o *Address) HasStreet() bool + func (o *Address) HasStreetNumber() bool + func (o *Address) SetCity(v string) + func (o *Address) SetCountry(v string) + func (o *Address) SetFloor(v string) + func (o *Address) SetName(v string) + func (o *Address) SetPostCode(v string) + func (o *Address) SetStateRegion(v string) + func (o *Address) SetStreet(v string) + func (o *Address) SetStreetNumber(v string) + func (o Address) MarshalJSON() ([]byte, error) + func (o Address) ToMap() (map[string]interface{}, error) + type AddressAllOf struct + Name *string + func NewAddressAllOf() *AddressAllOf + func NewAddressAllOfWithDefaults() *AddressAllOf + func (o *AddressAllOf) GetName() string + func (o *AddressAllOf) GetNameOk() (*string, bool) + func (o *AddressAllOf) HasName() bool + func (o *AddressAllOf) SetName(v string) + func (o AddressAllOf) MarshalJSON() ([]byte, error) + func (o AddressAllOf) ToMap() (map[string]interface{}, error) + type AddressAllOf1 struct + Street *string + func NewAddressAllOf1() *AddressAllOf1 + func NewAddressAllOf1WithDefaults() *AddressAllOf1 + func (o *AddressAllOf1) GetStreet() string + func (o *AddressAllOf1) GetStreetOk() (*string, bool) + func (o *AddressAllOf1) HasStreet() bool + func (o *AddressAllOf1) SetStreet(v string) + func (o AddressAllOf1) MarshalJSON() ([]byte, error) + func (o AddressAllOf1) ToMap() (map[string]interface{}, error) + type AddressAllOf2 struct + StreetNumber *string + func NewAddressAllOf2() *AddressAllOf2 + func NewAddressAllOf2WithDefaults() *AddressAllOf2 + func (o *AddressAllOf2) GetStreetNumber() string + func (o *AddressAllOf2) GetStreetNumberOk() (*string, bool) + func (o *AddressAllOf2) HasStreetNumber() bool + func (o *AddressAllOf2) SetStreetNumber(v string) + func (o AddressAllOf2) MarshalJSON() ([]byte, error) + func (o AddressAllOf2) ToMap() (map[string]interface{}, error) + type AddressAllOf3 struct + Floor *string + func NewAddressAllOf3() *AddressAllOf3 + func NewAddressAllOf3WithDefaults() *AddressAllOf3 + func (o *AddressAllOf3) GetFloor() string + func (o *AddressAllOf3) GetFloorOk() (*string, bool) + func (o *AddressAllOf3) HasFloor() bool + func (o *AddressAllOf3) SetFloor(v string) + func (o AddressAllOf3) MarshalJSON() ([]byte, error) + func (o AddressAllOf3) ToMap() (map[string]interface{}, error) + type AddressAllOf4 struct + PostCode *string + func NewAddressAllOf4() *AddressAllOf4 + func NewAddressAllOf4WithDefaults() *AddressAllOf4 + func (o *AddressAllOf4) GetPostCode() string + func (o *AddressAllOf4) GetPostCodeOk() (*string, bool) + func (o *AddressAllOf4) HasPostCode() bool + func (o *AddressAllOf4) SetPostCode(v string) + func (o AddressAllOf4) MarshalJSON() ([]byte, error) + func (o AddressAllOf4) ToMap() (map[string]interface{}, error) + type AddressAllOf5 struct + City *string + func NewAddressAllOf5() *AddressAllOf5 + func NewAddressAllOf5WithDefaults() *AddressAllOf5 + func (o *AddressAllOf5) GetCity() string + func (o *AddressAllOf5) GetCityOk() (*string, bool) + func (o *AddressAllOf5) HasCity() bool + func (o *AddressAllOf5) SetCity(v string) + func (o AddressAllOf5) MarshalJSON() ([]byte, error) + func (o AddressAllOf5) ToMap() (map[string]interface{}, error) + type AddressAllOf6 struct + StateRegion *string + func NewAddressAllOf6() *AddressAllOf6 + func NewAddressAllOf6WithDefaults() *AddressAllOf6 + func (o *AddressAllOf6) GetStateRegion() string + func (o *AddressAllOf6) GetStateRegionOk() (*string, bool) + func (o *AddressAllOf6) HasStateRegion() bool + func (o *AddressAllOf6) SetStateRegion(v string) + func (o AddressAllOf6) MarshalJSON() ([]byte, error) + func (o AddressAllOf6) ToMap() (map[string]interface{}, error) + type AddressAllOf7 struct + Country *string + func NewAddressAllOf7() *AddressAllOf7 + func NewAddressAllOf7WithDefaults() *AddressAllOf7 + func (o *AddressAllOf7) GetCountry() string + func (o *AddressAllOf7) GetCountryOk() (*string, bool) + func (o *AddressAllOf7) HasCountry() bool + func (o *AddressAllOf7) SetCountry(v string) + func (o AddressAllOf7) MarshalJSON() ([]byte, error) + func (o AddressAllOf7) ToMap() (map[string]interface{}, error) + type ApiGetEventsRequest struct + ApiService EventsApi + func (r ApiGetEventsRequest) CarrierBookingReference(carrierBookingReference string) ApiGetEventsRequest + func (r ApiGetEventsRequest) EquipmentReference(equipmentReference string) ApiGetEventsRequest + func (r ApiGetEventsRequest) Execute() ([]EventsInner, *http.Response, error) + func (r ApiGetEventsRequest) TransportDocumentReference(transportDocumentReference string) ApiGetEventsRequest + type BaseEquipmentEvent struct + DocumentReferences []DocumentReferencesInner + EmptyIndicatorCode EmptyIndicatorCode + EquipmentEventTypeCode EquipmentEventTypeCode + EquipmentReference *string + EventClassifierCode *string + EventLocation *Location + EventType *string + EventTypeCode *string + ISOEquipmentCode *string + References []Reference + Seals []Seal + TransportCall *TransportCall + TransportCallID *string + func NewBaseEquipmentEvent(equipmentEventTypeCode EquipmentEventTypeCode, ...) *BaseEquipmentEvent + func NewBaseEquipmentEventWithDefaults() *BaseEquipmentEvent + func (o *BaseEquipmentEvent) GetDocumentReferences() []DocumentReferencesInner + func (o *BaseEquipmentEvent) GetDocumentReferencesOk() ([]DocumentReferencesInner, bool) + func (o *BaseEquipmentEvent) GetEmptyIndicatorCode() EmptyIndicatorCode + func (o *BaseEquipmentEvent) GetEmptyIndicatorCodeOk() (*EmptyIndicatorCode, bool) + func (o *BaseEquipmentEvent) GetEquipmentEventTypeCode() EquipmentEventTypeCode + func (o *BaseEquipmentEvent) GetEquipmentEventTypeCodeOk() (*EquipmentEventTypeCode, bool) + func (o *BaseEquipmentEvent) GetEquipmentReference() string + func (o *BaseEquipmentEvent) GetEquipmentReferenceOk() (*string, bool) + func (o *BaseEquipmentEvent) GetEventClassifierCode() string + func (o *BaseEquipmentEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseEquipmentEvent) GetEventLocation() Location + func (o *BaseEquipmentEvent) GetEventLocationOk() (*Location, bool) + func (o *BaseEquipmentEvent) GetEventType() string + func (o *BaseEquipmentEvent) GetEventTypeCode() string + func (o *BaseEquipmentEvent) GetEventTypeCodeOk() (*string, bool) + func (o *BaseEquipmentEvent) GetEventTypeOk() (*string, bool) + func (o *BaseEquipmentEvent) GetISOEquipmentCode() string + func (o *BaseEquipmentEvent) GetISOEquipmentCodeOk() (*string, bool) + func (o *BaseEquipmentEvent) GetReferences() []Reference + func (o *BaseEquipmentEvent) GetReferencesOk() ([]Reference, bool) + func (o *BaseEquipmentEvent) GetSeals() []Seal + func (o *BaseEquipmentEvent) GetSealsOk() ([]Seal, bool) + func (o *BaseEquipmentEvent) GetTransportCall() TransportCall + func (o *BaseEquipmentEvent) GetTransportCallID() string + func (o *BaseEquipmentEvent) GetTransportCallIDOk() (*string, bool) + func (o *BaseEquipmentEvent) GetTransportCallOk() (*TransportCall, bool) + func (o *BaseEquipmentEvent) HasDocumentReferences() bool + func (o *BaseEquipmentEvent) HasEquipmentReference() bool + func (o *BaseEquipmentEvent) HasEventClassifierCode() bool + func (o *BaseEquipmentEvent) HasEventLocation() bool + func (o *BaseEquipmentEvent) HasEventType() bool + func (o *BaseEquipmentEvent) HasEventTypeCode() bool + func (o *BaseEquipmentEvent) HasISOEquipmentCode() bool + func (o *BaseEquipmentEvent) HasReferences() bool + func (o *BaseEquipmentEvent) HasSeals() bool + func (o *BaseEquipmentEvent) HasTransportCall() bool + func (o *BaseEquipmentEvent) HasTransportCallID() bool + func (o *BaseEquipmentEvent) SetDocumentReferences(v []DocumentReferencesInner) + func (o *BaseEquipmentEvent) SetEmptyIndicatorCode(v EmptyIndicatorCode) + func (o *BaseEquipmentEvent) SetEquipmentEventTypeCode(v EquipmentEventTypeCode) + func (o *BaseEquipmentEvent) SetEquipmentReference(v string) + func (o *BaseEquipmentEvent) SetEventClassifierCode(v string) + func (o *BaseEquipmentEvent) SetEventLocation(v Location) + func (o *BaseEquipmentEvent) SetEventType(v string) + func (o *BaseEquipmentEvent) SetEventTypeCode(v string) + func (o *BaseEquipmentEvent) SetISOEquipmentCode(v string) + func (o *BaseEquipmentEvent) SetReferences(v []Reference) + func (o *BaseEquipmentEvent) SetSeals(v []Seal) + func (o *BaseEquipmentEvent) SetTransportCall(v TransportCall) + func (o *BaseEquipmentEvent) SetTransportCallID(v string) + func (o BaseEquipmentEvent) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEvent) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf struct + EventType *string + func NewBaseEquipmentEventAllOf() *BaseEquipmentEventAllOf + func NewBaseEquipmentEventAllOfWithDefaults() *BaseEquipmentEventAllOf + func (o *BaseEquipmentEventAllOf) GetEventType() string + func (o *BaseEquipmentEventAllOf) GetEventTypeOk() (*string, bool) + func (o *BaseEquipmentEventAllOf) HasEventType() bool + func (o *BaseEquipmentEventAllOf) SetEventType(v string) + func (o BaseEquipmentEventAllOf) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf1 struct + EventClassifierCode *string + func NewBaseEquipmentEventAllOf1() *BaseEquipmentEventAllOf1 + func NewBaseEquipmentEventAllOf1WithDefaults() *BaseEquipmentEventAllOf1 + func (o *BaseEquipmentEventAllOf1) GetEventClassifierCode() string + func (o *BaseEquipmentEventAllOf1) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseEquipmentEventAllOf1) HasEventClassifierCode() bool + func (o *BaseEquipmentEventAllOf1) SetEventClassifierCode(v string) + func (o BaseEquipmentEventAllOf1) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf1) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf2 struct + EquipmentEventTypeCode *EquipmentEventTypeCode + func NewBaseEquipmentEventAllOf2() *BaseEquipmentEventAllOf2 + func NewBaseEquipmentEventAllOf2WithDefaults() *BaseEquipmentEventAllOf2 + func (o *BaseEquipmentEventAllOf2) GetEquipmentEventTypeCode() EquipmentEventTypeCode + func (o *BaseEquipmentEventAllOf2) GetEquipmentEventTypeCodeOk() (*EquipmentEventTypeCode, bool) + func (o *BaseEquipmentEventAllOf2) HasEquipmentEventTypeCode() bool + func (o *BaseEquipmentEventAllOf2) SetEquipmentEventTypeCode(v EquipmentEventTypeCode) + func (o BaseEquipmentEventAllOf2) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf2) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf3 struct + EquipmentReference *string + func NewBaseEquipmentEventAllOf3() *BaseEquipmentEventAllOf3 + func NewBaseEquipmentEventAllOf3WithDefaults() *BaseEquipmentEventAllOf3 + func (o *BaseEquipmentEventAllOf3) GetEquipmentReference() string + func (o *BaseEquipmentEventAllOf3) GetEquipmentReferenceOk() (*string, bool) + func (o *BaseEquipmentEventAllOf3) HasEquipmentReference() bool + func (o *BaseEquipmentEventAllOf3) SetEquipmentReference(v string) + func (o BaseEquipmentEventAllOf3) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf3) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf4 struct + ISOEquipmentCode *string + func NewBaseEquipmentEventAllOf4() *BaseEquipmentEventAllOf4 + func NewBaseEquipmentEventAllOf4WithDefaults() *BaseEquipmentEventAllOf4 + func (o *BaseEquipmentEventAllOf4) GetISOEquipmentCode() string + func (o *BaseEquipmentEventAllOf4) GetISOEquipmentCodeOk() (*string, bool) + func (o *BaseEquipmentEventAllOf4) HasISOEquipmentCode() bool + func (o *BaseEquipmentEventAllOf4) SetISOEquipmentCode(v string) + func (o BaseEquipmentEventAllOf4) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf4) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf5 struct + EmptyIndicatorCode *EmptyIndicatorCode + func NewBaseEquipmentEventAllOf5() *BaseEquipmentEventAllOf5 + func NewBaseEquipmentEventAllOf5WithDefaults() *BaseEquipmentEventAllOf5 + func (o *BaseEquipmentEventAllOf5) GetEmptyIndicatorCode() EmptyIndicatorCode + func (o *BaseEquipmentEventAllOf5) GetEmptyIndicatorCodeOk() (*EmptyIndicatorCode, bool) + func (o *BaseEquipmentEventAllOf5) HasEmptyIndicatorCode() bool + func (o *BaseEquipmentEventAllOf5) SetEmptyIndicatorCode(v EmptyIndicatorCode) + func (o BaseEquipmentEventAllOf5) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf5) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf6 struct + EventLocation *Location + func NewBaseEquipmentEventAllOf6() *BaseEquipmentEventAllOf6 + func NewBaseEquipmentEventAllOf6WithDefaults() *BaseEquipmentEventAllOf6 + func (o *BaseEquipmentEventAllOf6) GetEventLocation() Location + func (o *BaseEquipmentEventAllOf6) GetEventLocationOk() (*Location, bool) + func (o *BaseEquipmentEventAllOf6) HasEventLocation() bool + func (o *BaseEquipmentEventAllOf6) SetEventLocation(v Location) + func (o BaseEquipmentEventAllOf6) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf6) ToMap() (map[string]interface{}, error) + type BaseEquipmentEventAllOf7 struct + EventTypeCode *string + func NewBaseEquipmentEventAllOf7() *BaseEquipmentEventAllOf7 + func NewBaseEquipmentEventAllOf7WithDefaults() *BaseEquipmentEventAllOf7 + func (o *BaseEquipmentEventAllOf7) GetEventTypeCode() string + func (o *BaseEquipmentEventAllOf7) GetEventTypeCodeOk() (*string, bool) + func (o *BaseEquipmentEventAllOf7) HasEventTypeCode() bool + func (o *BaseEquipmentEventAllOf7) SetEventTypeCode(v string) + func (o BaseEquipmentEventAllOf7) MarshalJSON() ([]byte, error) + func (o BaseEquipmentEventAllOf7) ToMap() (map[string]interface{}, error) + type BaseEvent struct + EventClassifierCode string + EventCreatedDateTime time.Time + EventDateTime time.Time + EventID *string + EventType string + func NewBaseEvent(eventCreatedDateTime time.Time, eventType string, eventClassifierCode string, ...) *BaseEvent + func NewBaseEventWithDefaults() *BaseEvent + func (o *BaseEvent) GetEventClassifierCode() string + func (o *BaseEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseEvent) GetEventCreatedDateTime() time.Time + func (o *BaseEvent) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *BaseEvent) GetEventDateTime() time.Time + func (o *BaseEvent) GetEventDateTimeOk() (*time.Time, bool) + func (o *BaseEvent) GetEventID() string + func (o *BaseEvent) GetEventIDOk() (*string, bool) + func (o *BaseEvent) GetEventType() string + func (o *BaseEvent) GetEventTypeOk() (*string, bool) + func (o *BaseEvent) HasEventID() bool + func (o *BaseEvent) SetEventClassifierCode(v string) + func (o *BaseEvent) SetEventCreatedDateTime(v time.Time) + func (o *BaseEvent) SetEventDateTime(v time.Time) + func (o *BaseEvent) SetEventID(v string) + func (o *BaseEvent) SetEventType(v string) + func (o BaseEvent) MarshalJSON() ([]byte, error) + func (o BaseEvent) ToMap() (map[string]interface{}, error) + type BaseEventAllOf struct + EventID *string + func NewBaseEventAllOf() *BaseEventAllOf + func NewBaseEventAllOfWithDefaults() *BaseEventAllOf + func (o *BaseEventAllOf) GetEventID() string + func (o *BaseEventAllOf) GetEventIDOk() (*string, bool) + func (o *BaseEventAllOf) HasEventID() bool + func (o *BaseEventAllOf) SetEventID(v string) + func (o BaseEventAllOf) MarshalJSON() ([]byte, error) + func (o BaseEventAllOf) ToMap() (map[string]interface{}, error) + type BaseEventAllOf1 struct + EventCreatedDateTime *time.Time + func NewBaseEventAllOf1() *BaseEventAllOf1 + func NewBaseEventAllOf1WithDefaults() *BaseEventAllOf1 + func (o *BaseEventAllOf1) GetEventCreatedDateTime() time.Time + func (o *BaseEventAllOf1) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *BaseEventAllOf1) HasEventCreatedDateTime() bool + func (o *BaseEventAllOf1) SetEventCreatedDateTime(v time.Time) + func (o BaseEventAllOf1) MarshalJSON() ([]byte, error) + func (o BaseEventAllOf1) ToMap() (map[string]interface{}, error) + type BaseEventBody struct + EventClassifierCode string + EventDateTime time.Time + EventType string + func NewBaseEventBody(eventType string, eventClassifierCode string, eventDateTime time.Time) *BaseEventBody + func NewBaseEventBodyWithDefaults() *BaseEventBody + func (o *BaseEventBody) GetEventClassifierCode() string + func (o *BaseEventBody) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseEventBody) GetEventDateTime() time.Time + func (o *BaseEventBody) GetEventDateTimeOk() (*time.Time, bool) + func (o *BaseEventBody) GetEventType() string + func (o *BaseEventBody) GetEventTypeOk() (*string, bool) + func (o *BaseEventBody) SetEventClassifierCode(v string) + func (o *BaseEventBody) SetEventDateTime(v time.Time) + func (o *BaseEventBody) SetEventType(v string) + func (o BaseEventBody) MarshalJSON() ([]byte, error) + func (o BaseEventBody) ToMap() (map[string]interface{}, error) + type BaseEventBodyAllOf struct + EventType *string + func NewBaseEventBodyAllOf() *BaseEventBodyAllOf + func NewBaseEventBodyAllOfWithDefaults() *BaseEventBodyAllOf + func (o *BaseEventBodyAllOf) GetEventType() string + func (o *BaseEventBodyAllOf) GetEventTypeOk() (*string, bool) + func (o *BaseEventBodyAllOf) HasEventType() bool + func (o *BaseEventBodyAllOf) SetEventType(v string) + func (o BaseEventBodyAllOf) MarshalJSON() ([]byte, error) + func (o BaseEventBodyAllOf) ToMap() (map[string]interface{}, error) + type BaseEventBodyAllOf1 struct + EventClassifierCode *string + func NewBaseEventBodyAllOf1() *BaseEventBodyAllOf1 + func NewBaseEventBodyAllOf1WithDefaults() *BaseEventBodyAllOf1 + func (o *BaseEventBodyAllOf1) GetEventClassifierCode() string + func (o *BaseEventBodyAllOf1) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseEventBodyAllOf1) HasEventClassifierCode() bool + func (o *BaseEventBodyAllOf1) SetEventClassifierCode(v string) + func (o BaseEventBodyAllOf1) MarshalJSON() ([]byte, error) + func (o BaseEventBodyAllOf1) ToMap() (map[string]interface{}, error) + type BaseEventBodyAllOf2 struct + EventDateTime *time.Time + func NewBaseEventBodyAllOf2() *BaseEventBodyAllOf2 + func NewBaseEventBodyAllOf2WithDefaults() *BaseEventBodyAllOf2 + func (o *BaseEventBodyAllOf2) GetEventDateTime() time.Time + func (o *BaseEventBodyAllOf2) GetEventDateTimeOk() (*time.Time, bool) + func (o *BaseEventBodyAllOf2) HasEventDateTime() bool + func (o *BaseEventBodyAllOf2) SetEventDateTime(v time.Time) + func (o BaseEventBodyAllOf2) MarshalJSON() ([]byte, error) + func (o BaseEventBodyAllOf2) ToMap() (map[string]interface{}, error) + type BaseShipmentEvent struct + DocumentID string + DocumentTypeCode DocumentTypeCode + EventClassifierCode *string + EventDateTime interface{} + EventType *string + EventTypeCode *string + Reason *string + References []Reference + ShipmentEventTypeCode ShipmentEventTypeCode + ShipmentID interface{} + ShipmentInformationTypeCode *ShipmentInformationType + func NewBaseShipmentEvent(shipmentEventTypeCode ShipmentEventTypeCode, documentID string, ...) *BaseShipmentEvent + func NewBaseShipmentEventWithDefaults() *BaseShipmentEvent + func (o *BaseShipmentEvent) GetDocumentID() string + func (o *BaseShipmentEvent) GetDocumentIDOk() (*string, bool) + func (o *BaseShipmentEvent) GetDocumentTypeCode() DocumentTypeCode + func (o *BaseShipmentEvent) GetDocumentTypeCodeOk() (*DocumentTypeCode, bool) + func (o *BaseShipmentEvent) GetEventClassifierCode() string + func (o *BaseShipmentEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseShipmentEvent) GetEventDateTime() interface{} + func (o *BaseShipmentEvent) GetEventDateTimeOk() (*interface{}, bool) + func (o *BaseShipmentEvent) GetEventType() string + func (o *BaseShipmentEvent) GetEventTypeCode() string + func (o *BaseShipmentEvent) GetEventTypeCodeOk() (*string, bool) + func (o *BaseShipmentEvent) GetEventTypeOk() (*string, bool) + func (o *BaseShipmentEvent) GetReason() string + func (o *BaseShipmentEvent) GetReasonOk() (*string, bool) + func (o *BaseShipmentEvent) GetReferences() []Reference + func (o *BaseShipmentEvent) GetReferencesOk() ([]Reference, bool) + func (o *BaseShipmentEvent) GetShipmentEventTypeCode() ShipmentEventTypeCode + func (o *BaseShipmentEvent) GetShipmentEventTypeCodeOk() (*ShipmentEventTypeCode, bool) + func (o *BaseShipmentEvent) GetShipmentID() interface{} + func (o *BaseShipmentEvent) GetShipmentIDOk() (*interface{}, bool) + func (o *BaseShipmentEvent) GetShipmentInformationTypeCode() ShipmentInformationType + func (o *BaseShipmentEvent) GetShipmentInformationTypeCodeOk() (*ShipmentInformationType, bool) + func (o *BaseShipmentEvent) HasEventClassifierCode() bool + func (o *BaseShipmentEvent) HasEventDateTime() bool + func (o *BaseShipmentEvent) HasEventType() bool + func (o *BaseShipmentEvent) HasEventTypeCode() bool + func (o *BaseShipmentEvent) HasReason() bool + func (o *BaseShipmentEvent) HasReferences() bool + func (o *BaseShipmentEvent) HasShipmentID() bool + func (o *BaseShipmentEvent) HasShipmentInformationTypeCode() bool + func (o *BaseShipmentEvent) SetDocumentID(v string) + func (o *BaseShipmentEvent) SetDocumentTypeCode(v DocumentTypeCode) + func (o *BaseShipmentEvent) SetEventClassifierCode(v string) + func (o *BaseShipmentEvent) SetEventDateTime(v interface{}) + func (o *BaseShipmentEvent) SetEventType(v string) + func (o *BaseShipmentEvent) SetEventTypeCode(v string) + func (o *BaseShipmentEvent) SetReason(v string) + func (o *BaseShipmentEvent) SetReferences(v []Reference) + func (o *BaseShipmentEvent) SetShipmentEventTypeCode(v ShipmentEventTypeCode) + func (o *BaseShipmentEvent) SetShipmentID(v interface{}) + func (o *BaseShipmentEvent) SetShipmentInformationTypeCode(v ShipmentInformationType) + func (o BaseShipmentEvent) MarshalJSON() ([]byte, error) + func (o BaseShipmentEvent) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf struct + EventType *string + func NewBaseShipmentEventAllOf() *BaseShipmentEventAllOf + func NewBaseShipmentEventAllOfWithDefaults() *BaseShipmentEventAllOf + func (o *BaseShipmentEventAllOf) GetEventType() string + func (o *BaseShipmentEventAllOf) GetEventTypeOk() (*string, bool) + func (o *BaseShipmentEventAllOf) HasEventType() bool + func (o *BaseShipmentEventAllOf) SetEventType(v string) + func (o BaseShipmentEventAllOf) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf1 struct + EventDateTime interface{} + func NewBaseShipmentEventAllOf1() *BaseShipmentEventAllOf1 + func NewBaseShipmentEventAllOf1WithDefaults() *BaseShipmentEventAllOf1 + func (o *BaseShipmentEventAllOf1) GetEventDateTime() interface{} + func (o *BaseShipmentEventAllOf1) GetEventDateTimeOk() (*interface{}, bool) + func (o *BaseShipmentEventAllOf1) HasEventDateTime() bool + func (o *BaseShipmentEventAllOf1) SetEventDateTime(v interface{}) + func (o BaseShipmentEventAllOf1) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf1) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf2 struct + ShipmentEventTypeCode *ShipmentEventTypeCode + func NewBaseShipmentEventAllOf2() *BaseShipmentEventAllOf2 + func NewBaseShipmentEventAllOf2WithDefaults() *BaseShipmentEventAllOf2 + func (o *BaseShipmentEventAllOf2) GetShipmentEventTypeCode() ShipmentEventTypeCode + func (o *BaseShipmentEventAllOf2) GetShipmentEventTypeCodeOk() (*ShipmentEventTypeCode, bool) + func (o *BaseShipmentEventAllOf2) HasShipmentEventTypeCode() bool + func (o *BaseShipmentEventAllOf2) SetShipmentEventTypeCode(v ShipmentEventTypeCode) + func (o BaseShipmentEventAllOf2) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf2) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf3 struct + DocumentID *string + func NewBaseShipmentEventAllOf3() *BaseShipmentEventAllOf3 + func NewBaseShipmentEventAllOf3WithDefaults() *BaseShipmentEventAllOf3 + func (o *BaseShipmentEventAllOf3) GetDocumentID() string + func (o *BaseShipmentEventAllOf3) GetDocumentIDOk() (*string, bool) + func (o *BaseShipmentEventAllOf3) HasDocumentID() bool + func (o *BaseShipmentEventAllOf3) SetDocumentID(v string) + func (o BaseShipmentEventAllOf3) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf3) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf4 struct + DocumentTypeCode *DocumentTypeCode + func NewBaseShipmentEventAllOf4() *BaseShipmentEventAllOf4 + func NewBaseShipmentEventAllOf4WithDefaults() *BaseShipmentEventAllOf4 + func (o *BaseShipmentEventAllOf4) GetDocumentTypeCode() DocumentTypeCode + func (o *BaseShipmentEventAllOf4) GetDocumentTypeCodeOk() (*DocumentTypeCode, bool) + func (o *BaseShipmentEventAllOf4) HasDocumentTypeCode() bool + func (o *BaseShipmentEventAllOf4) SetDocumentTypeCode(v DocumentTypeCode) + func (o BaseShipmentEventAllOf4) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf4) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf5 struct + ShipmentInformationTypeCode *ShipmentInformationType + func NewBaseShipmentEventAllOf5() *BaseShipmentEventAllOf5 + func NewBaseShipmentEventAllOf5WithDefaults() *BaseShipmentEventAllOf5 + func (o *BaseShipmentEventAllOf5) GetShipmentInformationTypeCode() ShipmentInformationType + func (o *BaseShipmentEventAllOf5) GetShipmentInformationTypeCodeOk() (*ShipmentInformationType, bool) + func (o *BaseShipmentEventAllOf5) HasShipmentInformationTypeCode() bool + func (o *BaseShipmentEventAllOf5) SetShipmentInformationTypeCode(v ShipmentInformationType) + func (o BaseShipmentEventAllOf5) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf5) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf6 struct + Reason *string + func NewBaseShipmentEventAllOf6() *BaseShipmentEventAllOf6 + func NewBaseShipmentEventAllOf6WithDefaults() *BaseShipmentEventAllOf6 + func (o *BaseShipmentEventAllOf6) GetReason() string + func (o *BaseShipmentEventAllOf6) GetReasonOk() (*string, bool) + func (o *BaseShipmentEventAllOf6) HasReason() bool + func (o *BaseShipmentEventAllOf6) SetReason(v string) + func (o BaseShipmentEventAllOf6) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf6) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf7 struct + EventTypeCode *string + func NewBaseShipmentEventAllOf7() *BaseShipmentEventAllOf7 + func NewBaseShipmentEventAllOf7WithDefaults() *BaseShipmentEventAllOf7 + func (o *BaseShipmentEventAllOf7) GetEventTypeCode() string + func (o *BaseShipmentEventAllOf7) GetEventTypeCodeOk() (*string, bool) + func (o *BaseShipmentEventAllOf7) HasEventTypeCode() bool + func (o *BaseShipmentEventAllOf7) SetEventTypeCode(v string) + func (o BaseShipmentEventAllOf7) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf7) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf8 struct + ShipmentID *string + func NewBaseShipmentEventAllOf8() *BaseShipmentEventAllOf8 + func NewBaseShipmentEventAllOf8WithDefaults() *BaseShipmentEventAllOf8 + func (o *BaseShipmentEventAllOf8) GetShipmentID() string + func (o *BaseShipmentEventAllOf8) GetShipmentIDOk() (*string, bool) + func (o *BaseShipmentEventAllOf8) HasShipmentID() bool + func (o *BaseShipmentEventAllOf8) SetShipmentID(v string) + func (o BaseShipmentEventAllOf8) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf8) ToMap() (map[string]interface{}, error) + type BaseShipmentEventAllOf9 struct + ShipmentID interface{} + func NewBaseShipmentEventAllOf9() *BaseShipmentEventAllOf9 + func NewBaseShipmentEventAllOf9WithDefaults() *BaseShipmentEventAllOf9 + func (o *BaseShipmentEventAllOf9) GetShipmentID() interface{} + func (o *BaseShipmentEventAllOf9) GetShipmentIDOk() (*interface{}, bool) + func (o *BaseShipmentEventAllOf9) HasShipmentID() bool + func (o *BaseShipmentEventAllOf9) SetShipmentID(v interface{}) + func (o BaseShipmentEventAllOf9) MarshalJSON() ([]byte, error) + func (o BaseShipmentEventAllOf9) ToMap() (map[string]interface{}, error) + type BaseTransportEvent struct + ChangeRemark *string + DelayReasonCode *string + EventClassifierCode *string + EventType *string + EventTypeCode *string + TransportCall TransportCall + TransportCallID *string + TransportEventTypeCode TransportEventTypeCode + VesselScheduleChangeRemark *string + func NewBaseTransportEvent(transportEventTypeCode TransportEventTypeCode, transportCall TransportCall) *BaseTransportEvent + func NewBaseTransportEventWithDefaults() *BaseTransportEvent + func (o *BaseTransportEvent) GetChangeRemark() string + func (o *BaseTransportEvent) GetChangeRemarkOk() (*string, bool) + func (o *BaseTransportEvent) GetDelayReasonCode() string + func (o *BaseTransportEvent) GetDelayReasonCodeOk() (*string, bool) + func (o *BaseTransportEvent) GetEventClassifierCode() string + func (o *BaseTransportEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseTransportEvent) GetEventType() string + func (o *BaseTransportEvent) GetEventTypeCode() string + func (o *BaseTransportEvent) GetEventTypeCodeOk() (*string, bool) + func (o *BaseTransportEvent) GetEventTypeOk() (*string, bool) + func (o *BaseTransportEvent) GetTransportCall() TransportCall + func (o *BaseTransportEvent) GetTransportCallID() string + func (o *BaseTransportEvent) GetTransportCallIDOk() (*string, bool) + func (o *BaseTransportEvent) GetTransportCallOk() (*TransportCall, bool) + func (o *BaseTransportEvent) GetTransportEventTypeCode() TransportEventTypeCode + func (o *BaseTransportEvent) GetTransportEventTypeCodeOk() (*TransportEventTypeCode, bool) + func (o *BaseTransportEvent) GetVesselScheduleChangeRemark() string + func (o *BaseTransportEvent) GetVesselScheduleChangeRemarkOk() (*string, bool) + func (o *BaseTransportEvent) HasChangeRemark() bool + func (o *BaseTransportEvent) HasDelayReasonCode() bool + func (o *BaseTransportEvent) HasEventClassifierCode() bool + func (o *BaseTransportEvent) HasEventType() bool + func (o *BaseTransportEvent) HasEventTypeCode() bool + func (o *BaseTransportEvent) HasTransportCallID() bool + func (o *BaseTransportEvent) HasVesselScheduleChangeRemark() bool + func (o *BaseTransportEvent) SetChangeRemark(v string) + func (o *BaseTransportEvent) SetDelayReasonCode(v string) + func (o *BaseTransportEvent) SetEventClassifierCode(v string) + func (o *BaseTransportEvent) SetEventType(v string) + func (o *BaseTransportEvent) SetEventTypeCode(v string) + func (o *BaseTransportEvent) SetTransportCall(v TransportCall) + func (o *BaseTransportEvent) SetTransportCallID(v string) + func (o *BaseTransportEvent) SetTransportEventTypeCode(v TransportEventTypeCode) + func (o *BaseTransportEvent) SetVesselScheduleChangeRemark(v string) + func (o BaseTransportEvent) MarshalJSON() ([]byte, error) + func (o BaseTransportEvent) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf struct + EventType *string + func NewBaseTransportEventAllOf() *BaseTransportEventAllOf + func NewBaseTransportEventAllOfWithDefaults() *BaseTransportEventAllOf + func (o *BaseTransportEventAllOf) GetEventType() string + func (o *BaseTransportEventAllOf) GetEventTypeOk() (*string, bool) + func (o *BaseTransportEventAllOf) HasEventType() bool + func (o *BaseTransportEventAllOf) SetEventType(v string) + func (o BaseTransportEventAllOf) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf1 struct + EventClassifierCode *string + func NewBaseTransportEventAllOf1() *BaseTransportEventAllOf1 + func NewBaseTransportEventAllOf1WithDefaults() *BaseTransportEventAllOf1 + func (o *BaseTransportEventAllOf1) GetEventClassifierCode() string + func (o *BaseTransportEventAllOf1) GetEventClassifierCodeOk() (*string, bool) + func (o *BaseTransportEventAllOf1) HasEventClassifierCode() bool + func (o *BaseTransportEventAllOf1) SetEventClassifierCode(v string) + func (o BaseTransportEventAllOf1) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf1) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf2 struct + TransportEventTypeCode *TransportEventTypeCode + func NewBaseTransportEventAllOf2() *BaseTransportEventAllOf2 + func NewBaseTransportEventAllOf2WithDefaults() *BaseTransportEventAllOf2 + func (o *BaseTransportEventAllOf2) GetTransportEventTypeCode() TransportEventTypeCode + func (o *BaseTransportEventAllOf2) GetTransportEventTypeCodeOk() (*TransportEventTypeCode, bool) + func (o *BaseTransportEventAllOf2) HasTransportEventTypeCode() bool + func (o *BaseTransportEventAllOf2) SetTransportEventTypeCode(v TransportEventTypeCode) + func (o BaseTransportEventAllOf2) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf2) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf3 struct + DelayReasonCode *string + func NewBaseTransportEventAllOf3() *BaseTransportEventAllOf3 + func NewBaseTransportEventAllOf3WithDefaults() *BaseTransportEventAllOf3 + func (o *BaseTransportEventAllOf3) GetDelayReasonCode() string + func (o *BaseTransportEventAllOf3) GetDelayReasonCodeOk() (*string, bool) + func (o *BaseTransportEventAllOf3) HasDelayReasonCode() bool + func (o *BaseTransportEventAllOf3) SetDelayReasonCode(v string) + func (o BaseTransportEventAllOf3) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf3) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf4 struct + VesselScheduleChangeRemark *string + func NewBaseTransportEventAllOf4() *BaseTransportEventAllOf4 + func NewBaseTransportEventAllOf4WithDefaults() *BaseTransportEventAllOf4 + func (o *BaseTransportEventAllOf4) GetVesselScheduleChangeRemark() string + func (o *BaseTransportEventAllOf4) GetVesselScheduleChangeRemarkOk() (*string, bool) + func (o *BaseTransportEventAllOf4) HasVesselScheduleChangeRemark() bool + func (o *BaseTransportEventAllOf4) SetVesselScheduleChangeRemark(v string) + func (o BaseTransportEventAllOf4) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf4) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf5 struct + ChangeRemark *string + func NewBaseTransportEventAllOf5() *BaseTransportEventAllOf5 + func NewBaseTransportEventAllOf5WithDefaults() *BaseTransportEventAllOf5 + func (o *BaseTransportEventAllOf5) GetChangeRemark() string + func (o *BaseTransportEventAllOf5) GetChangeRemarkOk() (*string, bool) + func (o *BaseTransportEventAllOf5) HasChangeRemark() bool + func (o *BaseTransportEventAllOf5) SetChangeRemark(v string) + func (o BaseTransportEventAllOf5) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf5) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf6 struct + TransportCallID *string + func NewBaseTransportEventAllOf6() *BaseTransportEventAllOf6 + func NewBaseTransportEventAllOf6WithDefaults() *BaseTransportEventAllOf6 + func (o *BaseTransportEventAllOf6) GetTransportCallID() string + func (o *BaseTransportEventAllOf6) GetTransportCallIDOk() (*string, bool) + func (o *BaseTransportEventAllOf6) HasTransportCallID() bool + func (o *BaseTransportEventAllOf6) SetTransportCallID(v string) + func (o BaseTransportEventAllOf6) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf6) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf7 struct + TransportCall *TransportCall + func NewBaseTransportEventAllOf7() *BaseTransportEventAllOf7 + func NewBaseTransportEventAllOf7WithDefaults() *BaseTransportEventAllOf7 + func (o *BaseTransportEventAllOf7) GetTransportCall() TransportCall + func (o *BaseTransportEventAllOf7) GetTransportCallOk() (*TransportCall, bool) + func (o *BaseTransportEventAllOf7) HasTransportCall() bool + func (o *BaseTransportEventAllOf7) SetTransportCall(v TransportCall) + func (o BaseTransportEventAllOf7) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf7) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf8 struct + EventTypeCode *string + func NewBaseTransportEventAllOf8() *BaseTransportEventAllOf8 + func NewBaseTransportEventAllOf8WithDefaults() *BaseTransportEventAllOf8 + func (o *BaseTransportEventAllOf8) GetEventTypeCode() string + func (o *BaseTransportEventAllOf8) GetEventTypeCodeOk() (*string, bool) + func (o *BaseTransportEventAllOf8) HasEventTypeCode() bool + func (o *BaseTransportEventAllOf8) SetEventTypeCode(v string) + func (o BaseTransportEventAllOf8) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf8) ToMap() (map[string]interface{}, error) + type BaseTransportEventAllOf9 struct + EventTypeCode *string + func NewBaseTransportEventAllOf9() *BaseTransportEventAllOf9 + func NewBaseTransportEventAllOf9WithDefaults() *BaseTransportEventAllOf9 + func (o *BaseTransportEventAllOf9) GetEventTypeCode() string + func (o *BaseTransportEventAllOf9) GetEventTypeCodeOk() (*string, bool) + func (o *BaseTransportEventAllOf9) HasEventTypeCode() bool + func (o *BaseTransportEventAllOf9) SetEventTypeCode(v string) + func (o BaseTransportEventAllOf9) MarshalJSON() ([]byte, error) + func (o BaseTransportEventAllOf9) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type DocumentReferencesInner struct + DocumentReferenceType *string + DocumentReferenceValue *string + func NewDocumentReferencesInner() *DocumentReferencesInner + func NewDocumentReferencesInnerWithDefaults() *DocumentReferencesInner + func (o *DocumentReferencesInner) GetDocumentReferenceType() string + func (o *DocumentReferencesInner) GetDocumentReferenceTypeOk() (*string, bool) + func (o *DocumentReferencesInner) GetDocumentReferenceValue() string + func (o *DocumentReferencesInner) GetDocumentReferenceValueOk() (*string, bool) + func (o *DocumentReferencesInner) HasDocumentReferenceType() bool + func (o *DocumentReferencesInner) HasDocumentReferenceValue() bool + func (o *DocumentReferencesInner) SetDocumentReferenceType(v string) + func (o *DocumentReferencesInner) SetDocumentReferenceValue(v string) + func (o DocumentReferencesInner) MarshalJSON() ([]byte, error) + func (o DocumentReferencesInner) ToMap() (map[string]interface{}, error) + type DocumentTypeCode string + const DOCUMENTTYPECODE_ARN + const DOCUMENTTYPECODE_BKG + const DOCUMENTTYPECODE_CAS + const DOCUMENTTYPECODE_CBR + const DOCUMENTTYPECODE_CUS + const DOCUMENTTYPECODE_DGD + const DOCUMENTTYPECODE_OOG + const DOCUMENTTYPECODE_SHI + const DOCUMENTTYPECODE_SRM + const DOCUMENTTYPECODE_TRD + const DOCUMENTTYPECODE_VGM + func NewDocumentTypeCodeFromValue(v string) (*DocumentTypeCode, error) + func (v *DocumentTypeCode) UnmarshalJSON(src []byte) error + func (v DocumentTypeCode) IsValid() bool + func (v DocumentTypeCode) Ptr() *DocumentTypeCode + type EmptyIndicatorCode string + const EMPTY + const LADEN + func NewEmptyIndicatorCodeFromValue(v string) (*EmptyIndicatorCode, error) + func (v *EmptyIndicatorCode) UnmarshalJSON(src []byte) error + func (v EmptyIndicatorCode) IsValid() bool + func (v EmptyIndicatorCode) Ptr() *EmptyIndicatorCode + type EquipmentEvent struct + DocumentReferences []DocumentReferencesInner + EmptyIndicatorCode EmptyIndicatorCode + EquipmentEventTypeCode EquipmentEventTypeCode + EquipmentReference *string + EventClassifierCode string + EventCreatedDateTime time.Time + EventDateTime time.Time + EventID *string + EventLocation *Location + EventType string + EventTypeCode *string + ISOEquipmentCode *string + References []Reference + Seals []Seal + TransportCall *TransportCall + TransportCallID *string + func NewEquipmentEvent(eventCreatedDateTime time.Time, eventType string, eventClassifierCode string, ...) *EquipmentEvent + func NewEquipmentEventWithDefaults() *EquipmentEvent + func (o *EquipmentEvent) GetDocumentReferences() []DocumentReferencesInner + func (o *EquipmentEvent) GetDocumentReferencesOk() ([]DocumentReferencesInner, bool) + func (o *EquipmentEvent) GetEmptyIndicatorCode() EmptyIndicatorCode + func (o *EquipmentEvent) GetEmptyIndicatorCodeOk() (*EmptyIndicatorCode, bool) + func (o *EquipmentEvent) GetEquipmentEventTypeCode() EquipmentEventTypeCode + func (o *EquipmentEvent) GetEquipmentEventTypeCodeOk() (*EquipmentEventTypeCode, bool) + func (o *EquipmentEvent) GetEquipmentReference() string + func (o *EquipmentEvent) GetEquipmentReferenceOk() (*string, bool) + func (o *EquipmentEvent) GetEventClassifierCode() string + func (o *EquipmentEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *EquipmentEvent) GetEventCreatedDateTime() time.Time + func (o *EquipmentEvent) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *EquipmentEvent) GetEventDateTime() time.Time + func (o *EquipmentEvent) GetEventDateTimeOk() (*time.Time, bool) + func (o *EquipmentEvent) GetEventID() string + func (o *EquipmentEvent) GetEventIDOk() (*string, bool) + func (o *EquipmentEvent) GetEventLocation() Location + func (o *EquipmentEvent) GetEventLocationOk() (*Location, bool) + func (o *EquipmentEvent) GetEventType() string + func (o *EquipmentEvent) GetEventTypeCode() string + func (o *EquipmentEvent) GetEventTypeCodeOk() (*string, bool) + func (o *EquipmentEvent) GetEventTypeOk() (*string, bool) + func (o *EquipmentEvent) GetISOEquipmentCode() string + func (o *EquipmentEvent) GetISOEquipmentCodeOk() (*string, bool) + func (o *EquipmentEvent) GetReferences() []Reference + func (o *EquipmentEvent) GetReferencesOk() ([]Reference, bool) + func (o *EquipmentEvent) GetSeals() []Seal + func (o *EquipmentEvent) GetSealsOk() ([]Seal, bool) + func (o *EquipmentEvent) GetTransportCall() TransportCall + func (o *EquipmentEvent) GetTransportCallID() string + func (o *EquipmentEvent) GetTransportCallIDOk() (*string, bool) + func (o *EquipmentEvent) GetTransportCallOk() (*TransportCall, bool) + func (o *EquipmentEvent) HasDocumentReferences() bool + func (o *EquipmentEvent) HasEquipmentReference() bool + func (o *EquipmentEvent) HasEventID() bool + func (o *EquipmentEvent) HasEventLocation() bool + func (o *EquipmentEvent) HasEventTypeCode() bool + func (o *EquipmentEvent) HasISOEquipmentCode() bool + func (o *EquipmentEvent) HasReferences() bool + func (o *EquipmentEvent) HasSeals() bool + func (o *EquipmentEvent) HasTransportCall() bool + func (o *EquipmentEvent) HasTransportCallID() bool + func (o *EquipmentEvent) SetDocumentReferences(v []DocumentReferencesInner) + func (o *EquipmentEvent) SetEmptyIndicatorCode(v EmptyIndicatorCode) + func (o *EquipmentEvent) SetEquipmentEventTypeCode(v EquipmentEventTypeCode) + func (o *EquipmentEvent) SetEquipmentReference(v string) + func (o *EquipmentEvent) SetEventClassifierCode(v string) + func (o *EquipmentEvent) SetEventCreatedDateTime(v time.Time) + func (o *EquipmentEvent) SetEventDateTime(v time.Time) + func (o *EquipmentEvent) SetEventID(v string) + func (o *EquipmentEvent) SetEventLocation(v Location) + func (o *EquipmentEvent) SetEventType(v string) + func (o *EquipmentEvent) SetEventTypeCode(v string) + func (o *EquipmentEvent) SetISOEquipmentCode(v string) + func (o *EquipmentEvent) SetReferences(v []Reference) + func (o *EquipmentEvent) SetSeals(v []Seal) + func (o *EquipmentEvent) SetTransportCall(v TransportCall) + func (o *EquipmentEvent) SetTransportCallID(v string) + func (o EquipmentEvent) MarshalJSON() ([]byte, error) + func (o EquipmentEvent) ToMap() (map[string]interface{}, error) + type EquipmentEventTypeCode string + const DISC + const DROP + const GTIN + const GTOT + const INSP + const LOAD + const PICK + const RMVD + const RSEA + const STRP + const STUF + func NewEquipmentEventTypeCodeFromValue(v string) (*EquipmentEventTypeCode, error) + func (v *EquipmentEventTypeCode) UnmarshalJSON(src []byte) error + func (v EquipmentEventTypeCode) IsValid() bool + func (v EquipmentEventTypeCode) Ptr() *EquipmentEventTypeCode + type EventsApi interface + GetEvents func(ctx context.Context) ApiGetEventsRequest + GetEventsExecute func(r ApiGetEventsRequest) ([]EventsInner, *http.Response, error) + type EventsApiService service + func (a *EventsApiService) GetEvents(ctx context.Context) ApiGetEventsRequest + func (a *EventsApiService) GetEventsExecute(r ApiGetEventsRequest) ([]EventsInner, *http.Response, error) + type EventsInner struct + EquipmentEvent *EquipmentEvent + ShipmentEvent *ShipmentEvent + TransportEvent *TransportEvent + func (dst *EventsInner) UnmarshalJSON(data []byte) error + func (src *EventsInner) MarshalJSON() ([]byte, error) + type FacilityCodeListProvider string + const BIC + const SMDG + func NewFacilityCodeListProviderFromValue(v string) (*FacilityCodeListProvider, error) + func (v *FacilityCodeListProvider) UnmarshalJSON(src []byte) error + func (v FacilityCodeListProvider) IsValid() bool + func (v FacilityCodeListProvider) Ptr() *FacilityCodeListProvider + type FacilityTypeCodeTRN string + const BOCR + const CLOC + const COFS + const COYA + const DEPO + const INTE + const OFFD + const POTE + const RAMP + func NewFacilityTypeCodeTRNFromValue(v string) (*FacilityTypeCodeTRN, error) + func (v *FacilityTypeCodeTRN) UnmarshalJSON(src []byte) error + func (v FacilityTypeCodeTRN) IsValid() bool + func (v FacilityTypeCodeTRN) Ptr() *FacilityTypeCodeTRN + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type InlineResponseDefault struct + ErrorDateTime string + Errors []SubErrorsInner + HttpMethod interface{} + RequestUri interface{} + StatusCode int32 + StatusCodeText string + func NewInlineResponseDefault(httpMethod interface{}, requestUri interface{}, errors []SubErrorsInner, ...) *InlineResponseDefault + func NewInlineResponseDefaultWithDefaults() *InlineResponseDefault + func (o *InlineResponseDefault) GetErrorDateTime() string + func (o *InlineResponseDefault) GetErrorDateTimeOk() (*string, bool) + func (o *InlineResponseDefault) GetErrors() []SubErrorsInner + func (o *InlineResponseDefault) GetErrorsOk() ([]SubErrorsInner, bool) + func (o *InlineResponseDefault) GetHttpMethod() interface{} + func (o *InlineResponseDefault) GetHttpMethodOk() (*interface{}, bool) + func (o *InlineResponseDefault) GetRequestUri() interface{} + func (o *InlineResponseDefault) GetRequestUriOk() (*interface{}, bool) + func (o *InlineResponseDefault) GetStatusCode() int32 + func (o *InlineResponseDefault) GetStatusCodeOk() (*int32, bool) + func (o *InlineResponseDefault) GetStatusCodeText() string + func (o *InlineResponseDefault) GetStatusCodeTextOk() (*string, bool) + func (o *InlineResponseDefault) SetErrorDateTime(v string) + func (o *InlineResponseDefault) SetErrors(v []SubErrorsInner) + func (o *InlineResponseDefault) SetHttpMethod(v interface{}) + func (o *InlineResponseDefault) SetRequestUri(v interface{}) + func (o *InlineResponseDefault) SetStatusCode(v int32) + func (o *InlineResponseDefault) SetStatusCodeText(v string) + func (o InlineResponseDefault) MarshalJSON() ([]byte, error) + func (o InlineResponseDefault) ToMap() (map[string]interface{}, error) + type InlineResponseDefaultAllOf struct + HttpMethod interface{} + func NewInlineResponseDefaultAllOf() *InlineResponseDefaultAllOf + func NewInlineResponseDefaultAllOfWithDefaults() *InlineResponseDefaultAllOf + func (o *InlineResponseDefaultAllOf) GetHttpMethod() interface{} + func (o *InlineResponseDefaultAllOf) GetHttpMethodOk() (*interface{}, bool) + func (o *InlineResponseDefaultAllOf) HasHttpMethod() bool + func (o *InlineResponseDefaultAllOf) SetHttpMethod(v interface{}) + func (o InlineResponseDefaultAllOf) MarshalJSON() ([]byte, error) + func (o InlineResponseDefaultAllOf) ToMap() (map[string]interface{}, error) + type InlineResponseDefaultAllOf1 struct + RequestUri interface{} + func NewInlineResponseDefaultAllOf1() *InlineResponseDefaultAllOf1 + func NewInlineResponseDefaultAllOf1WithDefaults() *InlineResponseDefaultAllOf1 + func (o *InlineResponseDefaultAllOf1) GetRequestUri() interface{} + func (o *InlineResponseDefaultAllOf1) GetRequestUriOk() (*interface{}, bool) + func (o *InlineResponseDefaultAllOf1) HasRequestUri() bool + func (o *InlineResponseDefaultAllOf1) SetRequestUri(v interface{}) + func (o InlineResponseDefaultAllOf1) MarshalJSON() ([]byte, error) + func (o InlineResponseDefaultAllOf1) ToMap() (map[string]interface{}, error) + type Location struct + Address *LocationAllOf3Address + FacilityCode *string + FacilityCodeListProvider *FacilityCodeListProvider + Latitude *string + LocationName *string + Longitude *string + UNLocationCode *string + func NewLocation() *Location + func NewLocationWithDefaults() *Location + func (o *Location) GetAddress() LocationAllOf3Address + func (o *Location) GetAddressOk() (*LocationAllOf3Address, bool) + func (o *Location) GetFacilityCode() string + func (o *Location) GetFacilityCodeListProvider() FacilityCodeListProvider + func (o *Location) GetFacilityCodeListProviderOk() (*FacilityCodeListProvider, bool) + func (o *Location) GetFacilityCodeOk() (*string, bool) + func (o *Location) GetLatitude() string + func (o *Location) GetLatitudeOk() (*string, bool) + func (o *Location) GetLocationName() string + func (o *Location) GetLocationNameOk() (*string, bool) + func (o *Location) GetLongitude() string + func (o *Location) GetLongitudeOk() (*string, bool) + func (o *Location) GetUNLocationCode() string + func (o *Location) GetUNLocationCodeOk() (*string, bool) + func (o *Location) HasAddress() bool + func (o *Location) HasFacilityCode() bool + func (o *Location) HasFacilityCodeListProvider() bool + func (o *Location) HasLatitude() bool + func (o *Location) HasLocationName() bool + func (o *Location) HasLongitude() bool + func (o *Location) HasUNLocationCode() bool + func (o *Location) SetAddress(v LocationAllOf3Address) + func (o *Location) SetFacilityCode(v string) + func (o *Location) SetFacilityCodeListProvider(v FacilityCodeListProvider) + func (o *Location) SetLatitude(v string) + func (o *Location) SetLocationName(v string) + func (o *Location) SetLongitude(v string) + func (o *Location) SetUNLocationCode(v string) + func (o Location) MarshalJSON() ([]byte, error) + func (o Location) ToMap() (map[string]interface{}, error) + type LocationAllOf struct + LocationName *string + func NewLocationAllOf() *LocationAllOf + func NewLocationAllOfWithDefaults() *LocationAllOf + func (o *LocationAllOf) GetLocationName() string + func (o *LocationAllOf) GetLocationNameOk() (*string, bool) + func (o *LocationAllOf) HasLocationName() bool + func (o *LocationAllOf) SetLocationName(v string) + func (o LocationAllOf) MarshalJSON() ([]byte, error) + func (o LocationAllOf) ToMap() (map[string]interface{}, error) + type LocationAllOf1 struct + Latitude *string + func NewLocationAllOf1() *LocationAllOf1 + func NewLocationAllOf1WithDefaults() *LocationAllOf1 + func (o *LocationAllOf1) GetLatitude() string + func (o *LocationAllOf1) GetLatitudeOk() (*string, bool) + func (o *LocationAllOf1) HasLatitude() bool + func (o *LocationAllOf1) SetLatitude(v string) + func (o LocationAllOf1) MarshalJSON() ([]byte, error) + func (o LocationAllOf1) ToMap() (map[string]interface{}, error) + type LocationAllOf2 struct + Longitude *string + func NewLocationAllOf2() *LocationAllOf2 + func NewLocationAllOf2WithDefaults() *LocationAllOf2 + func (o *LocationAllOf2) GetLongitude() string + func (o *LocationAllOf2) GetLongitudeOk() (*string, bool) + func (o *LocationAllOf2) HasLongitude() bool + func (o *LocationAllOf2) SetLongitude(v string) + func (o LocationAllOf2) MarshalJSON() ([]byte, error) + func (o LocationAllOf2) ToMap() (map[string]interface{}, error) + type LocationAllOf3 struct + Address *LocationAllOf3Address + func NewLocationAllOf3() *LocationAllOf3 + func NewLocationAllOf3WithDefaults() *LocationAllOf3 + func (o *LocationAllOf3) GetAddress() LocationAllOf3Address + func (o *LocationAllOf3) GetAddressOk() (*LocationAllOf3Address, bool) + func (o *LocationAllOf3) HasAddress() bool + func (o *LocationAllOf3) SetAddress(v LocationAllOf3Address) + func (o LocationAllOf3) MarshalJSON() ([]byte, error) + func (o LocationAllOf3) ToMap() (map[string]interface{}, error) + type LocationAllOf3Address struct + City *string + Country *string + Floor *string + Name *string + PostCode *string + StateRegion *string + Street *string + StreetNumber *string + func NewLocationAllOf3Address() *LocationAllOf3Address + func NewLocationAllOf3AddressWithDefaults() *LocationAllOf3Address + func (o *LocationAllOf3Address) GetCity() string + func (o *LocationAllOf3Address) GetCityOk() (*string, bool) + func (o *LocationAllOf3Address) GetCountry() string + func (o *LocationAllOf3Address) GetCountryOk() (*string, bool) + func (o *LocationAllOf3Address) GetFloor() string + func (o *LocationAllOf3Address) GetFloorOk() (*string, bool) + func (o *LocationAllOf3Address) GetName() string + func (o *LocationAllOf3Address) GetNameOk() (*string, bool) + func (o *LocationAllOf3Address) GetPostCode() string + func (o *LocationAllOf3Address) GetPostCodeOk() (*string, bool) + func (o *LocationAllOf3Address) GetStateRegion() string + func (o *LocationAllOf3Address) GetStateRegionOk() (*string, bool) + func (o *LocationAllOf3Address) GetStreet() string + func (o *LocationAllOf3Address) GetStreetNumber() string + func (o *LocationAllOf3Address) GetStreetNumberOk() (*string, bool) + func (o *LocationAllOf3Address) GetStreetOk() (*string, bool) + func (o *LocationAllOf3Address) HasCity() bool + func (o *LocationAllOf3Address) HasCountry() bool + func (o *LocationAllOf3Address) HasFloor() bool + func (o *LocationAllOf3Address) HasName() bool + func (o *LocationAllOf3Address) HasPostCode() bool + func (o *LocationAllOf3Address) HasStateRegion() bool + func (o *LocationAllOf3Address) HasStreet() bool + func (o *LocationAllOf3Address) HasStreetNumber() bool + func (o *LocationAllOf3Address) SetCity(v string) + func (o *LocationAllOf3Address) SetCountry(v string) + func (o *LocationAllOf3Address) SetFloor(v string) + func (o *LocationAllOf3Address) SetName(v string) + func (o *LocationAllOf3Address) SetPostCode(v string) + func (o *LocationAllOf3Address) SetStateRegion(v string) + func (o *LocationAllOf3Address) SetStreet(v string) + func (o *LocationAllOf3Address) SetStreetNumber(v string) + func (o LocationAllOf3Address) MarshalJSON() ([]byte, error) + func (o LocationAllOf3Address) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type ModeOfTransport string + const BARGE + const RAIL + const TRUCK + const VESSEL + func NewModeOfTransportFromValue(v string) (*ModeOfTransport, error) + func (v *ModeOfTransport) UnmarshalJSON(src []byte) error + func (v ModeOfTransport) IsValid() bool + func (v ModeOfTransport) Ptr() *ModeOfTransport + type ModelError struct + ErrorDateTime string + Errors []SubErrorsInner + HttpMethod string + RequestUri string + StatusCode int32 + StatusCodeText string + func NewModelError(httpMethod string, requestUri string, errors []SubErrorsInner, ...) *ModelError + func NewModelErrorWithDefaults() *ModelError + func (o *ModelError) GetErrorDateTime() string + func (o *ModelError) GetErrorDateTimeOk() (*string, bool) + func (o *ModelError) GetErrors() []SubErrorsInner + func (o *ModelError) GetErrorsOk() ([]SubErrorsInner, bool) + func (o *ModelError) GetHttpMethod() string + func (o *ModelError) GetHttpMethodOk() (*string, bool) + func (o *ModelError) GetRequestUri() string + func (o *ModelError) GetRequestUriOk() (*string, bool) + func (o *ModelError) GetStatusCode() int32 + func (o *ModelError) GetStatusCodeOk() (*int32, bool) + func (o *ModelError) GetStatusCodeText() string + func (o *ModelError) GetStatusCodeTextOk() (*string, bool) + func (o *ModelError) SetErrorDateTime(v string) + func (o *ModelError) SetErrors(v []SubErrorsInner) + func (o *ModelError) SetHttpMethod(v string) + func (o *ModelError) SetRequestUri(v string) + func (o *ModelError) SetStatusCode(v int32) + func (o *ModelError) SetStatusCodeText(v string) + func (o ModelError) MarshalJSON() ([]byte, error) + func (o ModelError) ToMap() (map[string]interface{}, error) + type NullableAddress struct + func NewNullableAddress(val *Address) *NullableAddress + func (v *NullableAddress) Set(val *Address) + func (v *NullableAddress) UnmarshalJSON(src []byte) error + func (v *NullableAddress) Unset() + func (v NullableAddress) Get() *Address + func (v NullableAddress) IsSet() bool + func (v NullableAddress) MarshalJSON() ([]byte, error) + type NullableAddressAllOf struct + func NewNullableAddressAllOf(val *AddressAllOf) *NullableAddressAllOf + func (v *NullableAddressAllOf) Set(val *AddressAllOf) + func (v *NullableAddressAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf) Unset() + func (v NullableAddressAllOf) Get() *AddressAllOf + func (v NullableAddressAllOf) IsSet() bool + func (v NullableAddressAllOf) MarshalJSON() ([]byte, error) + type NullableAddressAllOf1 struct + func NewNullableAddressAllOf1(val *AddressAllOf1) *NullableAddressAllOf1 + func (v *NullableAddressAllOf1) Set(val *AddressAllOf1) + func (v *NullableAddressAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf1) Unset() + func (v NullableAddressAllOf1) Get() *AddressAllOf1 + func (v NullableAddressAllOf1) IsSet() bool + func (v NullableAddressAllOf1) MarshalJSON() ([]byte, error) + type NullableAddressAllOf2 struct + func NewNullableAddressAllOf2(val *AddressAllOf2) *NullableAddressAllOf2 + func (v *NullableAddressAllOf2) Set(val *AddressAllOf2) + func (v *NullableAddressAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf2) Unset() + func (v NullableAddressAllOf2) Get() *AddressAllOf2 + func (v NullableAddressAllOf2) IsSet() bool + func (v NullableAddressAllOf2) MarshalJSON() ([]byte, error) + type NullableAddressAllOf3 struct + func NewNullableAddressAllOf3(val *AddressAllOf3) *NullableAddressAllOf3 + func (v *NullableAddressAllOf3) Set(val *AddressAllOf3) + func (v *NullableAddressAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf3) Unset() + func (v NullableAddressAllOf3) Get() *AddressAllOf3 + func (v NullableAddressAllOf3) IsSet() bool + func (v NullableAddressAllOf3) MarshalJSON() ([]byte, error) + type NullableAddressAllOf4 struct + func NewNullableAddressAllOf4(val *AddressAllOf4) *NullableAddressAllOf4 + func (v *NullableAddressAllOf4) Set(val *AddressAllOf4) + func (v *NullableAddressAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf4) Unset() + func (v NullableAddressAllOf4) Get() *AddressAllOf4 + func (v NullableAddressAllOf4) IsSet() bool + func (v NullableAddressAllOf4) MarshalJSON() ([]byte, error) + type NullableAddressAllOf5 struct + func NewNullableAddressAllOf5(val *AddressAllOf5) *NullableAddressAllOf5 + func (v *NullableAddressAllOf5) Set(val *AddressAllOf5) + func (v *NullableAddressAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf5) Unset() + func (v NullableAddressAllOf5) Get() *AddressAllOf5 + func (v NullableAddressAllOf5) IsSet() bool + func (v NullableAddressAllOf5) MarshalJSON() ([]byte, error) + type NullableAddressAllOf6 struct + func NewNullableAddressAllOf6(val *AddressAllOf6) *NullableAddressAllOf6 + func (v *NullableAddressAllOf6) Set(val *AddressAllOf6) + func (v *NullableAddressAllOf6) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf6) Unset() + func (v NullableAddressAllOf6) Get() *AddressAllOf6 + func (v NullableAddressAllOf6) IsSet() bool + func (v NullableAddressAllOf6) MarshalJSON() ([]byte, error) + type NullableAddressAllOf7 struct + func NewNullableAddressAllOf7(val *AddressAllOf7) *NullableAddressAllOf7 + func (v *NullableAddressAllOf7) Set(val *AddressAllOf7) + func (v *NullableAddressAllOf7) UnmarshalJSON(src []byte) error + func (v *NullableAddressAllOf7) Unset() + func (v NullableAddressAllOf7) Get() *AddressAllOf7 + func (v NullableAddressAllOf7) IsSet() bool + func (v NullableAddressAllOf7) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEvent struct + func NewNullableBaseEquipmentEvent(val *BaseEquipmentEvent) *NullableBaseEquipmentEvent + func (v *NullableBaseEquipmentEvent) Set(val *BaseEquipmentEvent) + func (v *NullableBaseEquipmentEvent) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEvent) Unset() + func (v NullableBaseEquipmentEvent) Get() *BaseEquipmentEvent + func (v NullableBaseEquipmentEvent) IsSet() bool + func (v NullableBaseEquipmentEvent) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf struct + func NewNullableBaseEquipmentEventAllOf(val *BaseEquipmentEventAllOf) *NullableBaseEquipmentEventAllOf + func (v *NullableBaseEquipmentEventAllOf) Set(val *BaseEquipmentEventAllOf) + func (v *NullableBaseEquipmentEventAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf) Unset() + func (v NullableBaseEquipmentEventAllOf) Get() *BaseEquipmentEventAllOf + func (v NullableBaseEquipmentEventAllOf) IsSet() bool + func (v NullableBaseEquipmentEventAllOf) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf1 struct + func NewNullableBaseEquipmentEventAllOf1(val *BaseEquipmentEventAllOf1) *NullableBaseEquipmentEventAllOf1 + func (v *NullableBaseEquipmentEventAllOf1) Set(val *BaseEquipmentEventAllOf1) + func (v *NullableBaseEquipmentEventAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf1) Unset() + func (v NullableBaseEquipmentEventAllOf1) Get() *BaseEquipmentEventAllOf1 + func (v NullableBaseEquipmentEventAllOf1) IsSet() bool + func (v NullableBaseEquipmentEventAllOf1) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf2 struct + func NewNullableBaseEquipmentEventAllOf2(val *BaseEquipmentEventAllOf2) *NullableBaseEquipmentEventAllOf2 + func (v *NullableBaseEquipmentEventAllOf2) Set(val *BaseEquipmentEventAllOf2) + func (v *NullableBaseEquipmentEventAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf2) Unset() + func (v NullableBaseEquipmentEventAllOf2) Get() *BaseEquipmentEventAllOf2 + func (v NullableBaseEquipmentEventAllOf2) IsSet() bool + func (v NullableBaseEquipmentEventAllOf2) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf3 struct + func NewNullableBaseEquipmentEventAllOf3(val *BaseEquipmentEventAllOf3) *NullableBaseEquipmentEventAllOf3 + func (v *NullableBaseEquipmentEventAllOf3) Set(val *BaseEquipmentEventAllOf3) + func (v *NullableBaseEquipmentEventAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf3) Unset() + func (v NullableBaseEquipmentEventAllOf3) Get() *BaseEquipmentEventAllOf3 + func (v NullableBaseEquipmentEventAllOf3) IsSet() bool + func (v NullableBaseEquipmentEventAllOf3) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf4 struct + func NewNullableBaseEquipmentEventAllOf4(val *BaseEquipmentEventAllOf4) *NullableBaseEquipmentEventAllOf4 + func (v *NullableBaseEquipmentEventAllOf4) Set(val *BaseEquipmentEventAllOf4) + func (v *NullableBaseEquipmentEventAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf4) Unset() + func (v NullableBaseEquipmentEventAllOf4) Get() *BaseEquipmentEventAllOf4 + func (v NullableBaseEquipmentEventAllOf4) IsSet() bool + func (v NullableBaseEquipmentEventAllOf4) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf5 struct + func NewNullableBaseEquipmentEventAllOf5(val *BaseEquipmentEventAllOf5) *NullableBaseEquipmentEventAllOf5 + func (v *NullableBaseEquipmentEventAllOf5) Set(val *BaseEquipmentEventAllOf5) + func (v *NullableBaseEquipmentEventAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf5) Unset() + func (v NullableBaseEquipmentEventAllOf5) Get() *BaseEquipmentEventAllOf5 + func (v NullableBaseEquipmentEventAllOf5) IsSet() bool + func (v NullableBaseEquipmentEventAllOf5) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf6 struct + func NewNullableBaseEquipmentEventAllOf6(val *BaseEquipmentEventAllOf6) *NullableBaseEquipmentEventAllOf6 + func (v *NullableBaseEquipmentEventAllOf6) Set(val *BaseEquipmentEventAllOf6) + func (v *NullableBaseEquipmentEventAllOf6) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf6) Unset() + func (v NullableBaseEquipmentEventAllOf6) Get() *BaseEquipmentEventAllOf6 + func (v NullableBaseEquipmentEventAllOf6) IsSet() bool + func (v NullableBaseEquipmentEventAllOf6) MarshalJSON() ([]byte, error) + type NullableBaseEquipmentEventAllOf7 struct + func NewNullableBaseEquipmentEventAllOf7(val *BaseEquipmentEventAllOf7) *NullableBaseEquipmentEventAllOf7 + func (v *NullableBaseEquipmentEventAllOf7) Set(val *BaseEquipmentEventAllOf7) + func (v *NullableBaseEquipmentEventAllOf7) UnmarshalJSON(src []byte) error + func (v *NullableBaseEquipmentEventAllOf7) Unset() + func (v NullableBaseEquipmentEventAllOf7) Get() *BaseEquipmentEventAllOf7 + func (v NullableBaseEquipmentEventAllOf7) IsSet() bool + func (v NullableBaseEquipmentEventAllOf7) MarshalJSON() ([]byte, error) + type NullableBaseEvent struct + func NewNullableBaseEvent(val *BaseEvent) *NullableBaseEvent + func (v *NullableBaseEvent) Set(val *BaseEvent) + func (v *NullableBaseEvent) UnmarshalJSON(src []byte) error + func (v *NullableBaseEvent) Unset() + func (v NullableBaseEvent) Get() *BaseEvent + func (v NullableBaseEvent) IsSet() bool + func (v NullableBaseEvent) MarshalJSON() ([]byte, error) + type NullableBaseEventAllOf struct + func NewNullableBaseEventAllOf(val *BaseEventAllOf) *NullableBaseEventAllOf + func (v *NullableBaseEventAllOf) Set(val *BaseEventAllOf) + func (v *NullableBaseEventAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventAllOf) Unset() + func (v NullableBaseEventAllOf) Get() *BaseEventAllOf + func (v NullableBaseEventAllOf) IsSet() bool + func (v NullableBaseEventAllOf) MarshalJSON() ([]byte, error) + type NullableBaseEventAllOf1 struct + func NewNullableBaseEventAllOf1(val *BaseEventAllOf1) *NullableBaseEventAllOf1 + func (v *NullableBaseEventAllOf1) Set(val *BaseEventAllOf1) + func (v *NullableBaseEventAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventAllOf1) Unset() + func (v NullableBaseEventAllOf1) Get() *BaseEventAllOf1 + func (v NullableBaseEventAllOf1) IsSet() bool + func (v NullableBaseEventAllOf1) MarshalJSON() ([]byte, error) + type NullableBaseEventBody struct + func NewNullableBaseEventBody(val *BaseEventBody) *NullableBaseEventBody + func (v *NullableBaseEventBody) Set(val *BaseEventBody) + func (v *NullableBaseEventBody) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventBody) Unset() + func (v NullableBaseEventBody) Get() *BaseEventBody + func (v NullableBaseEventBody) IsSet() bool + func (v NullableBaseEventBody) MarshalJSON() ([]byte, error) + type NullableBaseEventBodyAllOf struct + func NewNullableBaseEventBodyAllOf(val *BaseEventBodyAllOf) *NullableBaseEventBodyAllOf + func (v *NullableBaseEventBodyAllOf) Set(val *BaseEventBodyAllOf) + func (v *NullableBaseEventBodyAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventBodyAllOf) Unset() + func (v NullableBaseEventBodyAllOf) Get() *BaseEventBodyAllOf + func (v NullableBaseEventBodyAllOf) IsSet() bool + func (v NullableBaseEventBodyAllOf) MarshalJSON() ([]byte, error) + type NullableBaseEventBodyAllOf1 struct + func NewNullableBaseEventBodyAllOf1(val *BaseEventBodyAllOf1) *NullableBaseEventBodyAllOf1 + func (v *NullableBaseEventBodyAllOf1) Set(val *BaseEventBodyAllOf1) + func (v *NullableBaseEventBodyAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventBodyAllOf1) Unset() + func (v NullableBaseEventBodyAllOf1) Get() *BaseEventBodyAllOf1 + func (v NullableBaseEventBodyAllOf1) IsSet() bool + func (v NullableBaseEventBodyAllOf1) MarshalJSON() ([]byte, error) + type NullableBaseEventBodyAllOf2 struct + func NewNullableBaseEventBodyAllOf2(val *BaseEventBodyAllOf2) *NullableBaseEventBodyAllOf2 + func (v *NullableBaseEventBodyAllOf2) Set(val *BaseEventBodyAllOf2) + func (v *NullableBaseEventBodyAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableBaseEventBodyAllOf2) Unset() + func (v NullableBaseEventBodyAllOf2) Get() *BaseEventBodyAllOf2 + func (v NullableBaseEventBodyAllOf2) IsSet() bool + func (v NullableBaseEventBodyAllOf2) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEvent struct + func NewNullableBaseShipmentEvent(val *BaseShipmentEvent) *NullableBaseShipmentEvent + func (v *NullableBaseShipmentEvent) Set(val *BaseShipmentEvent) + func (v *NullableBaseShipmentEvent) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEvent) Unset() + func (v NullableBaseShipmentEvent) Get() *BaseShipmentEvent + func (v NullableBaseShipmentEvent) IsSet() bool + func (v NullableBaseShipmentEvent) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf struct + func NewNullableBaseShipmentEventAllOf(val *BaseShipmentEventAllOf) *NullableBaseShipmentEventAllOf + func (v *NullableBaseShipmentEventAllOf) Set(val *BaseShipmentEventAllOf) + func (v *NullableBaseShipmentEventAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf) Unset() + func (v NullableBaseShipmentEventAllOf) Get() *BaseShipmentEventAllOf + func (v NullableBaseShipmentEventAllOf) IsSet() bool + func (v NullableBaseShipmentEventAllOf) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf1 struct + func NewNullableBaseShipmentEventAllOf1(val *BaseShipmentEventAllOf1) *NullableBaseShipmentEventAllOf1 + func (v *NullableBaseShipmentEventAllOf1) Set(val *BaseShipmentEventAllOf1) + func (v *NullableBaseShipmentEventAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf1) Unset() + func (v NullableBaseShipmentEventAllOf1) Get() *BaseShipmentEventAllOf1 + func (v NullableBaseShipmentEventAllOf1) IsSet() bool + func (v NullableBaseShipmentEventAllOf1) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf2 struct + func NewNullableBaseShipmentEventAllOf2(val *BaseShipmentEventAllOf2) *NullableBaseShipmentEventAllOf2 + func (v *NullableBaseShipmentEventAllOf2) Set(val *BaseShipmentEventAllOf2) + func (v *NullableBaseShipmentEventAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf2) Unset() + func (v NullableBaseShipmentEventAllOf2) Get() *BaseShipmentEventAllOf2 + func (v NullableBaseShipmentEventAllOf2) IsSet() bool + func (v NullableBaseShipmentEventAllOf2) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf3 struct + func NewNullableBaseShipmentEventAllOf3(val *BaseShipmentEventAllOf3) *NullableBaseShipmentEventAllOf3 + func (v *NullableBaseShipmentEventAllOf3) Set(val *BaseShipmentEventAllOf3) + func (v *NullableBaseShipmentEventAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf3) Unset() + func (v NullableBaseShipmentEventAllOf3) Get() *BaseShipmentEventAllOf3 + func (v NullableBaseShipmentEventAllOf3) IsSet() bool + func (v NullableBaseShipmentEventAllOf3) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf4 struct + func NewNullableBaseShipmentEventAllOf4(val *BaseShipmentEventAllOf4) *NullableBaseShipmentEventAllOf4 + func (v *NullableBaseShipmentEventAllOf4) Set(val *BaseShipmentEventAllOf4) + func (v *NullableBaseShipmentEventAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf4) Unset() + func (v NullableBaseShipmentEventAllOf4) Get() *BaseShipmentEventAllOf4 + func (v NullableBaseShipmentEventAllOf4) IsSet() bool + func (v NullableBaseShipmentEventAllOf4) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf5 struct + func NewNullableBaseShipmentEventAllOf5(val *BaseShipmentEventAllOf5) *NullableBaseShipmentEventAllOf5 + func (v *NullableBaseShipmentEventAllOf5) Set(val *BaseShipmentEventAllOf5) + func (v *NullableBaseShipmentEventAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf5) Unset() + func (v NullableBaseShipmentEventAllOf5) Get() *BaseShipmentEventAllOf5 + func (v NullableBaseShipmentEventAllOf5) IsSet() bool + func (v NullableBaseShipmentEventAllOf5) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf6 struct + func NewNullableBaseShipmentEventAllOf6(val *BaseShipmentEventAllOf6) *NullableBaseShipmentEventAllOf6 + func (v *NullableBaseShipmentEventAllOf6) Set(val *BaseShipmentEventAllOf6) + func (v *NullableBaseShipmentEventAllOf6) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf6) Unset() + func (v NullableBaseShipmentEventAllOf6) Get() *BaseShipmentEventAllOf6 + func (v NullableBaseShipmentEventAllOf6) IsSet() bool + func (v NullableBaseShipmentEventAllOf6) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf7 struct + func NewNullableBaseShipmentEventAllOf7(val *BaseShipmentEventAllOf7) *NullableBaseShipmentEventAllOf7 + func (v *NullableBaseShipmentEventAllOf7) Set(val *BaseShipmentEventAllOf7) + func (v *NullableBaseShipmentEventAllOf7) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf7) Unset() + func (v NullableBaseShipmentEventAllOf7) Get() *BaseShipmentEventAllOf7 + func (v NullableBaseShipmentEventAllOf7) IsSet() bool + func (v NullableBaseShipmentEventAllOf7) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf8 struct + func NewNullableBaseShipmentEventAllOf8(val *BaseShipmentEventAllOf8) *NullableBaseShipmentEventAllOf8 + func (v *NullableBaseShipmentEventAllOf8) Set(val *BaseShipmentEventAllOf8) + func (v *NullableBaseShipmentEventAllOf8) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf8) Unset() + func (v NullableBaseShipmentEventAllOf8) Get() *BaseShipmentEventAllOf8 + func (v NullableBaseShipmentEventAllOf8) IsSet() bool + func (v NullableBaseShipmentEventAllOf8) MarshalJSON() ([]byte, error) + type NullableBaseShipmentEventAllOf9 struct + func NewNullableBaseShipmentEventAllOf9(val *BaseShipmentEventAllOf9) *NullableBaseShipmentEventAllOf9 + func (v *NullableBaseShipmentEventAllOf9) Set(val *BaseShipmentEventAllOf9) + func (v *NullableBaseShipmentEventAllOf9) UnmarshalJSON(src []byte) error + func (v *NullableBaseShipmentEventAllOf9) Unset() + func (v NullableBaseShipmentEventAllOf9) Get() *BaseShipmentEventAllOf9 + func (v NullableBaseShipmentEventAllOf9) IsSet() bool + func (v NullableBaseShipmentEventAllOf9) MarshalJSON() ([]byte, error) + type NullableBaseTransportEvent struct + func NewNullableBaseTransportEvent(val *BaseTransportEvent) *NullableBaseTransportEvent + func (v *NullableBaseTransportEvent) Set(val *BaseTransportEvent) + func (v *NullableBaseTransportEvent) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEvent) Unset() + func (v NullableBaseTransportEvent) Get() *BaseTransportEvent + func (v NullableBaseTransportEvent) IsSet() bool + func (v NullableBaseTransportEvent) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf struct + func NewNullableBaseTransportEventAllOf(val *BaseTransportEventAllOf) *NullableBaseTransportEventAllOf + func (v *NullableBaseTransportEventAllOf) Set(val *BaseTransportEventAllOf) + func (v *NullableBaseTransportEventAllOf) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf) Unset() + func (v NullableBaseTransportEventAllOf) Get() *BaseTransportEventAllOf + func (v NullableBaseTransportEventAllOf) IsSet() bool + func (v NullableBaseTransportEventAllOf) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf1 struct + func NewNullableBaseTransportEventAllOf1(val *BaseTransportEventAllOf1) *NullableBaseTransportEventAllOf1 + func (v *NullableBaseTransportEventAllOf1) Set(val *BaseTransportEventAllOf1) + func (v *NullableBaseTransportEventAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf1) Unset() + func (v NullableBaseTransportEventAllOf1) Get() *BaseTransportEventAllOf1 + func (v NullableBaseTransportEventAllOf1) IsSet() bool + func (v NullableBaseTransportEventAllOf1) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf2 struct + func NewNullableBaseTransportEventAllOf2(val *BaseTransportEventAllOf2) *NullableBaseTransportEventAllOf2 + func (v *NullableBaseTransportEventAllOf2) Set(val *BaseTransportEventAllOf2) + func (v *NullableBaseTransportEventAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf2) Unset() + func (v NullableBaseTransportEventAllOf2) Get() *BaseTransportEventAllOf2 + func (v NullableBaseTransportEventAllOf2) IsSet() bool + func (v NullableBaseTransportEventAllOf2) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf3 struct + func NewNullableBaseTransportEventAllOf3(val *BaseTransportEventAllOf3) *NullableBaseTransportEventAllOf3 + func (v *NullableBaseTransportEventAllOf3) Set(val *BaseTransportEventAllOf3) + func (v *NullableBaseTransportEventAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf3) Unset() + func (v NullableBaseTransportEventAllOf3) Get() *BaseTransportEventAllOf3 + func (v NullableBaseTransportEventAllOf3) IsSet() bool + func (v NullableBaseTransportEventAllOf3) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf4 struct + func NewNullableBaseTransportEventAllOf4(val *BaseTransportEventAllOf4) *NullableBaseTransportEventAllOf4 + func (v *NullableBaseTransportEventAllOf4) Set(val *BaseTransportEventAllOf4) + func (v *NullableBaseTransportEventAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf4) Unset() + func (v NullableBaseTransportEventAllOf4) Get() *BaseTransportEventAllOf4 + func (v NullableBaseTransportEventAllOf4) IsSet() bool + func (v NullableBaseTransportEventAllOf4) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf5 struct + func NewNullableBaseTransportEventAllOf5(val *BaseTransportEventAllOf5) *NullableBaseTransportEventAllOf5 + func (v *NullableBaseTransportEventAllOf5) Set(val *BaseTransportEventAllOf5) + func (v *NullableBaseTransportEventAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf5) Unset() + func (v NullableBaseTransportEventAllOf5) Get() *BaseTransportEventAllOf5 + func (v NullableBaseTransportEventAllOf5) IsSet() bool + func (v NullableBaseTransportEventAllOf5) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf6 struct + func NewNullableBaseTransportEventAllOf6(val *BaseTransportEventAllOf6) *NullableBaseTransportEventAllOf6 + func (v *NullableBaseTransportEventAllOf6) Set(val *BaseTransportEventAllOf6) + func (v *NullableBaseTransportEventAllOf6) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf6) Unset() + func (v NullableBaseTransportEventAllOf6) Get() *BaseTransportEventAllOf6 + func (v NullableBaseTransportEventAllOf6) IsSet() bool + func (v NullableBaseTransportEventAllOf6) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf7 struct + func NewNullableBaseTransportEventAllOf7(val *BaseTransportEventAllOf7) *NullableBaseTransportEventAllOf7 + func (v *NullableBaseTransportEventAllOf7) Set(val *BaseTransportEventAllOf7) + func (v *NullableBaseTransportEventAllOf7) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf7) Unset() + func (v NullableBaseTransportEventAllOf7) Get() *BaseTransportEventAllOf7 + func (v NullableBaseTransportEventAllOf7) IsSet() bool + func (v NullableBaseTransportEventAllOf7) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf8 struct + func NewNullableBaseTransportEventAllOf8(val *BaseTransportEventAllOf8) *NullableBaseTransportEventAllOf8 + func (v *NullableBaseTransportEventAllOf8) Set(val *BaseTransportEventAllOf8) + func (v *NullableBaseTransportEventAllOf8) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf8) Unset() + func (v NullableBaseTransportEventAllOf8) Get() *BaseTransportEventAllOf8 + func (v NullableBaseTransportEventAllOf8) IsSet() bool + func (v NullableBaseTransportEventAllOf8) MarshalJSON() ([]byte, error) + type NullableBaseTransportEventAllOf9 struct + func NewNullableBaseTransportEventAllOf9(val *BaseTransportEventAllOf9) *NullableBaseTransportEventAllOf9 + func (v *NullableBaseTransportEventAllOf9) Set(val *BaseTransportEventAllOf9) + func (v *NullableBaseTransportEventAllOf9) UnmarshalJSON(src []byte) error + func (v *NullableBaseTransportEventAllOf9) Unset() + func (v NullableBaseTransportEventAllOf9) Get() *BaseTransportEventAllOf9 + func (v NullableBaseTransportEventAllOf9) IsSet() bool + func (v NullableBaseTransportEventAllOf9) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableDocumentReferencesInner struct + func NewNullableDocumentReferencesInner(val *DocumentReferencesInner) *NullableDocumentReferencesInner + func (v *NullableDocumentReferencesInner) Set(val *DocumentReferencesInner) + func (v *NullableDocumentReferencesInner) UnmarshalJSON(src []byte) error + func (v *NullableDocumentReferencesInner) Unset() + func (v NullableDocumentReferencesInner) Get() *DocumentReferencesInner + func (v NullableDocumentReferencesInner) IsSet() bool + func (v NullableDocumentReferencesInner) MarshalJSON() ([]byte, error) + type NullableDocumentTypeCode struct + func NewNullableDocumentTypeCode(val *DocumentTypeCode) *NullableDocumentTypeCode + func (v *NullableDocumentTypeCode) Set(val *DocumentTypeCode) + func (v *NullableDocumentTypeCode) UnmarshalJSON(src []byte) error + func (v *NullableDocumentTypeCode) Unset() + func (v NullableDocumentTypeCode) Get() *DocumentTypeCode + func (v NullableDocumentTypeCode) IsSet() bool + func (v NullableDocumentTypeCode) MarshalJSON() ([]byte, error) + type NullableEmptyIndicatorCode struct + func NewNullableEmptyIndicatorCode(val *EmptyIndicatorCode) *NullableEmptyIndicatorCode + func (v *NullableEmptyIndicatorCode) Set(val *EmptyIndicatorCode) + func (v *NullableEmptyIndicatorCode) UnmarshalJSON(src []byte) error + func (v *NullableEmptyIndicatorCode) Unset() + func (v NullableEmptyIndicatorCode) Get() *EmptyIndicatorCode + func (v NullableEmptyIndicatorCode) IsSet() bool + func (v NullableEmptyIndicatorCode) MarshalJSON() ([]byte, error) + type NullableEquipmentEvent struct + func NewNullableEquipmentEvent(val *EquipmentEvent) *NullableEquipmentEvent + func (v *NullableEquipmentEvent) Set(val *EquipmentEvent) + func (v *NullableEquipmentEvent) UnmarshalJSON(src []byte) error + func (v *NullableEquipmentEvent) Unset() + func (v NullableEquipmentEvent) Get() *EquipmentEvent + func (v NullableEquipmentEvent) IsSet() bool + func (v NullableEquipmentEvent) MarshalJSON() ([]byte, error) + type NullableEquipmentEventTypeCode struct + func NewNullableEquipmentEventTypeCode(val *EquipmentEventTypeCode) *NullableEquipmentEventTypeCode + func (v *NullableEquipmentEventTypeCode) Set(val *EquipmentEventTypeCode) + func (v *NullableEquipmentEventTypeCode) UnmarshalJSON(src []byte) error + func (v *NullableEquipmentEventTypeCode) Unset() + func (v NullableEquipmentEventTypeCode) Get() *EquipmentEventTypeCode + func (v NullableEquipmentEventTypeCode) IsSet() bool + func (v NullableEquipmentEventTypeCode) MarshalJSON() ([]byte, error) + type NullableEventsInner struct + func NewNullableEventsInner(val *EventsInner) *NullableEventsInner + func (v *NullableEventsInner) Set(val *EventsInner) + func (v *NullableEventsInner) UnmarshalJSON(src []byte) error + func (v *NullableEventsInner) Unset() + func (v NullableEventsInner) Get() *EventsInner + func (v NullableEventsInner) IsSet() bool + func (v NullableEventsInner) MarshalJSON() ([]byte, error) + type NullableFacilityCodeListProvider struct + func NewNullableFacilityCodeListProvider(val *FacilityCodeListProvider) *NullableFacilityCodeListProvider + func (v *NullableFacilityCodeListProvider) Set(val *FacilityCodeListProvider) + func (v *NullableFacilityCodeListProvider) UnmarshalJSON(src []byte) error + func (v *NullableFacilityCodeListProvider) Unset() + func (v NullableFacilityCodeListProvider) Get() *FacilityCodeListProvider + func (v NullableFacilityCodeListProvider) IsSet() bool + func (v NullableFacilityCodeListProvider) MarshalJSON() ([]byte, error) + type NullableFacilityTypeCodeTRN struct + func NewNullableFacilityTypeCodeTRN(val *FacilityTypeCodeTRN) *NullableFacilityTypeCodeTRN + func (v *NullableFacilityTypeCodeTRN) Set(val *FacilityTypeCodeTRN) + func (v *NullableFacilityTypeCodeTRN) UnmarshalJSON(src []byte) error + func (v *NullableFacilityTypeCodeTRN) Unset() + func (v NullableFacilityTypeCodeTRN) Get() *FacilityTypeCodeTRN + func (v NullableFacilityTypeCodeTRN) IsSet() bool + func (v NullableFacilityTypeCodeTRN) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInlineResponseDefault struct + func NewNullableInlineResponseDefault(val *InlineResponseDefault) *NullableInlineResponseDefault + func (v *NullableInlineResponseDefault) Set(val *InlineResponseDefault) + func (v *NullableInlineResponseDefault) UnmarshalJSON(src []byte) error + func (v *NullableInlineResponseDefault) Unset() + func (v NullableInlineResponseDefault) Get() *InlineResponseDefault + func (v NullableInlineResponseDefault) IsSet() bool + func (v NullableInlineResponseDefault) MarshalJSON() ([]byte, error) + type NullableInlineResponseDefaultAllOf struct + func NewNullableInlineResponseDefaultAllOf(val *InlineResponseDefaultAllOf) *NullableInlineResponseDefaultAllOf + func (v *NullableInlineResponseDefaultAllOf) Set(val *InlineResponseDefaultAllOf) + func (v *NullableInlineResponseDefaultAllOf) UnmarshalJSON(src []byte) error + func (v *NullableInlineResponseDefaultAllOf) Unset() + func (v NullableInlineResponseDefaultAllOf) Get() *InlineResponseDefaultAllOf + func (v NullableInlineResponseDefaultAllOf) IsSet() bool + func (v NullableInlineResponseDefaultAllOf) MarshalJSON() ([]byte, error) + type NullableInlineResponseDefaultAllOf1 struct + func NewNullableInlineResponseDefaultAllOf1(val *InlineResponseDefaultAllOf1) *NullableInlineResponseDefaultAllOf1 + func (v *NullableInlineResponseDefaultAllOf1) Set(val *InlineResponseDefaultAllOf1) + func (v *NullableInlineResponseDefaultAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableInlineResponseDefaultAllOf1) Unset() + func (v NullableInlineResponseDefaultAllOf1) Get() *InlineResponseDefaultAllOf1 + func (v NullableInlineResponseDefaultAllOf1) IsSet() bool + func (v NullableInlineResponseDefaultAllOf1) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableLocation struct + func NewNullableLocation(val *Location) *NullableLocation + func (v *NullableLocation) Set(val *Location) + func (v *NullableLocation) UnmarshalJSON(src []byte) error + func (v *NullableLocation) Unset() + func (v NullableLocation) Get() *Location + func (v NullableLocation) IsSet() bool + func (v NullableLocation) MarshalJSON() ([]byte, error) + type NullableLocationAllOf struct + func NewNullableLocationAllOf(val *LocationAllOf) *NullableLocationAllOf + func (v *NullableLocationAllOf) Set(val *LocationAllOf) + func (v *NullableLocationAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLocationAllOf) Unset() + func (v NullableLocationAllOf) Get() *LocationAllOf + func (v NullableLocationAllOf) IsSet() bool + func (v NullableLocationAllOf) MarshalJSON() ([]byte, error) + type NullableLocationAllOf1 struct + func NewNullableLocationAllOf1(val *LocationAllOf1) *NullableLocationAllOf1 + func (v *NullableLocationAllOf1) Set(val *LocationAllOf1) + func (v *NullableLocationAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableLocationAllOf1) Unset() + func (v NullableLocationAllOf1) Get() *LocationAllOf1 + func (v NullableLocationAllOf1) IsSet() bool + func (v NullableLocationAllOf1) MarshalJSON() ([]byte, error) + type NullableLocationAllOf2 struct + func NewNullableLocationAllOf2(val *LocationAllOf2) *NullableLocationAllOf2 + func (v *NullableLocationAllOf2) Set(val *LocationAllOf2) + func (v *NullableLocationAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableLocationAllOf2) Unset() + func (v NullableLocationAllOf2) Get() *LocationAllOf2 + func (v NullableLocationAllOf2) IsSet() bool + func (v NullableLocationAllOf2) MarshalJSON() ([]byte, error) + type NullableLocationAllOf3 struct + func NewNullableLocationAllOf3(val *LocationAllOf3) *NullableLocationAllOf3 + func (v *NullableLocationAllOf3) Set(val *LocationAllOf3) + func (v *NullableLocationAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableLocationAllOf3) Unset() + func (v NullableLocationAllOf3) Get() *LocationAllOf3 + func (v NullableLocationAllOf3) IsSet() bool + func (v NullableLocationAllOf3) MarshalJSON() ([]byte, error) + type NullableLocationAllOf3Address struct + func NewNullableLocationAllOf3Address(val *LocationAllOf3Address) *NullableLocationAllOf3Address + func (v *NullableLocationAllOf3Address) Set(val *LocationAllOf3Address) + func (v *NullableLocationAllOf3Address) UnmarshalJSON(src []byte) error + func (v *NullableLocationAllOf3Address) Unset() + func (v NullableLocationAllOf3Address) Get() *LocationAllOf3Address + func (v NullableLocationAllOf3Address) IsSet() bool + func (v NullableLocationAllOf3Address) MarshalJSON() ([]byte, error) + type NullableModeOfTransport struct + func NewNullableModeOfTransport(val *ModeOfTransport) *NullableModeOfTransport + func (v *NullableModeOfTransport) Set(val *ModeOfTransport) + func (v *NullableModeOfTransport) UnmarshalJSON(src []byte) error + func (v *NullableModeOfTransport) Unset() + func (v NullableModeOfTransport) Get() *ModeOfTransport + func (v NullableModeOfTransport) IsSet() bool + func (v NullableModeOfTransport) MarshalJSON() ([]byte, error) + type NullableModelError struct + func NewNullableModelError(val *ModelError) *NullableModelError + func (v *NullableModelError) Set(val *ModelError) + func (v *NullableModelError) UnmarshalJSON(src []byte) error + func (v *NullableModelError) Unset() + func (v NullableModelError) Get() *ModelError + func (v NullableModelError) IsSet() bool + func (v NullableModelError) MarshalJSON() ([]byte, error) + type NullableOperationsTransportEvent struct + func NewNullableOperationsTransportEvent(val *OperationsTransportEvent) *NullableOperationsTransportEvent + func (v *NullableOperationsTransportEvent) Set(val *OperationsTransportEvent) + func (v *NullableOperationsTransportEvent) UnmarshalJSON(src []byte) error + func (v *NullableOperationsTransportEvent) Unset() + func (v NullableOperationsTransportEvent) Get() *OperationsTransportEvent + func (v NullableOperationsTransportEvent) IsSet() bool + func (v NullableOperationsTransportEvent) MarshalJSON() ([]byte, error) + type NullableReference struct + func NewNullableReference(val *Reference) *NullableReference + func (v *NullableReference) Set(val *Reference) + func (v *NullableReference) UnmarshalJSON(src []byte) error + func (v *NullableReference) Unset() + func (v NullableReference) Get() *Reference + func (v NullableReference) IsSet() bool + func (v NullableReference) MarshalJSON() ([]byte, error) + type NullableReferenceAllOf struct + func NewNullableReferenceAllOf(val *ReferenceAllOf) *NullableReferenceAllOf + func (v *NullableReferenceAllOf) Set(val *ReferenceAllOf) + func (v *NullableReferenceAllOf) UnmarshalJSON(src []byte) error + func (v *NullableReferenceAllOf) Unset() + func (v NullableReferenceAllOf) Get() *ReferenceAllOf + func (v NullableReferenceAllOf) IsSet() bool + func (v NullableReferenceAllOf) MarshalJSON() ([]byte, error) + type NullableReferenceAllOf1 struct + func NewNullableReferenceAllOf1(val *ReferenceAllOf1) *NullableReferenceAllOf1 + func (v *NullableReferenceAllOf1) Set(val *ReferenceAllOf1) + func (v *NullableReferenceAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableReferenceAllOf1) Unset() + func (v NullableReferenceAllOf1) Get() *ReferenceAllOf1 + func (v NullableReferenceAllOf1) IsSet() bool + func (v NullableReferenceAllOf1) MarshalJSON() ([]byte, error) + type NullableReferenceType struct + func NewNullableReferenceType(val *ReferenceType) *NullableReferenceType + func (v *NullableReferenceType) Set(val *ReferenceType) + func (v *NullableReferenceType) UnmarshalJSON(src []byte) error + func (v *NullableReferenceType) Unset() + func (v NullableReferenceType) Get() *ReferenceType + func (v NullableReferenceType) IsSet() bool + func (v NullableReferenceType) MarshalJSON() ([]byte, error) + type NullableReferences struct + func NewNullableReferences(val *References) *NullableReferences + func (v *NullableReferences) Set(val *References) + func (v *NullableReferences) UnmarshalJSON(src []byte) error + func (v *NullableReferences) Unset() + func (v NullableReferences) Get() *References + func (v NullableReferences) IsSet() bool + func (v NullableReferences) MarshalJSON() ([]byte, error) + type NullableSeal struct + func NewNullableSeal(val *Seal) *NullableSeal + func (v *NullableSeal) Set(val *Seal) + func (v *NullableSeal) UnmarshalJSON(src []byte) error + func (v *NullableSeal) Unset() + func (v NullableSeal) Get() *Seal + func (v NullableSeal) IsSet() bool + func (v NullableSeal) MarshalJSON() ([]byte, error) + type NullableSealAllOf struct + func NewNullableSealAllOf(val *SealAllOf) *NullableSealAllOf + func (v *NullableSealAllOf) Set(val *SealAllOf) + func (v *NullableSealAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSealAllOf) Unset() + func (v NullableSealAllOf) Get() *SealAllOf + func (v NullableSealAllOf) IsSet() bool + func (v NullableSealAllOf) MarshalJSON() ([]byte, error) + type NullableSealAllOf1 struct + func NewNullableSealAllOf1(val *SealAllOf1) *NullableSealAllOf1 + func (v *NullableSealAllOf1) Set(val *SealAllOf1) + func (v *NullableSealAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSealAllOf1) Unset() + func (v NullableSealAllOf1) Get() *SealAllOf1 + func (v NullableSealAllOf1) IsSet() bool + func (v NullableSealAllOf1) MarshalJSON() ([]byte, error) + type NullableSealAllOf2 struct + func NewNullableSealAllOf2(val *SealAllOf2) *NullableSealAllOf2 + func (v *NullableSealAllOf2) Set(val *SealAllOf2) + func (v *NullableSealAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableSealAllOf2) Unset() + func (v NullableSealAllOf2) Get() *SealAllOf2 + func (v NullableSealAllOf2) IsSet() bool + func (v NullableSealAllOf2) MarshalJSON() ([]byte, error) + type NullableSealSource struct + func NewNullableSealSource(val *SealSource) *NullableSealSource + func (v *NullableSealSource) Set(val *SealSource) + func (v *NullableSealSource) UnmarshalJSON(src []byte) error + func (v *NullableSealSource) Unset() + func (v NullableSealSource) Get() *SealSource + func (v NullableSealSource) IsSet() bool + func (v NullableSealSource) MarshalJSON() ([]byte, error) + type NullableSealType struct + func NewNullableSealType(val *SealType) *NullableSealType + func (v *NullableSealType) Set(val *SealType) + func (v *NullableSealType) UnmarshalJSON(src []byte) error + func (v *NullableSealType) Unset() + func (v NullableSealType) Get() *SealType + func (v NullableSealType) IsSet() bool + func (v NullableSealType) MarshalJSON() ([]byte, error) + type NullableSeals struct + func NewNullableSeals(val *Seals) *NullableSeals + func (v *NullableSeals) Set(val *Seals) + func (v *NullableSeals) UnmarshalJSON(src []byte) error + func (v *NullableSeals) Unset() + func (v NullableSeals) Get() *Seals + func (v NullableSeals) IsSet() bool + func (v NullableSeals) MarshalJSON() ([]byte, error) + type NullableShipmentEvent struct + func NewNullableShipmentEvent(val *ShipmentEvent) *NullableShipmentEvent + func (v *NullableShipmentEvent) Set(val *ShipmentEvent) + func (v *NullableShipmentEvent) UnmarshalJSON(src []byte) error + func (v *NullableShipmentEvent) Unset() + func (v NullableShipmentEvent) Get() *ShipmentEvent + func (v NullableShipmentEvent) IsSet() bool + func (v NullableShipmentEvent) MarshalJSON() ([]byte, error) + type NullableShipmentEventTypeCode struct + func NewNullableShipmentEventTypeCode(val *ShipmentEventTypeCode) *NullableShipmentEventTypeCode + func (v *NullableShipmentEventTypeCode) Set(val *ShipmentEventTypeCode) + func (v *NullableShipmentEventTypeCode) UnmarshalJSON(src []byte) error + func (v *NullableShipmentEventTypeCode) Unset() + func (v NullableShipmentEventTypeCode) Get() *ShipmentEventTypeCode + func (v NullableShipmentEventTypeCode) IsSet() bool + func (v NullableShipmentEventTypeCode) MarshalJSON() ([]byte, error) + type NullableShipmentInformationType struct + func NewNullableShipmentInformationType(val *ShipmentInformationType) *NullableShipmentInformationType + func (v *NullableShipmentInformationType) Set(val *ShipmentInformationType) + func (v *NullableShipmentInformationType) UnmarshalJSON(src []byte) error + func (v *NullableShipmentInformationType) Unset() + func (v NullableShipmentInformationType) Get() *ShipmentInformationType + func (v NullableShipmentInformationType) IsSet() bool + func (v NullableShipmentInformationType) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSubErrorsInner struct + func NewNullableSubErrorsInner(val *SubErrorsInner) *NullableSubErrorsInner + func (v *NullableSubErrorsInner) Set(val *SubErrorsInner) + func (v *NullableSubErrorsInner) UnmarshalJSON(src []byte) error + func (v *NullableSubErrorsInner) Unset() + func (v NullableSubErrorsInner) Get() *SubErrorsInner + func (v NullableSubErrorsInner) IsSet() bool + func (v NullableSubErrorsInner) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTransportCall struct + func NewNullableTransportCall(val *TransportCall) *NullableTransportCall + func (v *NullableTransportCall) Set(val *TransportCall) + func (v *NullableTransportCall) UnmarshalJSON(src []byte) error + func (v *NullableTransportCall) Unset() + func (v NullableTransportCall) Get() *TransportCall + func (v NullableTransportCall) IsSet() bool + func (v NullableTransportCall) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf struct + func NewNullableTransportCallAllOf(val *TransportCallAllOf) *NullableTransportCallAllOf + func (v *NullableTransportCallAllOf) Set(val *TransportCallAllOf) + func (v *NullableTransportCallAllOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf) Unset() + func (v NullableTransportCallAllOf) Get() *TransportCallAllOf + func (v NullableTransportCallAllOf) IsSet() bool + func (v NullableTransportCallAllOf) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf1 struct + func NewNullableTransportCallAllOf1(val *TransportCallAllOf1) *NullableTransportCallAllOf1 + func (v *NullableTransportCallAllOf1) Set(val *TransportCallAllOf1) + func (v *NullableTransportCallAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf1) Unset() + func (v NullableTransportCallAllOf1) Get() *TransportCallAllOf1 + func (v NullableTransportCallAllOf1) IsSet() bool + func (v NullableTransportCallAllOf1) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf10 struct + func NewNullableTransportCallAllOf10(val *TransportCallAllOf10) *NullableTransportCallAllOf10 + func (v *NullableTransportCallAllOf10) Set(val *TransportCallAllOf10) + func (v *NullableTransportCallAllOf10) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf10) Unset() + func (v NullableTransportCallAllOf10) Get() *TransportCallAllOf10 + func (v NullableTransportCallAllOf10) IsSet() bool + func (v NullableTransportCallAllOf10) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf11 struct + func NewNullableTransportCallAllOf11(val *TransportCallAllOf11) *NullableTransportCallAllOf11 + func (v *NullableTransportCallAllOf11) Set(val *TransportCallAllOf11) + func (v *NullableTransportCallAllOf11) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf11) Unset() + func (v NullableTransportCallAllOf11) Get() *TransportCallAllOf11 + func (v NullableTransportCallAllOf11) IsSet() bool + func (v NullableTransportCallAllOf11) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf12 struct + func NewNullableTransportCallAllOf12(val *TransportCallAllOf12) *NullableTransportCallAllOf12 + func (v *NullableTransportCallAllOf12) Set(val *TransportCallAllOf12) + func (v *NullableTransportCallAllOf12) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf12) Unset() + func (v NullableTransportCallAllOf12) Get() *TransportCallAllOf12 + func (v NullableTransportCallAllOf12) IsSet() bool + func (v NullableTransportCallAllOf12) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf13 struct + func NewNullableTransportCallAllOf13(val *TransportCallAllOf13) *NullableTransportCallAllOf13 + func (v *NullableTransportCallAllOf13) Set(val *TransportCallAllOf13) + func (v *NullableTransportCallAllOf13) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf13) Unset() + func (v NullableTransportCallAllOf13) Get() *TransportCallAllOf13 + func (v NullableTransportCallAllOf13) IsSet() bool + func (v NullableTransportCallAllOf13) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf13Location struct + func NewNullableTransportCallAllOf13Location(val *TransportCallAllOf13Location) *NullableTransportCallAllOf13Location + func (v *NullableTransportCallAllOf13Location) Set(val *TransportCallAllOf13Location) + func (v *NullableTransportCallAllOf13Location) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf13Location) Unset() + func (v NullableTransportCallAllOf13Location) Get() *TransportCallAllOf13Location + func (v NullableTransportCallAllOf13Location) IsSet() bool + func (v NullableTransportCallAllOf13Location) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf14 struct + func NewNullableTransportCallAllOf14(val *TransportCallAllOf14) *NullableTransportCallAllOf14 + func (v *NullableTransportCallAllOf14) Set(val *TransportCallAllOf14) + func (v *NullableTransportCallAllOf14) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf14) Unset() + func (v NullableTransportCallAllOf14) Get() *TransportCallAllOf14 + func (v NullableTransportCallAllOf14) IsSet() bool + func (v NullableTransportCallAllOf14) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf2 struct + func NewNullableTransportCallAllOf2(val *TransportCallAllOf2) *NullableTransportCallAllOf2 + func (v *NullableTransportCallAllOf2) Set(val *TransportCallAllOf2) + func (v *NullableTransportCallAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf2) Unset() + func (v NullableTransportCallAllOf2) Get() *TransportCallAllOf2 + func (v NullableTransportCallAllOf2) IsSet() bool + func (v NullableTransportCallAllOf2) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf3 struct + func NewNullableTransportCallAllOf3(val *TransportCallAllOf3) *NullableTransportCallAllOf3 + func (v *NullableTransportCallAllOf3) Set(val *TransportCallAllOf3) + func (v *NullableTransportCallAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf3) Unset() + func (v NullableTransportCallAllOf3) Get() *TransportCallAllOf3 + func (v NullableTransportCallAllOf3) IsSet() bool + func (v NullableTransportCallAllOf3) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf4 struct + func NewNullableTransportCallAllOf4(val *TransportCallAllOf4) *NullableTransportCallAllOf4 + func (v *NullableTransportCallAllOf4) Set(val *TransportCallAllOf4) + func (v *NullableTransportCallAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf4) Unset() + func (v NullableTransportCallAllOf4) Get() *TransportCallAllOf4 + func (v NullableTransportCallAllOf4) IsSet() bool + func (v NullableTransportCallAllOf4) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf5 struct + func NewNullableTransportCallAllOf5(val *TransportCallAllOf5) *NullableTransportCallAllOf5 + func (v *NullableTransportCallAllOf5) Set(val *TransportCallAllOf5) + func (v *NullableTransportCallAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf5) Unset() + func (v NullableTransportCallAllOf5) Get() *TransportCallAllOf5 + func (v NullableTransportCallAllOf5) IsSet() bool + func (v NullableTransportCallAllOf5) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf6 struct + func NewNullableTransportCallAllOf6(val *TransportCallAllOf6) *NullableTransportCallAllOf6 + func (v *NullableTransportCallAllOf6) Set(val *TransportCallAllOf6) + func (v *NullableTransportCallAllOf6) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf6) Unset() + func (v NullableTransportCallAllOf6) Get() *TransportCallAllOf6 + func (v NullableTransportCallAllOf6) IsSet() bool + func (v NullableTransportCallAllOf6) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf7 struct + func NewNullableTransportCallAllOf7(val *TransportCallAllOf7) *NullableTransportCallAllOf7 + func (v *NullableTransportCallAllOf7) Set(val *TransportCallAllOf7) + func (v *NullableTransportCallAllOf7) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf7) Unset() + func (v NullableTransportCallAllOf7) Get() *TransportCallAllOf7 + func (v NullableTransportCallAllOf7) IsSet() bool + func (v NullableTransportCallAllOf7) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf8 struct + func NewNullableTransportCallAllOf8(val *TransportCallAllOf8) *NullableTransportCallAllOf8 + func (v *NullableTransportCallAllOf8) Set(val *TransportCallAllOf8) + func (v *NullableTransportCallAllOf8) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf8) Unset() + func (v NullableTransportCallAllOf8) Get() *TransportCallAllOf8 + func (v NullableTransportCallAllOf8) IsSet() bool + func (v NullableTransportCallAllOf8) MarshalJSON() ([]byte, error) + type NullableTransportCallAllOf9 struct + func NewNullableTransportCallAllOf9(val *TransportCallAllOf9) *NullableTransportCallAllOf9 + func (v *NullableTransportCallAllOf9) Set(val *TransportCallAllOf9) + func (v *NullableTransportCallAllOf9) UnmarshalJSON(src []byte) error + func (v *NullableTransportCallAllOf9) Unset() + func (v NullableTransportCallAllOf9) Get() *TransportCallAllOf9 + func (v NullableTransportCallAllOf9) IsSet() bool + func (v NullableTransportCallAllOf9) MarshalJSON() ([]byte, error) + type NullableTransportDocumentType struct + func NewNullableTransportDocumentType(val *TransportDocumentType) *NullableTransportDocumentType + func (v *NullableTransportDocumentType) Set(val *TransportDocumentType) + func (v *NullableTransportDocumentType) UnmarshalJSON(src []byte) error + func (v *NullableTransportDocumentType) Unset() + func (v NullableTransportDocumentType) Get() *TransportDocumentType + func (v NullableTransportDocumentType) IsSet() bool + func (v NullableTransportDocumentType) MarshalJSON() ([]byte, error) + type NullableTransportEvent struct + func NewNullableTransportEvent(val *TransportEvent) *NullableTransportEvent + func (v *NullableTransportEvent) Set(val *TransportEvent) + func (v *NullableTransportEvent) UnmarshalJSON(src []byte) error + func (v *NullableTransportEvent) Unset() + func (v NullableTransportEvent) Get() *TransportEvent + func (v NullableTransportEvent) IsSet() bool + func (v NullableTransportEvent) MarshalJSON() ([]byte, error) + type NullableTransportEventAllOf struct + func NewNullableTransportEventAllOf(val *TransportEventAllOf) *NullableTransportEventAllOf + func (v *NullableTransportEventAllOf) Set(val *TransportEventAllOf) + func (v *NullableTransportEventAllOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportEventAllOf) Unset() + func (v NullableTransportEventAllOf) Get() *TransportEventAllOf + func (v NullableTransportEventAllOf) IsSet() bool + func (v NullableTransportEventAllOf) MarshalJSON() ([]byte, error) + type NullableTransportEventTypeCode struct + func NewNullableTransportEventTypeCode(val *TransportEventTypeCode) *NullableTransportEventTypeCode + func (v *NullableTransportEventTypeCode) Set(val *TransportEventTypeCode) + func (v *NullableTransportEventTypeCode) UnmarshalJSON(src []byte) error + func (v *NullableTransportEventTypeCode) Unset() + func (v NullableTransportEventTypeCode) Get() *TransportEventTypeCode + func (v NullableTransportEventTypeCode) IsSet() bool + func (v NullableTransportEventTypeCode) MarshalJSON() ([]byte, error) + type NullableVessel struct + func NewNullableVessel(val *Vessel) *NullableVessel + func (v *NullableVessel) Set(val *Vessel) + func (v *NullableVessel) UnmarshalJSON(src []byte) error + func (v *NullableVessel) Unset() + func (v NullableVessel) Get() *Vessel + func (v NullableVessel) IsSet() bool + func (v NullableVessel) MarshalJSON() ([]byte, error) + type NullableVesselAllOf struct + func NewNullableVesselAllOf(val *VesselAllOf) *NullableVesselAllOf + func (v *NullableVesselAllOf) Set(val *VesselAllOf) + func (v *NullableVesselAllOf) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf) Unset() + func (v NullableVesselAllOf) Get() *VesselAllOf + func (v NullableVesselAllOf) IsSet() bool + func (v NullableVesselAllOf) MarshalJSON() ([]byte, error) + type NullableVesselAllOf1 struct + func NewNullableVesselAllOf1(val *VesselAllOf1) *NullableVesselAllOf1 + func (v *NullableVesselAllOf1) Set(val *VesselAllOf1) + func (v *NullableVesselAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf1) Unset() + func (v NullableVesselAllOf1) Get() *VesselAllOf1 + func (v NullableVesselAllOf1) IsSet() bool + func (v NullableVesselAllOf1) MarshalJSON() ([]byte, error) + type NullableVesselAllOf2 struct + func NewNullableVesselAllOf2(val *VesselAllOf2) *NullableVesselAllOf2 + func (v *NullableVesselAllOf2) Set(val *VesselAllOf2) + func (v *NullableVesselAllOf2) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf2) Unset() + func (v NullableVesselAllOf2) Get() *VesselAllOf2 + func (v NullableVesselAllOf2) IsSet() bool + func (v NullableVesselAllOf2) MarshalJSON() ([]byte, error) + type NullableVesselAllOf3 struct + func NewNullableVesselAllOf3(val *VesselAllOf3) *NullableVesselAllOf3 + func (v *NullableVesselAllOf3) Set(val *VesselAllOf3) + func (v *NullableVesselAllOf3) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf3) Unset() + func (v NullableVesselAllOf3) Get() *VesselAllOf3 + func (v NullableVesselAllOf3) IsSet() bool + func (v NullableVesselAllOf3) MarshalJSON() ([]byte, error) + type NullableVesselAllOf4 struct + func NewNullableVesselAllOf4(val *VesselAllOf4) *NullableVesselAllOf4 + func (v *NullableVesselAllOf4) Set(val *VesselAllOf4) + func (v *NullableVesselAllOf4) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf4) Unset() + func (v NullableVesselAllOf4) Get() *VesselAllOf4 + func (v NullableVesselAllOf4) IsSet() bool + func (v NullableVesselAllOf4) MarshalJSON() ([]byte, error) + type NullableVesselAllOf5 struct + func NewNullableVesselAllOf5(val *VesselAllOf5) *NullableVesselAllOf5 + func (v *NullableVesselAllOf5) Set(val *VesselAllOf5) + func (v *NullableVesselAllOf5) UnmarshalJSON(src []byte) error + func (v *NullableVesselAllOf5) Unset() + func (v NullableVesselAllOf5) Get() *VesselAllOf5 + func (v NullableVesselAllOf5) IsSet() bool + func (v NullableVesselAllOf5) MarshalJSON() ([]byte, error) + type NullableVesselOperatorCarrierCodeListProvider struct + func NewNullableVesselOperatorCarrierCodeListProvider(val *VesselOperatorCarrierCodeListProvider) *NullableVesselOperatorCarrierCodeListProvider + func (v *NullableVesselOperatorCarrierCodeListProvider) Set(val *VesselOperatorCarrierCodeListProvider) + func (v *NullableVesselOperatorCarrierCodeListProvider) UnmarshalJSON(src []byte) error + func (v *NullableVesselOperatorCarrierCodeListProvider) Unset() + func (v NullableVesselOperatorCarrierCodeListProvider) Get() *VesselOperatorCarrierCodeListProvider + func (v NullableVesselOperatorCarrierCodeListProvider) IsSet() bool + func (v NullableVesselOperatorCarrierCodeListProvider) MarshalJSON() ([]byte, error) + type OperationsTransportEvent struct + ChangeRemark *string + DelayReasonCode *string + EventClassifierCode string + EventCreatedDateTime time.Time + EventDateTime time.Time + EventID *string + EventType string + EventTypeCode *string + TransportCall TransportCall + TransportCallID *string + TransportEventTypeCode TransportEventTypeCode + VesselScheduleChangeRemark *string + func NewOperationsTransportEvent(eventCreatedDateTime time.Time, eventType string, eventClassifierCode string, ...) *OperationsTransportEvent + func NewOperationsTransportEventWithDefaults() *OperationsTransportEvent + func (o *OperationsTransportEvent) GetChangeRemark() string + func (o *OperationsTransportEvent) GetChangeRemarkOk() (*string, bool) + func (o *OperationsTransportEvent) GetDelayReasonCode() string + func (o *OperationsTransportEvent) GetDelayReasonCodeOk() (*string, bool) + func (o *OperationsTransportEvent) GetEventClassifierCode() string + func (o *OperationsTransportEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *OperationsTransportEvent) GetEventCreatedDateTime() time.Time + func (o *OperationsTransportEvent) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *OperationsTransportEvent) GetEventDateTime() time.Time + func (o *OperationsTransportEvent) GetEventDateTimeOk() (*time.Time, bool) + func (o *OperationsTransportEvent) GetEventID() string + func (o *OperationsTransportEvent) GetEventIDOk() (*string, bool) + func (o *OperationsTransportEvent) GetEventType() string + func (o *OperationsTransportEvent) GetEventTypeCode() string + func (o *OperationsTransportEvent) GetEventTypeCodeOk() (*string, bool) + func (o *OperationsTransportEvent) GetEventTypeOk() (*string, bool) + func (o *OperationsTransportEvent) GetTransportCall() TransportCall + func (o *OperationsTransportEvent) GetTransportCallID() string + func (o *OperationsTransportEvent) GetTransportCallIDOk() (*string, bool) + func (o *OperationsTransportEvent) GetTransportCallOk() (*TransportCall, bool) + func (o *OperationsTransportEvent) GetTransportEventTypeCode() TransportEventTypeCode + func (o *OperationsTransportEvent) GetTransportEventTypeCodeOk() (*TransportEventTypeCode, bool) + func (o *OperationsTransportEvent) GetVesselScheduleChangeRemark() string + func (o *OperationsTransportEvent) GetVesselScheduleChangeRemarkOk() (*string, bool) + func (o *OperationsTransportEvent) HasChangeRemark() bool + func (o *OperationsTransportEvent) HasDelayReasonCode() bool + func (o *OperationsTransportEvent) HasEventID() bool + func (o *OperationsTransportEvent) HasEventTypeCode() bool + func (o *OperationsTransportEvent) HasTransportCallID() bool + func (o *OperationsTransportEvent) HasVesselScheduleChangeRemark() bool + func (o *OperationsTransportEvent) SetChangeRemark(v string) + func (o *OperationsTransportEvent) SetDelayReasonCode(v string) + func (o *OperationsTransportEvent) SetEventClassifierCode(v string) + func (o *OperationsTransportEvent) SetEventCreatedDateTime(v time.Time) + func (o *OperationsTransportEvent) SetEventDateTime(v time.Time) + func (o *OperationsTransportEvent) SetEventID(v string) + func (o *OperationsTransportEvent) SetEventType(v string) + func (o *OperationsTransportEvent) SetEventTypeCode(v string) + func (o *OperationsTransportEvent) SetTransportCall(v TransportCall) + func (o *OperationsTransportEvent) SetTransportCallID(v string) + func (o *OperationsTransportEvent) SetTransportEventTypeCode(v TransportEventTypeCode) + func (o *OperationsTransportEvent) SetVesselScheduleChangeRemark(v string) + func (o OperationsTransportEvent) MarshalJSON() ([]byte, error) + func (o OperationsTransportEvent) ToMap() (map[string]interface{}, error) + type Reference struct + ReferenceType ReferenceType + ReferenceValue string + func NewReference(referenceType ReferenceType, referenceValue string) *Reference + func NewReferenceWithDefaults() *Reference + func (o *Reference) GetReferenceType() ReferenceType + func (o *Reference) GetReferenceTypeOk() (*ReferenceType, bool) + func (o *Reference) GetReferenceValue() string + func (o *Reference) GetReferenceValueOk() (*string, bool) + func (o *Reference) SetReferenceType(v ReferenceType) + func (o *Reference) SetReferenceValue(v string) + func (o Reference) MarshalJSON() ([]byte, error) + func (o Reference) ToMap() (map[string]interface{}, error) + type ReferenceAllOf struct + ReferenceType *ReferenceType + func NewReferenceAllOf() *ReferenceAllOf + func NewReferenceAllOfWithDefaults() *ReferenceAllOf + func (o *ReferenceAllOf) GetReferenceType() ReferenceType + func (o *ReferenceAllOf) GetReferenceTypeOk() (*ReferenceType, bool) + func (o *ReferenceAllOf) HasReferenceType() bool + func (o *ReferenceAllOf) SetReferenceType(v ReferenceType) + func (o ReferenceAllOf) MarshalJSON() ([]byte, error) + func (o ReferenceAllOf) ToMap() (map[string]interface{}, error) + type ReferenceAllOf1 struct + ReferenceValue *string + func NewReferenceAllOf1() *ReferenceAllOf1 + func NewReferenceAllOf1WithDefaults() *ReferenceAllOf1 + func (o *ReferenceAllOf1) GetReferenceValue() string + func (o *ReferenceAllOf1) GetReferenceValueOk() (*string, bool) + func (o *ReferenceAllOf1) HasReferenceValue() bool + func (o *ReferenceAllOf1) SetReferenceValue(v string) + func (o ReferenceAllOf1) MarshalJSON() ([]byte, error) + func (o ReferenceAllOf1) ToMap() (map[string]interface{}, error) + type ReferenceType string + const AAO + const CR + const EQ + const FF + const PO + const SI + func NewReferenceTypeFromValue(v string) (*ReferenceType, error) + func (v *ReferenceType) UnmarshalJSON(src []byte) error + func (v ReferenceType) IsValid() bool + func (v ReferenceType) Ptr() *ReferenceType + type References struct + References []Reference + func NewReferences() *References + func NewReferencesWithDefaults() *References + func (o *References) GetReferences() []Reference + func (o *References) GetReferencesOk() ([]Reference, bool) + func (o *References) HasReferences() bool + func (o *References) SetReferences(v []Reference) + func (o References) MarshalJSON() ([]byte, error) + func (o References) ToMap() (map[string]interface{}, error) + type Seal struct + SealNumber string + SealSource *SealSource + SealType SealType + func NewSeal(sealNumber string, sealType SealType) *Seal + func NewSealWithDefaults() *Seal + func (o *Seal) GetSealNumber() string + func (o *Seal) GetSealNumberOk() (*string, bool) + func (o *Seal) GetSealSource() SealSource + func (o *Seal) GetSealSourceOk() (*SealSource, bool) + func (o *Seal) GetSealType() SealType + func (o *Seal) GetSealTypeOk() (*SealType, bool) + func (o *Seal) HasSealSource() bool + func (o *Seal) SetSealNumber(v string) + func (o *Seal) SetSealSource(v SealSource) + func (o *Seal) SetSealType(v SealType) + func (o Seal) MarshalJSON() ([]byte, error) + func (o Seal) ToMap() (map[string]interface{}, error) + type SealAllOf struct + SealNumber *string + func NewSealAllOf() *SealAllOf + func NewSealAllOfWithDefaults() *SealAllOf + func (o *SealAllOf) GetSealNumber() string + func (o *SealAllOf) GetSealNumberOk() (*string, bool) + func (o *SealAllOf) HasSealNumber() bool + func (o *SealAllOf) SetSealNumber(v string) + func (o SealAllOf) MarshalJSON() ([]byte, error) + func (o SealAllOf) ToMap() (map[string]interface{}, error) + type SealAllOf1 struct + SealSource *SealSource + func NewSealAllOf1() *SealAllOf1 + func NewSealAllOf1WithDefaults() *SealAllOf1 + func (o *SealAllOf1) GetSealSource() SealSource + func (o *SealAllOf1) GetSealSourceOk() (*SealSource, bool) + func (o *SealAllOf1) HasSealSource() bool + func (o *SealAllOf1) SetSealSource(v SealSource) + func (o SealAllOf1) MarshalJSON() ([]byte, error) + func (o SealAllOf1) ToMap() (map[string]interface{}, error) + type SealAllOf2 struct + SealType *SealType + func NewSealAllOf2() *SealAllOf2 + func NewSealAllOf2WithDefaults() *SealAllOf2 + func (o *SealAllOf2) GetSealType() SealType + func (o *SealAllOf2) GetSealTypeOk() (*SealType, bool) + func (o *SealAllOf2) HasSealType() bool + func (o *SealAllOf2) SetSealType(v SealType) + func (o SealAllOf2) MarshalJSON() ([]byte, error) + func (o SealAllOf2) ToMap() (map[string]interface{}, error) + type SealSource string + const SEALSOURCE_CAR + const SEALSOURCE_CUS + const SEALSOURCE_PHY + const SEALSOURCE_SHI + const SEALSOURCE_VET + func NewSealSourceFromValue(v string) (*SealSource, error) + func (v *SealSource) UnmarshalJSON(src []byte) error + func (v SealSource) IsValid() bool + func (v SealSource) Ptr() *SealSource + type SealType string + const BLT + const KLP + const WIR + func NewSealTypeFromValue(v string) (*SealType, error) + func (v *SealType) UnmarshalJSON(src []byte) error + func (v SealType) IsValid() bool + func (v SealType) Ptr() *SealType + type Seals struct + Seals []Seal + func NewSeals() *Seals + func NewSealsWithDefaults() *Seals + func (o *Seals) GetSeals() []Seal + func (o *Seals) GetSealsOk() ([]Seal, bool) + func (o *Seals) HasSeals() bool + func (o *Seals) SetSeals(v []Seal) + func (o Seals) MarshalJSON() ([]byte, error) + func (o Seals) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ShipmentEvent struct + DocumentID string + DocumentTypeCode DocumentTypeCode + EventClassifierCode string + EventCreatedDateTime time.Time + EventDateTime interface{} + EventID *string + EventType string + EventTypeCode *string + Reason *string + References []Reference + ShipmentEventTypeCode ShipmentEventTypeCode + ShipmentID interface{} + ShipmentInformationTypeCode *ShipmentInformationType + func NewShipmentEvent(eventCreatedDateTime time.Time, eventType string, eventClassifierCode string, ...) *ShipmentEvent + func NewShipmentEventWithDefaults() *ShipmentEvent + func (o *ShipmentEvent) GetDocumentID() string + func (o *ShipmentEvent) GetDocumentIDOk() (*string, bool) + func (o *ShipmentEvent) GetDocumentTypeCode() DocumentTypeCode + func (o *ShipmentEvent) GetDocumentTypeCodeOk() (*DocumentTypeCode, bool) + func (o *ShipmentEvent) GetEventClassifierCode() string + func (o *ShipmentEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *ShipmentEvent) GetEventCreatedDateTime() time.Time + func (o *ShipmentEvent) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *ShipmentEvent) GetEventDateTime() interface{} + func (o *ShipmentEvent) GetEventDateTimeOk() (*interface{}, bool) + func (o *ShipmentEvent) GetEventID() string + func (o *ShipmentEvent) GetEventIDOk() (*string, bool) + func (o *ShipmentEvent) GetEventType() string + func (o *ShipmentEvent) GetEventTypeCode() string + func (o *ShipmentEvent) GetEventTypeCodeOk() (*string, bool) + func (o *ShipmentEvent) GetEventTypeOk() (*string, bool) + func (o *ShipmentEvent) GetReason() string + func (o *ShipmentEvent) GetReasonOk() (*string, bool) + func (o *ShipmentEvent) GetReferences() []Reference + func (o *ShipmentEvent) GetReferencesOk() ([]Reference, bool) + func (o *ShipmentEvent) GetShipmentEventTypeCode() ShipmentEventTypeCode + func (o *ShipmentEvent) GetShipmentEventTypeCodeOk() (*ShipmentEventTypeCode, bool) + func (o *ShipmentEvent) GetShipmentID() interface{} + func (o *ShipmentEvent) GetShipmentIDOk() (*interface{}, bool) + func (o *ShipmentEvent) GetShipmentInformationTypeCode() ShipmentInformationType + func (o *ShipmentEvent) GetShipmentInformationTypeCodeOk() (*ShipmentInformationType, bool) + func (o *ShipmentEvent) HasEventID() bool + func (o *ShipmentEvent) HasEventTypeCode() bool + func (o *ShipmentEvent) HasReason() bool + func (o *ShipmentEvent) HasReferences() bool + func (o *ShipmentEvent) HasShipmentID() bool + func (o *ShipmentEvent) HasShipmentInformationTypeCode() bool + func (o *ShipmentEvent) SetDocumentID(v string) + func (o *ShipmentEvent) SetDocumentTypeCode(v DocumentTypeCode) + func (o *ShipmentEvent) SetEventClassifierCode(v string) + func (o *ShipmentEvent) SetEventCreatedDateTime(v time.Time) + func (o *ShipmentEvent) SetEventDateTime(v interface{}) + func (o *ShipmentEvent) SetEventID(v string) + func (o *ShipmentEvent) SetEventType(v string) + func (o *ShipmentEvent) SetEventTypeCode(v string) + func (o *ShipmentEvent) SetReason(v string) + func (o *ShipmentEvent) SetReferences(v []Reference) + func (o *ShipmentEvent) SetShipmentEventTypeCode(v ShipmentEventTypeCode) + func (o *ShipmentEvent) SetShipmentID(v interface{}) + func (o *ShipmentEvent) SetShipmentInformationTypeCode(v ShipmentInformationType) + func (o ShipmentEvent) MarshalJSON() ([]byte, error) + func (o ShipmentEvent) ToMap() (map[string]interface{}, error) + type ShipmentEventTypeCode string + const APPR + const CMPL + const CONF + const DRFT + const HOLD + const ISSU + const PENA + const PENU + const RECE + const REJE + const RELS + const REQS + const SUBM + const SURR + const VOID + func NewShipmentEventTypeCodeFromValue(v string) (*ShipmentEventTypeCode, error) + func (v *ShipmentEventTypeCode) UnmarshalJSON(src []byte) error + func (v ShipmentEventTypeCode) IsValid() bool + func (v ShipmentEventTypeCode) Ptr() *ShipmentEventTypeCode + type ShipmentInformationType string + const SHIPMENTINFORMATIONTYPE_ARN + const SHIPMENTINFORMATIONTYPE_BKG + const SHIPMENTINFORMATIONTYPE_BOK + const SHIPMENTINFORMATIONTYPE_SHI + const SHIPMENTINFORMATIONTYPE_SRM + const SHIPMENTINFORMATIONTYPE_TRD + const SHIPMENTINFORMATIONTYPE_VGM + func NewShipmentInformationTypeFromValue(v string) (*ShipmentInformationType, error) + func (v *ShipmentInformationType) UnmarshalJSON(src []byte) error + func (v ShipmentInformationType) IsValid() bool + func (v ShipmentInformationType) Ptr() *ShipmentInformationType + type SubErrorsInner struct + Message string + Reason string + func NewSubErrorsInner(reason string, message string) *SubErrorsInner + func NewSubErrorsInnerWithDefaults() *SubErrorsInner + func (o *SubErrorsInner) GetMessage() string + func (o *SubErrorsInner) GetMessageOk() (*string, bool) + func (o *SubErrorsInner) GetReason() string + func (o *SubErrorsInner) GetReasonOk() (*string, bool) + func (o *SubErrorsInner) SetMessage(v string) + func (o *SubErrorsInner) SetReason(v string) + func (o SubErrorsInner) MarshalJSON() ([]byte, error) + func (o SubErrorsInner) ToMap() (map[string]interface{}, error) + type TransportCall struct + CarrierServiceCode *string + CarrierVoyageNumber interface{} + ExportVoyageNumber *string + FacilityCode *string + FacilityCodeListProvider *FacilityCodeListProvider + FacilityTypeCode *FacilityTypeCodeTRN + ImportVoyageNumber *string + Location *TransportCallAllOf13Location + ModeOfTransport ModeOfTransport + OtherFacility *string + TransportCallID string + TransportCallSequenceNumber *int32 + UNLocationCode *string + Vessel *Vessel + func NewTransportCall(transportCallID string, modeOfTransport ModeOfTransport) *TransportCall + func NewTransportCallWithDefaults() *TransportCall + func (o *TransportCall) GetCarrierServiceCode() string + func (o *TransportCall) GetCarrierServiceCodeOk() (*string, bool) + func (o *TransportCall) GetCarrierVoyageNumber() interface{} + func (o *TransportCall) GetCarrierVoyageNumberOk() (*interface{}, bool) + func (o *TransportCall) GetExportVoyageNumber() string + func (o *TransportCall) GetExportVoyageNumberOk() (*string, bool) + func (o *TransportCall) GetFacilityCode() string + func (o *TransportCall) GetFacilityCodeListProvider() FacilityCodeListProvider + func (o *TransportCall) GetFacilityCodeListProviderOk() (*FacilityCodeListProvider, bool) + func (o *TransportCall) GetFacilityCodeOk() (*string, bool) + func (o *TransportCall) GetFacilityTypeCode() FacilityTypeCodeTRN + func (o *TransportCall) GetFacilityTypeCodeOk() (*FacilityTypeCodeTRN, bool) + func (o *TransportCall) GetImportVoyageNumber() string + func (o *TransportCall) GetImportVoyageNumberOk() (*string, bool) + func (o *TransportCall) GetLocation() TransportCallAllOf13Location + func (o *TransportCall) GetLocationOk() (*TransportCallAllOf13Location, bool) + func (o *TransportCall) GetModeOfTransport() ModeOfTransport + func (o *TransportCall) GetModeOfTransportOk() (*ModeOfTransport, bool) + func (o *TransportCall) GetOtherFacility() string + func (o *TransportCall) GetOtherFacilityOk() (*string, bool) + func (o *TransportCall) GetTransportCallID() string + func (o *TransportCall) GetTransportCallIDOk() (*string, bool) + func (o *TransportCall) GetTransportCallSequenceNumber() int32 + func (o *TransportCall) GetTransportCallSequenceNumberOk() (*int32, bool) + func (o *TransportCall) GetUNLocationCode() string + func (o *TransportCall) GetUNLocationCodeOk() (*string, bool) + func (o *TransportCall) GetVessel() Vessel + func (o *TransportCall) GetVesselOk() (*Vessel, bool) + func (o *TransportCall) HasCarrierServiceCode() bool + func (o *TransportCall) HasCarrierVoyageNumber() bool + func (o *TransportCall) HasExportVoyageNumber() bool + func (o *TransportCall) HasFacilityCode() bool + func (o *TransportCall) HasFacilityCodeListProvider() bool + func (o *TransportCall) HasFacilityTypeCode() bool + func (o *TransportCall) HasImportVoyageNumber() bool + func (o *TransportCall) HasLocation() bool + func (o *TransportCall) HasOtherFacility() bool + func (o *TransportCall) HasTransportCallSequenceNumber() bool + func (o *TransportCall) HasUNLocationCode() bool + func (o *TransportCall) HasVessel() bool + func (o *TransportCall) SetCarrierServiceCode(v string) + func (o *TransportCall) SetCarrierVoyageNumber(v interface{}) + func (o *TransportCall) SetExportVoyageNumber(v string) + func (o *TransportCall) SetFacilityCode(v string) + func (o *TransportCall) SetFacilityCodeListProvider(v FacilityCodeListProvider) + func (o *TransportCall) SetFacilityTypeCode(v FacilityTypeCodeTRN) + func (o *TransportCall) SetImportVoyageNumber(v string) + func (o *TransportCall) SetLocation(v TransportCallAllOf13Location) + func (o *TransportCall) SetModeOfTransport(v ModeOfTransport) + func (o *TransportCall) SetOtherFacility(v string) + func (o *TransportCall) SetTransportCallID(v string) + func (o *TransportCall) SetTransportCallSequenceNumber(v int32) + func (o *TransportCall) SetUNLocationCode(v string) + func (o *TransportCall) SetVessel(v Vessel) + func (o TransportCall) MarshalJSON() ([]byte, error) + func (o TransportCall) ToMap() (map[string]interface{}, error) + type TransportCallAllOf struct + TransportCallID *string + func NewTransportCallAllOf() *TransportCallAllOf + func NewTransportCallAllOfWithDefaults() *TransportCallAllOf + func (o *TransportCallAllOf) GetTransportCallID() string + func (o *TransportCallAllOf) GetTransportCallIDOk() (*string, bool) + func (o *TransportCallAllOf) HasTransportCallID() bool + func (o *TransportCallAllOf) SetTransportCallID(v string) + func (o TransportCallAllOf) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf) ToMap() (map[string]interface{}, error) + type TransportCallAllOf1 struct + CarrierServiceCode *string + func NewTransportCallAllOf1() *TransportCallAllOf1 + func NewTransportCallAllOf1WithDefaults() *TransportCallAllOf1 + func (o *TransportCallAllOf1) GetCarrierServiceCode() string + func (o *TransportCallAllOf1) GetCarrierServiceCodeOk() (*string, bool) + func (o *TransportCallAllOf1) HasCarrierServiceCode() bool + func (o *TransportCallAllOf1) SetCarrierServiceCode(v string) + func (o TransportCallAllOf1) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf1) ToMap() (map[string]interface{}, error) + type TransportCallAllOf10 struct + FacilityTypeCode *FacilityTypeCodeTRN + func NewTransportCallAllOf10() *TransportCallAllOf10 + func NewTransportCallAllOf10WithDefaults() *TransportCallAllOf10 + func (o *TransportCallAllOf10) GetFacilityTypeCode() FacilityTypeCodeTRN + func (o *TransportCallAllOf10) GetFacilityTypeCodeOk() (*FacilityTypeCodeTRN, bool) + func (o *TransportCallAllOf10) HasFacilityTypeCode() bool + func (o *TransportCallAllOf10) SetFacilityTypeCode(v FacilityTypeCodeTRN) + func (o TransportCallAllOf10) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf10) ToMap() (map[string]interface{}, error) + type TransportCallAllOf11 struct + OtherFacility *string + func NewTransportCallAllOf11() *TransportCallAllOf11 + func NewTransportCallAllOf11WithDefaults() *TransportCallAllOf11 + func (o *TransportCallAllOf11) GetOtherFacility() string + func (o *TransportCallAllOf11) GetOtherFacilityOk() (*string, bool) + func (o *TransportCallAllOf11) HasOtherFacility() bool + func (o *TransportCallAllOf11) SetOtherFacility(v string) + func (o TransportCallAllOf11) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf11) ToMap() (map[string]interface{}, error) + type TransportCallAllOf12 struct + ModeOfTransport *ModeOfTransport + func NewTransportCallAllOf12() *TransportCallAllOf12 + func NewTransportCallAllOf12WithDefaults() *TransportCallAllOf12 + func (o *TransportCallAllOf12) GetModeOfTransport() ModeOfTransport + func (o *TransportCallAllOf12) GetModeOfTransportOk() (*ModeOfTransport, bool) + func (o *TransportCallAllOf12) HasModeOfTransport() bool + func (o *TransportCallAllOf12) SetModeOfTransport(v ModeOfTransport) + func (o TransportCallAllOf12) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf12) ToMap() (map[string]interface{}, error) + type TransportCallAllOf13 struct + Location *TransportCallAllOf13Location + func NewTransportCallAllOf13() *TransportCallAllOf13 + func NewTransportCallAllOf13WithDefaults() *TransportCallAllOf13 + func (o *TransportCallAllOf13) GetLocation() TransportCallAllOf13Location + func (o *TransportCallAllOf13) GetLocationOk() (*TransportCallAllOf13Location, bool) + func (o *TransportCallAllOf13) HasLocation() bool + func (o *TransportCallAllOf13) SetLocation(v TransportCallAllOf13Location) + func (o TransportCallAllOf13) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf13) ToMap() (map[string]interface{}, error) + type TransportCallAllOf13Location struct + Address *LocationAllOf3Address + FacilityCode *string + FacilityCodeListProvider *FacilityCodeListProvider + Latitude *string + LocationName *string + Longitude *string + UNLocationCode *string + func NewTransportCallAllOf13Location() *TransportCallAllOf13Location + func NewTransportCallAllOf13LocationWithDefaults() *TransportCallAllOf13Location + func (o *TransportCallAllOf13Location) GetAddress() LocationAllOf3Address + func (o *TransportCallAllOf13Location) GetAddressOk() (*LocationAllOf3Address, bool) + func (o *TransportCallAllOf13Location) GetFacilityCode() string + func (o *TransportCallAllOf13Location) GetFacilityCodeListProvider() FacilityCodeListProvider + func (o *TransportCallAllOf13Location) GetFacilityCodeListProviderOk() (*FacilityCodeListProvider, bool) + func (o *TransportCallAllOf13Location) GetFacilityCodeOk() (*string, bool) + func (o *TransportCallAllOf13Location) GetLatitude() string + func (o *TransportCallAllOf13Location) GetLatitudeOk() (*string, bool) + func (o *TransportCallAllOf13Location) GetLocationName() string + func (o *TransportCallAllOf13Location) GetLocationNameOk() (*string, bool) + func (o *TransportCallAllOf13Location) GetLongitude() string + func (o *TransportCallAllOf13Location) GetLongitudeOk() (*string, bool) + func (o *TransportCallAllOf13Location) GetUNLocationCode() string + func (o *TransportCallAllOf13Location) GetUNLocationCodeOk() (*string, bool) + func (o *TransportCallAllOf13Location) HasAddress() bool + func (o *TransportCallAllOf13Location) HasFacilityCode() bool + func (o *TransportCallAllOf13Location) HasFacilityCodeListProvider() bool + func (o *TransportCallAllOf13Location) HasLatitude() bool + func (o *TransportCallAllOf13Location) HasLocationName() bool + func (o *TransportCallAllOf13Location) HasLongitude() bool + func (o *TransportCallAllOf13Location) HasUNLocationCode() bool + func (o *TransportCallAllOf13Location) SetAddress(v LocationAllOf3Address) + func (o *TransportCallAllOf13Location) SetFacilityCode(v string) + func (o *TransportCallAllOf13Location) SetFacilityCodeListProvider(v FacilityCodeListProvider) + func (o *TransportCallAllOf13Location) SetLatitude(v string) + func (o *TransportCallAllOf13Location) SetLocationName(v string) + func (o *TransportCallAllOf13Location) SetLongitude(v string) + func (o *TransportCallAllOf13Location) SetUNLocationCode(v string) + func (o TransportCallAllOf13Location) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf13Location) ToMap() (map[string]interface{}, error) + type TransportCallAllOf14 struct + Vessel *Vessel + func NewTransportCallAllOf14() *TransportCallAllOf14 + func NewTransportCallAllOf14WithDefaults() *TransportCallAllOf14 + func (o *TransportCallAllOf14) GetVessel() Vessel + func (o *TransportCallAllOf14) GetVesselOk() (*Vessel, bool) + func (o *TransportCallAllOf14) HasVessel() bool + func (o *TransportCallAllOf14) SetVessel(v Vessel) + func (o TransportCallAllOf14) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf14) ToMap() (map[string]interface{}, error) + type TransportCallAllOf2 struct + CarrierVoyageNumber *string + func NewTransportCallAllOf2() *TransportCallAllOf2 + func NewTransportCallAllOf2WithDefaults() *TransportCallAllOf2 + func (o *TransportCallAllOf2) GetCarrierVoyageNumber() string + func (o *TransportCallAllOf2) GetCarrierVoyageNumberOk() (*string, bool) + func (o *TransportCallAllOf2) HasCarrierVoyageNumber() bool + func (o *TransportCallAllOf2) SetCarrierVoyageNumber(v string) + func (o TransportCallAllOf2) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf2) ToMap() (map[string]interface{}, error) + type TransportCallAllOf3 struct + CarrierVoyageNumber interface{} + func NewTransportCallAllOf3() *TransportCallAllOf3 + func NewTransportCallAllOf3WithDefaults() *TransportCallAllOf3 + func (o *TransportCallAllOf3) GetCarrierVoyageNumber() interface{} + func (o *TransportCallAllOf3) GetCarrierVoyageNumberOk() (*interface{}, bool) + func (o *TransportCallAllOf3) HasCarrierVoyageNumber() bool + func (o *TransportCallAllOf3) SetCarrierVoyageNumber(v interface{}) + func (o TransportCallAllOf3) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf3) ToMap() (map[string]interface{}, error) + type TransportCallAllOf4 struct + ExportVoyageNumber *string + func NewTransportCallAllOf4() *TransportCallAllOf4 + func NewTransportCallAllOf4WithDefaults() *TransportCallAllOf4 + func (o *TransportCallAllOf4) GetExportVoyageNumber() string + func (o *TransportCallAllOf4) GetExportVoyageNumberOk() (*string, bool) + func (o *TransportCallAllOf4) HasExportVoyageNumber() bool + func (o *TransportCallAllOf4) SetExportVoyageNumber(v string) + func (o TransportCallAllOf4) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf4) ToMap() (map[string]interface{}, error) + type TransportCallAllOf5 struct + ImportVoyageNumber *string + func NewTransportCallAllOf5() *TransportCallAllOf5 + func NewTransportCallAllOf5WithDefaults() *TransportCallAllOf5 + func (o *TransportCallAllOf5) GetImportVoyageNumber() string + func (o *TransportCallAllOf5) GetImportVoyageNumberOk() (*string, bool) + func (o *TransportCallAllOf5) HasImportVoyageNumber() bool + func (o *TransportCallAllOf5) SetImportVoyageNumber(v string) + func (o TransportCallAllOf5) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf5) ToMap() (map[string]interface{}, error) + type TransportCallAllOf6 struct + TransportCallSequenceNumber *int32 + func NewTransportCallAllOf6() *TransportCallAllOf6 + func NewTransportCallAllOf6WithDefaults() *TransportCallAllOf6 + func (o *TransportCallAllOf6) GetTransportCallSequenceNumber() int32 + func (o *TransportCallAllOf6) GetTransportCallSequenceNumberOk() (*int32, bool) + func (o *TransportCallAllOf6) HasTransportCallSequenceNumber() bool + func (o *TransportCallAllOf6) SetTransportCallSequenceNumber(v int32) + func (o TransportCallAllOf6) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf6) ToMap() (map[string]interface{}, error) + type TransportCallAllOf7 struct + UNLocationCode *string + func NewTransportCallAllOf7() *TransportCallAllOf7 + func NewTransportCallAllOf7WithDefaults() *TransportCallAllOf7 + func (o *TransportCallAllOf7) GetUNLocationCode() string + func (o *TransportCallAllOf7) GetUNLocationCodeOk() (*string, bool) + func (o *TransportCallAllOf7) HasUNLocationCode() bool + func (o *TransportCallAllOf7) SetUNLocationCode(v string) + func (o TransportCallAllOf7) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf7) ToMap() (map[string]interface{}, error) + type TransportCallAllOf8 struct + FacilityCode *string + func NewTransportCallAllOf8() *TransportCallAllOf8 + func NewTransportCallAllOf8WithDefaults() *TransportCallAllOf8 + func (o *TransportCallAllOf8) GetFacilityCode() string + func (o *TransportCallAllOf8) GetFacilityCodeOk() (*string, bool) + func (o *TransportCallAllOf8) HasFacilityCode() bool + func (o *TransportCallAllOf8) SetFacilityCode(v string) + func (o TransportCallAllOf8) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf8) ToMap() (map[string]interface{}, error) + type TransportCallAllOf9 struct + FacilityCodeListProvider *FacilityCodeListProvider + func NewTransportCallAllOf9() *TransportCallAllOf9 + func NewTransportCallAllOf9WithDefaults() *TransportCallAllOf9 + func (o *TransportCallAllOf9) GetFacilityCodeListProvider() FacilityCodeListProvider + func (o *TransportCallAllOf9) GetFacilityCodeListProviderOk() (*FacilityCodeListProvider, bool) + func (o *TransportCallAllOf9) HasFacilityCodeListProvider() bool + func (o *TransportCallAllOf9) SetFacilityCodeListProvider(v FacilityCodeListProvider) + func (o TransportCallAllOf9) MarshalJSON() ([]byte, error) + func (o TransportCallAllOf9) ToMap() (map[string]interface{}, error) + type TransportDocumentType string + const BOL + const SWB + func NewTransportDocumentTypeFromValue(v string) (*TransportDocumentType, error) + func (v *TransportDocumentType) UnmarshalJSON(src []byte) error + func (v TransportDocumentType) IsValid() bool + func (v TransportDocumentType) Ptr() *TransportDocumentType + type TransportEvent struct + ChangeRemark *string + DelayReasonCode *string + DocumentReferences []DocumentReferencesInner + EventClassifierCode string + EventCreatedDateTime time.Time + EventDateTime time.Time + EventID *string + EventType string + EventTypeCode *string + References []Reference + TransportCall TransportCall + TransportCallID *string + TransportEventTypeCode TransportEventTypeCode + VesselScheduleChangeRemark *string + func NewTransportEvent(eventCreatedDateTime time.Time, eventType string, eventClassifierCode string, ...) *TransportEvent + func NewTransportEventWithDefaults() *TransportEvent + func (o *TransportEvent) GetChangeRemark() string + func (o *TransportEvent) GetChangeRemarkOk() (*string, bool) + func (o *TransportEvent) GetDelayReasonCode() string + func (o *TransportEvent) GetDelayReasonCodeOk() (*string, bool) + func (o *TransportEvent) GetDocumentReferences() []DocumentReferencesInner + func (o *TransportEvent) GetDocumentReferencesOk() ([]DocumentReferencesInner, bool) + func (o *TransportEvent) GetEventClassifierCode() string + func (o *TransportEvent) GetEventClassifierCodeOk() (*string, bool) + func (o *TransportEvent) GetEventCreatedDateTime() time.Time + func (o *TransportEvent) GetEventCreatedDateTimeOk() (*time.Time, bool) + func (o *TransportEvent) GetEventDateTime() time.Time + func (o *TransportEvent) GetEventDateTimeOk() (*time.Time, bool) + func (o *TransportEvent) GetEventID() string + func (o *TransportEvent) GetEventIDOk() (*string, bool) + func (o *TransportEvent) GetEventType() string + func (o *TransportEvent) GetEventTypeCode() string + func (o *TransportEvent) GetEventTypeCodeOk() (*string, bool) + func (o *TransportEvent) GetEventTypeOk() (*string, bool) + func (o *TransportEvent) GetReferences() []Reference + func (o *TransportEvent) GetReferencesOk() ([]Reference, bool) + func (o *TransportEvent) GetTransportCall() TransportCall + func (o *TransportEvent) GetTransportCallID() string + func (o *TransportEvent) GetTransportCallIDOk() (*string, bool) + func (o *TransportEvent) GetTransportCallOk() (*TransportCall, bool) + func (o *TransportEvent) GetTransportEventTypeCode() TransportEventTypeCode + func (o *TransportEvent) GetTransportEventTypeCodeOk() (*TransportEventTypeCode, bool) + func (o *TransportEvent) GetVesselScheduleChangeRemark() string + func (o *TransportEvent) GetVesselScheduleChangeRemarkOk() (*string, bool) + func (o *TransportEvent) HasChangeRemark() bool + func (o *TransportEvent) HasDelayReasonCode() bool + func (o *TransportEvent) HasDocumentReferences() bool + func (o *TransportEvent) HasEventID() bool + func (o *TransportEvent) HasEventTypeCode() bool + func (o *TransportEvent) HasReferences() bool + func (o *TransportEvent) HasTransportCallID() bool + func (o *TransportEvent) HasVesselScheduleChangeRemark() bool + func (o *TransportEvent) SetChangeRemark(v string) + func (o *TransportEvent) SetDelayReasonCode(v string) + func (o *TransportEvent) SetDocumentReferences(v []DocumentReferencesInner) + func (o *TransportEvent) SetEventClassifierCode(v string) + func (o *TransportEvent) SetEventCreatedDateTime(v time.Time) + func (o *TransportEvent) SetEventDateTime(v time.Time) + func (o *TransportEvent) SetEventID(v string) + func (o *TransportEvent) SetEventType(v string) + func (o *TransportEvent) SetEventTypeCode(v string) + func (o *TransportEvent) SetReferences(v []Reference) + func (o *TransportEvent) SetTransportCall(v TransportCall) + func (o *TransportEvent) SetTransportCallID(v string) + func (o *TransportEvent) SetTransportEventTypeCode(v TransportEventTypeCode) + func (o *TransportEvent) SetVesselScheduleChangeRemark(v string) + func (o TransportEvent) MarshalJSON() ([]byte, error) + func (o TransportEvent) ToMap() (map[string]interface{}, error) + type TransportEventAllOf struct + DocumentReferences []DocumentReferencesInner + func NewTransportEventAllOf() *TransportEventAllOf + func NewTransportEventAllOfWithDefaults() *TransportEventAllOf + func (o *TransportEventAllOf) GetDocumentReferences() []DocumentReferencesInner + func (o *TransportEventAllOf) GetDocumentReferencesOk() ([]DocumentReferencesInner, bool) + func (o *TransportEventAllOf) HasDocumentReferences() bool + func (o *TransportEventAllOf) SetDocumentReferences(v []DocumentReferencesInner) + func (o TransportEventAllOf) MarshalJSON() ([]byte, error) + func (o TransportEventAllOf) ToMap() (map[string]interface{}, error) + type TransportEventTypeCode string + const ARRI + const DEPA + func NewTransportEventTypeCodeFromValue(v string) (*TransportEventTypeCode, error) + func (v *TransportEventTypeCode) UnmarshalJSON(src []byte) error + func (v TransportEventTypeCode) IsValid() bool + func (v TransportEventTypeCode) Ptr() *TransportEventTypeCode + type Vessel struct + VesselCallSignNumber *string + VesselFlag *string + VesselIMONumber string + VesselName *string + VesselOperatorCarrierCode *string + VesselOperatorCarrierCodeListProvider *VesselOperatorCarrierCodeListProvider + func NewVessel(vesselIMONumber string) *Vessel + func NewVesselWithDefaults() *Vessel + func (o *Vessel) GetVesselCallSignNumber() string + func (o *Vessel) GetVesselCallSignNumberOk() (*string, bool) + func (o *Vessel) GetVesselFlag() string + func (o *Vessel) GetVesselFlagOk() (*string, bool) + func (o *Vessel) GetVesselIMONumber() string + func (o *Vessel) GetVesselIMONumberOk() (*string, bool) + func (o *Vessel) GetVesselName() string + func (o *Vessel) GetVesselNameOk() (*string, bool) + func (o *Vessel) GetVesselOperatorCarrierCode() string + func (o *Vessel) GetVesselOperatorCarrierCodeListProvider() VesselOperatorCarrierCodeListProvider + func (o *Vessel) GetVesselOperatorCarrierCodeListProviderOk() (*VesselOperatorCarrierCodeListProvider, bool) + func (o *Vessel) GetVesselOperatorCarrierCodeOk() (*string, bool) + func (o *Vessel) HasVesselCallSignNumber() bool + func (o *Vessel) HasVesselFlag() bool + func (o *Vessel) HasVesselName() bool + func (o *Vessel) HasVesselOperatorCarrierCode() bool + func (o *Vessel) HasVesselOperatorCarrierCodeListProvider() bool + func (o *Vessel) SetVesselCallSignNumber(v string) + func (o *Vessel) SetVesselFlag(v string) + func (o *Vessel) SetVesselIMONumber(v string) + func (o *Vessel) SetVesselName(v string) + func (o *Vessel) SetVesselOperatorCarrierCode(v string) + func (o *Vessel) SetVesselOperatorCarrierCodeListProvider(v VesselOperatorCarrierCodeListProvider) + func (o Vessel) MarshalJSON() ([]byte, error) + func (o Vessel) ToMap() (map[string]interface{}, error) + type VesselAllOf struct + VesselIMONumber *string + func NewVesselAllOf() *VesselAllOf + func NewVesselAllOfWithDefaults() *VesselAllOf + func (o *VesselAllOf) GetVesselIMONumber() string + func (o *VesselAllOf) GetVesselIMONumberOk() (*string, bool) + func (o *VesselAllOf) HasVesselIMONumber() bool + func (o *VesselAllOf) SetVesselIMONumber(v string) + func (o VesselAllOf) MarshalJSON() ([]byte, error) + func (o VesselAllOf) ToMap() (map[string]interface{}, error) + type VesselAllOf1 struct + VesselName *string + func NewVesselAllOf1() *VesselAllOf1 + func NewVesselAllOf1WithDefaults() *VesselAllOf1 + func (o *VesselAllOf1) GetVesselName() string + func (o *VesselAllOf1) GetVesselNameOk() (*string, bool) + func (o *VesselAllOf1) HasVesselName() bool + func (o *VesselAllOf1) SetVesselName(v string) + func (o VesselAllOf1) MarshalJSON() ([]byte, error) + func (o VesselAllOf1) ToMap() (map[string]interface{}, error) + type VesselAllOf2 struct + VesselFlag *string + func NewVesselAllOf2() *VesselAllOf2 + func NewVesselAllOf2WithDefaults() *VesselAllOf2 + func (o *VesselAllOf2) GetVesselFlag() string + func (o *VesselAllOf2) GetVesselFlagOk() (*string, bool) + func (o *VesselAllOf2) HasVesselFlag() bool + func (o *VesselAllOf2) SetVesselFlag(v string) + func (o VesselAllOf2) MarshalJSON() ([]byte, error) + func (o VesselAllOf2) ToMap() (map[string]interface{}, error) + type VesselAllOf3 struct + VesselCallSignNumber *string + func NewVesselAllOf3() *VesselAllOf3 + func NewVesselAllOf3WithDefaults() *VesselAllOf3 + func (o *VesselAllOf3) GetVesselCallSignNumber() string + func (o *VesselAllOf3) GetVesselCallSignNumberOk() (*string, bool) + func (o *VesselAllOf3) HasVesselCallSignNumber() bool + func (o *VesselAllOf3) SetVesselCallSignNumber(v string) + func (o VesselAllOf3) MarshalJSON() ([]byte, error) + func (o VesselAllOf3) ToMap() (map[string]interface{}, error) + type VesselAllOf4 struct + VesselOperatorCarrierCode *string + func NewVesselAllOf4() *VesselAllOf4 + func NewVesselAllOf4WithDefaults() *VesselAllOf4 + func (o *VesselAllOf4) GetVesselOperatorCarrierCode() string + func (o *VesselAllOf4) GetVesselOperatorCarrierCodeOk() (*string, bool) + func (o *VesselAllOf4) HasVesselOperatorCarrierCode() bool + func (o *VesselAllOf4) SetVesselOperatorCarrierCode(v string) + func (o VesselAllOf4) MarshalJSON() ([]byte, error) + func (o VesselAllOf4) ToMap() (map[string]interface{}, error) + type VesselAllOf5 struct + VesselOperatorCarrierCodeListProvider *VesselOperatorCarrierCodeListProvider + func NewVesselAllOf5() *VesselAllOf5 + func NewVesselAllOf5WithDefaults() *VesselAllOf5 + func (o *VesselAllOf5) GetVesselOperatorCarrierCodeListProvider() VesselOperatorCarrierCodeListProvider + func (o *VesselAllOf5) GetVesselOperatorCarrierCodeListProviderOk() (*VesselOperatorCarrierCodeListProvider, bool) + func (o *VesselAllOf5) HasVesselOperatorCarrierCodeListProvider() bool + func (o *VesselAllOf5) SetVesselOperatorCarrierCodeListProvider(v VesselOperatorCarrierCodeListProvider) + func (o VesselAllOf5) MarshalJSON() ([]byte, error) + func (o VesselAllOf5) ToMap() (map[string]interface{}, error) + type VesselOperatorCarrierCodeListProvider string + const VESSELOPERATORCARRIERCODELISTPROVIDER_NMFTA + const VESSELOPERATORCARRIERCODELISTPROVIDER_SMDG + func NewVesselOperatorCarrierCodeListProviderFromValue(v string) (*VesselOperatorCarrierCodeListProvider, error) + func (v *VesselOperatorCarrierCodeListProvider) UnmarshalJSON(src []byte) error + func (v VesselOperatorCarrierCodeListProvider) IsValid() bool + func (v VesselOperatorCarrierCodeListProvider) Ptr() *VesselOperatorCarrierCodeListProvider Other modules containing this package github.com/buyco/go-msc-sdk