timetest

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Namespace0 string = "http://deutsche-boerse.com/DBRegHub"
	Filename0  string = "timetest.xsd"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EvtDt

type EvtDt XSDDate

func CreateEvtDt

func CreateEvtDt(in time.Time) (out EvtDt)

func CreateEvtDtPointer

func CreateEvtDtPointer(in time.Time) *EvtDt

func (*EvtDt) GetTime

func (t *EvtDt) GetTime() time.Time

func (EvtDt) MarshalText

func (t EvtDt) MarshalText() ([]byte, error)

func (*EvtDt) UnmarshalText

func (t *EvtDt) UnmarshalText(text []byte) error

type ISODateTime

type ISODateTime XSDDateTime

func CreateISODateTime

func CreateISODateTime(in time.Time) (out ISODateTime)

func CreateISODateTimePointer

func CreateISODateTimePointer(in time.Time) *ISODateTime

func (*ISODateTime) GetTime

func (t *ISODateTime) GetTime() time.Time

func (ISODateTime) MarshalText

func (t ISODateTime) MarshalText() ([]byte, error)

func (*ISODateTime) UnmarshalText

func (t *ISODateTime) UnmarshalText(text []byte) error

type ReportFile

type ReportFile struct {
	ZerTs    *XSDDateTime  `json:"zerTs,omitempty" xml:"zerTs,omitempty"`
	OneTs    XSDDateTime   `json:"oneTs,omitempty" xml:"oneTs"`
	MulTs    []XSDDateTime `json:"mulTs,omitempty" xml:"mulTs,omitempty"`
	ZerDt    *XSDDate      `json:"zerDt,omitempty" xml:"zerDt,omitempty"`
	OneDt    XSDDate       `json:"oneDt,omitempty" xml:"oneDt"`
	ZerSt    *string       `json:"zerSt,omitempty" xml:"zerSt,omitempty"`
	OneSt    string        `json:"oneSt,omitempty" xml:"oneSt"`
	RptgDtTm ISODateTime   `json:"rptgDtTm,omitempty" xml:"RptgDtTm"`
	EvtDt    EvtDt         `json:"evtDt,omitempty" xml:"evtDt"`
}

func (*ReportFile) GetEvtDt

func (t *ReportFile) GetEvtDt() (out EvtDt)

func (*ReportFile) GetMulTs

func (t *ReportFile) GetMulTs() (out []XSDDateTime)

func (*ReportFile) GetOneDt

func (t *ReportFile) GetOneDt() (out *XSDDate)

func (*ReportFile) GetOneSt

func (t *ReportFile) GetOneSt() (out string)

func (*ReportFile) GetOneTs

func (t *ReportFile) GetOneTs() (out *XSDDateTime)

func (*ReportFile) GetRptgDtTm

func (t *ReportFile) GetRptgDtTm() (out ISODateTime)

func (*ReportFile) GetZerDt

func (t *ReportFile) GetZerDt() (out *XSDDate)

func (*ReportFile) GetZerSt

func (t *ReportFile) GetZerSt() (out string)

func (*ReportFile) GetZerTs

func (t *ReportFile) GetZerTs() (out *XSDDateTime)

type XSDDate

type XSDDate timeXSD

func CreateXSDDate

func CreateXSDDate(in time.Time) (out XSDDate)

func CreateXSDDatePointer

func CreateXSDDatePointer(in time.Time) *XSDDate

func (*XSDDate) GetTime

func (t *XSDDate) GetTime() (out time.Time)

func (XSDDate) MarshalText

func (t XSDDate) MarshalText() ([]byte, error)

func (XSDDate) MarshalXML

func (t XSDDate) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (XSDDate) MarshalXMLAttr

func (t XSDDate) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (*XSDDate) UnmarshalText

func (t *XSDDate) UnmarshalText(text []byte) error

type XSDDateTime

type XSDDateTime timeXSD

func CreateXSDDateTime

func CreateXSDDateTime(in time.Time) (out XSDDateTime)

func CreateXSDDateTimePointer

func CreateXSDDateTimePointer(in time.Time) *XSDDateTime

func (*XSDDateTime) GetTime

func (t *XSDDateTime) GetTime() (out time.Time)

func (XSDDateTime) MarshalText

func (t XSDDateTime) MarshalText() ([]byte, error)

func (XSDDateTime) MarshalXML

func (t XSDDateTime) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (XSDDateTime) MarshalXMLAttr

func (t XSDDateTime) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (*XSDDateTime) UnmarshalText

func (t *XSDDateTime) UnmarshalText(text []byte) error

Jump to

Keyboard shortcuts

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