type CT_ClassificationOutcome struct {
ClassificationOutcomeTypeAttr ST_ClassificationOutcomeType
}
func NewCT_ClassificationOutcome() *CT_ClassificationOutcome
func (m *CT_ClassificationOutcome) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *CT_ClassificationOutcome) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *CT_ClassificationOutcome) Validate() error
Validate validates the CT_ClassificationOutcome and its children
func (m *CT_ClassificationOutcome) ValidateWithPath(path string) error
ValidateWithPath validates the CT_ClassificationOutcome and its children, prefixing error messages with path
type Classification struct {
CT_ClassificationOutcome
}
func NewClassification() *Classification
func (m *Classification) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (m *Classification) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (m *Classification) Validate() error
Validate validates the Classification and its children
func (m *Classification) ValidateWithPath(path string) error
ValidateWithPath validates the Classification and its children, prefixing error messages with path
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 (m ST_ClassificationOutcomeType) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (e ST_ClassificationOutcomeType) MarshalXMLAttr(name xml.Name) (xml.Attr, error)
func (m ST_ClassificationOutcomeType) String() string
func (m *ST_ClassificationOutcomeType) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error
func (e *ST_ClassificationOutcomeType) UnmarshalXMLAttr(attr xml.Attr) error
func (m ST_ClassificationOutcomeType) Validate() error
func (m ST_ClassificationOutcomeType) ValidateWithPath(path string) error