ePages 7.17.0 - DE_EPAGES/MeinPaket/API/DTO/VariantConfiguration.pm

Package DE_EPAGES::MeinPaket::API::DTO::VariantConfiguration

DTO Class for data structure VariantConfiguration

Base
DE_EPAGES::MeinPaket::API::DTO::DTO

Functions

RequiredAttributeList
code
description
popRequiredAttribute
pushRequiredAttribute
toXML

RequiredAttributeList

returns list of 'RequiredAttributeList' elements

Syntax
$Object->RequiredAttributeList();
Return
$RequiredAttributeList (any.array.ref)
element list of RequiredAttribute

code

getter/setter for 'code'

Syntax
my $code = $Object->code;
$Object->code('value');
Input
$code (any)
value of code
Return
$code (any)
value of code

description

getter/setter for 'description'

Syntax
my $description = $Object->description;
$Object->description('value');
Input
$description (any)
value of description
Return
$description (any)
value of description

popRequiredAttribute

pops 'RequiredAttribute' from stack

Syntax
$Object->popRequiredAttribute();
Return
$RequiredAttribute (any)
last element of RequiredAttribute

pushRequiredAttribute

pushes 'RequiredAttribute' on stack

Syntax
$Object->pushRequiredAttribute($Element);
Input
$RequiredAttribute (any)
value of RequiredAttribute

toXML

XML serialization of object

Syntax
$Object->toXML();
Return
$xml (string)
serialized version of object as xml string