type CT_CommentId struct {
ParaIdAttr string
DurableIdAttr string
}
func NewCT_CommentId() *CT_CommentId
func (m *CT_CommentId) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CommentId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CommentId) Validate() error
Validate validates the CT_CommentId and its children
func (m *CT_CommentId) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CommentId and its children, prefixing error messages with path
type CT_CommentsIds struct {
CommentId []*CT_CommentId
}
func NewCT_CommentsIds() *CT_CommentsIds
func (m *CT_CommentsIds) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_CommentsIds) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_CommentsIds) Validate() error
Validate validates the CT_CommentsIds and its children
func (m *CT_CommentsIds) ValidateWithPath(path string) error
ValidateWithPath validates the CT_CommentsIds and its children, prefixing error messages with path
type CommentsIds struct {
CT_CommentsIds
}
func NewCommentsIds() *CommentsIds
func (m *CommentsIds) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CommentsIds) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CommentsIds) Validate() error
Validate validates the CommentsIds and its children
func (m *CommentsIds) ValidateWithPath(path string) error
ValidateWithPath validates the CommentsIds and its children, prefixing error messages with path
type DecimaldurableId struct {
DurableIdAttr *int64
}
func NewDecimaldurableId() *DecimaldurableId
func (m *DecimaldurableId) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *DecimaldurableId) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *DecimaldurableId) Validate() error
Validate validates the DecimaldurableId and its children
func (m *DecimaldurableId) ValidateWithPath(path string) error
ValidateWithPath validates the DecimaldurableId and its children, prefixing error messages with path