...

Package classificationShape

Overview ▾

type CT_ClassificationOutcome

type CT_ClassificationOutcome struct {
    ClassificationOutcomeTypeAttr ST_ClassificationOutcomeType
}

func NewCT_ClassificationOutcome

func NewCT_ClassificationOutcome() *CT_ClassificationOutcome

func (*CT_ClassificationOutcome) MarshalXML

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

func (*CT_ClassificationOutcome) UnmarshalXML

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

func (*CT_ClassificationOutcome) Validate

func (m *CT_ClassificationOutcome) Validate() error

Validate validates the CT_ClassificationOutcome and its children

func (*CT_ClassificationOutcome) ValidateWithPath

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

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

type Classification

type Classification struct {
    CT_ClassificationOutcome
}

func NewClassification

func NewClassification() *Classification

func (*Classification) MarshalXML

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

func (*Classification) UnmarshalXML

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

func (*Classification) Validate

func (m *Classification) Validate() error

Validate validates the Classification and its children

func (*Classification) ValidateWithPath

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

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

type ST_ClassificationOutcomeType

type ST_ClassificationOutcomeType byte
const (
    ST_ClassificationOutcomeTypeUnset     ST_ClassificationOutcomeType = 0
    ST_ClassificationOutcomeTypeNone      ST_ClassificationOutcomeType = 1
    ST_ClassificationOutcomeTypeHdr       ST_ClassificationOutcomeType = 2
    ST_ClassificationOutcomeTypeFtr       ST_ClassificationOutcomeType = 3
    ST_ClassificationOutcomeTypeWatermark ST_ClassificationOutcomeType = 4
)

func (ST_ClassificationOutcomeType) MarshalXML

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

func (ST_ClassificationOutcomeType) MarshalXMLAttr

func (e ST_ClassificationOutcomeType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)

func (ST_ClassificationOutcomeType) String

func (m ST_ClassificationOutcomeType) String() string

func (*ST_ClassificationOutcomeType) UnmarshalXML

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

func (*ST_ClassificationOutcomeType) UnmarshalXMLAttr

func (e *ST_ClassificationOutcomeType) UnmarshalXMLAttr(attr xml.Attr) error

func (ST_ClassificationOutcomeType) Validate

func (m ST_ClassificationOutcomeType) Validate() error

func (ST_ClassificationOutcomeType) ValidateWithPath

func (m ST_ClassificationOutcomeType) ValidateWithPath(path string) error