DocIssuance_IssueTicketReply_v09_1

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2019 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationErrorDetailType

type ApplicationErrorDetailType struct {
	// Code identifying the data validation error condition.
	ErrorCode string `xml:"errorCode"`

	// Identification of a code list.
	ErrorCategory string `xml:"errorCategory,omitempty"` // minOccurs="0"

	// Code identifying the agency responsible for a code list.
	ErrorCodeOwner string `xml:"errorCodeOwner,omitempty"` // minOccurs="0"
}

type ApplicationErrorInformationType

type ApplicationErrorInformationType struct {
	// Application error details.
	ErrorDetails *ApplicationErrorDetailType `xml:"errorDetails"`
}

type DocIssuanceIssueTicketReply

type DocIssuanceIssueTicketReply struct {

	// The type of the answer : warning, aknowledgement, PNR display...
	ProcessingStatus *ResponseAnalysisDetailsType `xml:"processingStatus"`

	// Contains warning and errors.
	ErrorGroup *ErrorGroupType `xml:"errorGroup,omitempty"` // minOccurs="0"
}

type ErrorGroupType

type ErrorGroupType struct {
	// The details of error/warning code.
	ErrorOrWarningCodeDetails *ApplicationErrorInformationType `xml:"errorOrWarningCodeDetails"`

	// The desciption of warning or error.
	ErrorWarningDescription *FreeTextInformationType `xml:"errorWarningDescription,omitempty"` // minOccurs="0"
}

type FreeTextDetailsType

type FreeTextDetailsType struct {
	// textSubjectQualifier
	TextSubjectQualifier string `xml:"textSubjectQualifier"`

	// source
	Source string `xml:"source"`

	// encoding
	Encoding string `xml:"encoding"`
}

type FreeTextInformationType

type FreeTextInformationType struct {
	// warning/error message details.
	FreeTextDetails *FreeTextDetailsType `xml:"freeTextDetails"`

	// Free text and message sequence numbers of the remarks.
	FreeText string `xml:"freeText"`
}

type ResponseAnalysisDetailsType

type ResponseAnalysisDetailsType struct {
	// type of the answer
	StatusCode string `xml:"statusCode"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL