queue_counttotal_reply

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: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BeginDateTime

type BeginDateTime struct {

	// Format limitations: n..6
	Year float64 `xml:"year"`

	// Format limitations: n..2
	Month float64 `xml:"month"`

	// Format limitations: n..2
	Day float64 `xml:"day"`
}

type CategoryAndCount

type CategoryAndCount struct {
	CategoryAndDateRange *CategoryAndDateRange `xml:"categoryAndDateRange"`

	QueueCount []*QueueCount `xml:"queueCount"` // maxOccurs="4"
}

type CategoryAndDateRange

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

type DateRanges

type DateRanges struct {
	BeginDateTime *BeginDateTime `xml:"beginDateTime"`

	EndDateTime *EndDateTime `xml:"endDateTime"`
}

type DateTime

type DateTime struct {

	// Format limitations: n..6
	Year float64 `xml:"year"`

	// Format limitations: n..2
	Month float64 `xml:"month"`

	// Format limitations: n..2
	Day float64 `xml:"day"`

	// Format limitations: n..6
	Hour float64 `xml:"hour"`

	// Format limitations: n..6
	Minutes float64 `xml:"minutes"`
}

type DelayedCount

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

type EndDateTime

type EndDateTime struct {

	// Format limitations: n..6
	Year float64 `xml:"year"`

	// Format limitations: n..2
	Month float64 `xml:"month"`

	// Format limitations: n..2
	Day float64 `xml:"day"`
}

type ErrorDefinition

type ErrorDefinition struct {
	ErrorDetails *ErrorDetails `xml:"errorDetails"`
}

type ErrorDetails

type ErrorDetails struct {

	// Format limitations: an..3
	ErrorCode string `xml:"errorCode"`

	// Format limitations: an..3
	ErrorCategory string `xml:"errorCategory,omitempty"` // minOccurs="0"

	// Format limitations: an..3
	ErrorCodeOwner string `xml:"errorCodeOwner,omitempty"` // minOccurs="0"
}

type ErrorReturn

type ErrorReturn struct {
	ErrorDefinition *ErrorDefinition `xml:"errorDefinition"`

	ErrorText *ErrorText `xml:"errorText,omitempty"` // minOccurs="0"
}

type ErrorText

type ErrorText struct {
	FreeTextDetails *FreeTextDetails `xml:"freeTextDetails,omitempty"` // minOccurs="0"

	// Format limitations: an..199
	FreeText []string `xml:"freeText"` // maxOccurs="99"
}

type FreeTextDetails

type FreeTextDetails struct {

	// Format limitations: an..3
	TextSubjectQualifier string `xml:"textSubjectQualifier"`

	// Format limitations: an..3
	Source string `xml:"source,omitempty"` // minOccurs="0"

	// Format limitations: an..3
	Encoding string `xml:"encoding,omitempty"` // minOccurs="0"
}

type LocalDateAndTime

type LocalDateAndTime struct {
	DateTime *DateTime `xml:"dateTime"`
}

type OfficeBeingDisplayed

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

	OriginatorDetails *OriginatorDetails `xml:"originatorDetails"`
}

type OriginatorDetails

type OriginatorDetails struct {

	// Format limitations: an..9
	InHouseIdentification1 string `xml:"inHouseIdentification1"`
}

type QueueCount

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

type QueueCountDisplay

type QueueCountDisplay struct {
	LocalDateAndTime *LocalDateAndTime `xml:"localDateAndTime"`

	OfficeBeingDisplayed *OfficeBeingDisplayed `xml:"officeBeingDisplayed"`

	DateRanges []*DateRanges `xml:"dateRanges,omitempty"` // minOccurs="0" maxOccurs="4"

	DelayedCount []*DelayedCount `xml:"delayedCount,omitempty"` // minOccurs="0" maxOccurs="2"

	StandardQueueCountDisplay []*StandardQueueCountDisplay `xml:"standardQueueCountDisplay"` // maxOccurs="60"
}

type QueueCountTotalReply

type QueueCountTotalReply struct {
	ErrorReturn *ErrorReturn `xml:"errorReturn,omitempty"` // minOccurs="0"

	QueueCountDisplay *QueueCountDisplay `xml:"queueCountDisplay,omitempty"` // minOccurs="0"
}

type QueueDetails

type QueueDetails struct {

	// Format limitations: n..15
	NumberOfItems float64 `xml:"numberOfItems"`

	// Format limitations: an..3
	Status string `xml:"status,omitempty"` // minOccurs="0"
}

type QueueDetails1

type QueueDetails1 struct {

	// Format limitations: n..2
	Number float64 `xml:"number"`
}

type QueueName

type QueueName struct {
	ReferenceDetails *ReferenceDetails `xml:"referenceDetails"`
}

type QueueNumber

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

type ReferenceDetails

type ReferenceDetails struct {

	// Format limitations: an..35
	Value string `xml:"value"`
}

type SourceType

type SourceType struct {

	// Format limitations: an..3
	SourceQualifier1 string `xml:"sourceQualifier1"`
}

type StandardQueueCountDisplay

type StandardQueueCountDisplay struct {
	QueueName *QueueName `xml:"queueName"`

	QueueNumber *QueueNumber `xml:"queueNumber"`

	CategoryAndCount []*CategoryAndCount `xml:"categoryAndCount"` // maxOccurs="1020"
}

type SubQueueInfoDetails

type SubQueueInfoDetails struct {

	// Format limitations: an..3
	IdentificationType string `xml:"identificationType"`

	// Format limitations: an..3
	ItemNumber string `xml:"itemNumber,omitempty"` // minOccurs="0"

	// Format limitations: an..35
	ItemDescription string `xml:"itemDescription,omitempty"` // minOccurs="0"
}

Jump to

Keyboard shortcuts

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