queue_countplanner

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: 1 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategoryDetails

type CategoryDetails struct {
	SubQueueInfoDetails *SubQueueInfoDetails `xml:"subQueueInfoDetails"`
}

type Date

type Date struct {
	TimeMode string `xml:"timeMode,omitempty"` // minOccurs="0"

	DateTime *DateTime `xml:"dateTime,omitempty"` // minOccurs="0"
}

type DateTime

type DateTime struct {
	Year float64 `xml:"year"`

	Month float64 `xml:"month"`

	Day float64 `xml:"day"`
}

type DisplayType

type DisplayType struct {
	SelectionDetails *SelectionDetails `xml:"selectionDetails"`
}

type OriginatorDetails

type OriginatorDetails struct {
	InHouseIdentification1 string `xml:"inHouseIdentification1"`
}

type QueueCountPlanner

type QueueCountPlanner struct {
	XMLName xml.Name `xml:"http://xml.amadeus.com/QCDDRQ_03_1_1A Queue_CountPlanner"`

	DisplayType *DisplayType `xml:"displayType"`

	TargetOffice *TargetOffice `xml:"targetOffice,omitempty"` // minOccurs="0"

	Date *Date `xml:"date,omitempty"` // minOccurs="0"

	QueueNumber *QueueNumber `xml:"queueNumber,omitempty"` // minOccurs="0"

	CategoryDetails *CategoryDetails `xml:"categoryDetails,omitempty"` // minOccurs="0"
}

type QueueDetails

type QueueDetails struct {
	Number float64 `xml:"number"`
}

type QueueNumber

type QueueNumber struct {
	QueueDetails *QueueDetails `xml:"queueDetails"`
}

type SelectionDetails

type SelectionDetails struct {
	Option string `xml:"option"`
}

type SourceType

type SourceType struct {
	SourceQualifier1 string `xml:"sourceQualifier1"`
}

type SubQueueInfoDetails

type SubQueueInfoDetails struct {
	IdentificationType string `xml:"identificationType"`

	ItemNumber string `xml:"itemNumber,omitempty"` // minOccurs="0"

	ItemDescription string `xml:"itemDescription,omitempty"` // minOccurs="0"
}

type TargetOffice

type TargetOffice struct {
	SourceType *SourceType `xml:"sourceType"`

	OriginatorDetails *OriginatorDetails `xml:"originatorDetails"`
}

Jump to

Keyboard shortcuts

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