Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "ProductAttributeSet"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductAttributeSet ¶
type ProductAttributeSet struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"ProductAttributeSet"`
Xmlns string `xml:"xmlns,attr"`
Description *TextLiteral `xml:"description"`
DeveloperName *TextLiteral `xml:"developerName"`
MasterLabel *TextLiteral `xml:"masterLabel"`
}
func Open ¶
func Open(path string) (*ProductAttributeSet, error)
func (*ProductAttributeSet) SetMetadata ¶
func (p *ProductAttributeSet) SetMetadata(m metadata.MetadataInfo)
func (*ProductAttributeSet) Type ¶
func (p *ProductAttributeSet) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.