HomeUniDoc
HomeUniDoc
...

Package cid

Overview ▾

Index ▾

Package files

CT_CommentId.go CT_CommentsIds.go CommentsIds.go DecimaldurableId.go common.go

type CT_CommentId

type CT_CommentId struct {
    ParaIdAttr    string
    DurableIdAttr string
}

func NewCT_CommentId

func NewCT_CommentId() *CT_CommentId

func (*CT_CommentId) MarshalXML

func (m *CT_CommentId) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_CommentId) UnmarshalXML

func (m *CT_CommentId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_CommentId) Validate

func (m *CT_CommentId) Validate() error

Validate validates the CT_CommentId and its children

func (*CT_CommentId) ValidateWithPath

func (m *CT_CommentId) ValidateWithPath(path string) error

ValidateWithPath validates the CT_CommentId and its children, prefixing error messages with path

type CT_CommentsIds

type CT_CommentsIds struct {
    CommentId []*CT_CommentId
}

func NewCT_CommentsIds

func NewCT_CommentsIds() *CT_CommentsIds

func (*CT_CommentsIds) MarshalXML

func (m *CT_CommentsIds) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CT_CommentsIds) UnmarshalXML

func (m *CT_CommentsIds) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CT_CommentsIds) Validate

func (m *CT_CommentsIds) Validate() error

Validate validates the CT_CommentsIds and its children

func (*CT_CommentsIds) ValidateWithPath

func (m *CT_CommentsIds) ValidateWithPath(path string) error

ValidateWithPath validates the CT_CommentsIds and its children, prefixing error messages with path

type CommentsIds

type CommentsIds struct {
    CT_CommentsIds
}

func NewCommentsIds

func NewCommentsIds() *CommentsIds

func (*CommentsIds) MarshalXML

func (m *CommentsIds) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*CommentsIds) UnmarshalXML

func (m *CommentsIds) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*CommentsIds) Validate

func (m *CommentsIds) Validate() error

Validate validates the CommentsIds and its children

func (*CommentsIds) ValidateWithPath

func (m *CommentsIds) ValidateWithPath(path string) error

ValidateWithPath validates the CommentsIds and its children, prefixing error messages with path

type DecimaldurableId

type DecimaldurableId struct {
    DurableIdAttr *int64
}

func NewDecimaldurableId

func NewDecimaldurableId() *DecimaldurableId

func (*DecimaldurableId) MarshalXML

func (m *DecimaldurableId) MarshalXML(e *xml.Encoder, start xml.StartElement) error

func (*DecimaldurableId) UnmarshalXML

func (m *DecimaldurableId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

func (*DecimaldurableId) Validate

func (m *DecimaldurableId) Validate() error

Validate validates the DecimaldurableId and its children

func (*DecimaldurableId) ValidateWithPath

func (m *DecimaldurableId) ValidateWithPath(path string) error

ValidateWithPath validates the DecimaldurableId and its children, prefixing error messages with path