queue_countplanner_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: 0

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,omitempty"` // minOccurs="0"

	// Format limitations: n..2
	Month *float64 `xml:"month,omitempty"` // minOccurs="0"

	// Format limitations: n..2
	Day *float64 `xml:"day,omitempty"` // minOccurs="0"

	// Format limitations: n..6
	Hour *float64 `xml:"hour,omitempty"` // minOccurs="0"
}

type Count

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

type DateOrTimeRange

type DateOrTimeRange struct {

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

	BeginDateTime *BeginDateTime `xml:"beginDateTime,omitempty"` // minOccurs="0"

	EndDateTime *EndDateTime `xml:"endDateTime,omitempty"` // minOccurs="0"
}

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 DisplayTarget

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

	TargetOffice *TargetOffice `xml:"targetOffice"`

	DisplayType *DisplayType `xml:"displayType,omitempty"` // minOccurs="0"

	HourlyOrDailyCount []*HourlyOrDailyCount `xml:"hourlyOrDailyCount"` // maxOccurs="33"
}

type DisplayType

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

type EndDateTime

type EndDateTime struct {

	// Format limitations: n..6
	Year *float64 `xml:"year,omitempty"` // minOccurs="0"

	// Format limitations: n..2
	Month *float64 `xml:"month,omitempty"` // minOccurs="0"

	// Format limitations: n..2
	Day *float64 `xml:"day,omitempty"` // minOccurs="0"

	// Format limitations: n..6
	Hour *float64 `xml:"hour,omitempty"` // minOccurs="0"
}

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 HourlyOrDailyCount

type HourlyOrDailyCount struct {
	DateOrTimeRange *DateOrTimeRange `xml:"dateOrTimeRange"`

	Count []*Count `xml:"count"` // maxOccurs="4"
}

type LocalDateAndTime

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

type OriginatorDetails

type OriginatorDetails struct {

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

type QueueCountPlannerReply

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

	DisplayTarget *DisplayTarget `xml:"displayTarget,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 SelectionDetails

type SelectionDetails struct {

	// Format limitations: an..3
	Option string `xml:"option"`
}

type SourceType

type SourceType struct {

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

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