Security_SignOutReply_v04_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 ErrorSection

type ErrorSection struct {
	// Application Error
	ApplicationError *ApplicationErrorInformationType `xml:"applicationError"`

	// Supplementary Info on the Error.
	InteractiveFreeText *InteractiveFreeTextTypeI `xml:"interactiveFreeText,omitempty"` // minOccurs="0"
}

type FreeTextQualificationTypeI

type FreeTextQualificationTypeI struct {
	// Subject
	TextSubjectQualifier string `xml:"textSubjectQualifier"`

	// Info Type
	InformationType string `xml:"informationType,omitempty"` // minOccurs="0"

	// Language
	Language string `xml:"language,omitempty"` // minOccurs="0"
}

type InteractiveFreeTextTypeI

type InteractiveFreeTextTypeI struct {
	// Free Text Qualifier
	FreeTextQualification *FreeTextQualificationTypeI `xml:"freeTextQualification,omitempty"` // minOccurs="0"

	// Free Text
	FreeText []string `xml:"freeText,omitempty"` // minOccurs="0" maxOccurs="99"
}

type ResponseAnalysisDetailsType

type ResponseAnalysisDetailsType struct {
	// P must be specified when status of the process is OK.
	StatusCode string `xml:"statusCode"`
}

type SecuritySignOutReply

type SecuritySignOutReply struct {
	ErrorSection *ErrorSection `xml:"errorSection,omitempty"` // minOccurs="0"

	// This segment is only used if process is OK. In that case P is specified.
	ProcessStatus *ResponseAnalysisDetailsType `xml:"processStatus,omitempty"` // minOccurs="0"
}

Jump to

Keyboard shortcuts

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