Documentation ¶
Index ¶
- Constants
- type EvtDt
- type ISODateTime
- type ReportFile
- func (t *ReportFile) GetEvtDt() (out EvtDt)
- func (t *ReportFile) GetMulTs() (out []XSDDateTime)
- func (t *ReportFile) GetOneDt() (out *XSDDate)
- func (t *ReportFile) GetOneSt() (out string)
- func (t *ReportFile) GetOneTs() (out *XSDDateTime)
- func (t *ReportFile) GetRptgDtTm() (out ISODateTime)
- func (t *ReportFile) GetZerDt() (out *XSDDate)
- func (t *ReportFile) GetZerSt() (out string)
- func (t *ReportFile) GetZerTs() (out *XSDDateTime)
- type XSDDate
- type XSDDateTime
- func (t *XSDDateTime) GetTime() (out time.Time)
- func (t XSDDateTime) MarshalText() ([]byte, error)
- func (t XSDDateTime) MarshalXML(e *xml.Encoder, start xml.StartElement) error
- func (t XSDDateTime) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
- func (t *XSDDateTime) UnmarshalText(text []byte) error
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 CreateEvtDtPointer ¶
func (EvtDt) MarshalText ¶
func (*EvtDt) UnmarshalText ¶
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 CreateXSDDatePointer ¶
func (XSDDate) MarshalText ¶
func (XSDDate) MarshalXML ¶
func (*XSDDate) UnmarshalText ¶
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 (*XSDDateTime) UnmarshalText ¶
func (t *XSDDateTime) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.