NAME

CDN::Edgecast::Client::auto::MediaManager::Element::WmsPubPointMethodsGetResponse

VERSION

version 0.01.00

DESCRIPTION

Perl data type class for the XML Schema defined element WmsPubPointMethodsGetResponse from the namespace EC:WebServices.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • WmsPubPointMethodsGetResult

    $element->set_WmsPubPointMethodsGetResult($data);
    $element->get_WmsPubPointMethodsGetResult();

METHODS

new

my $element = CDN::Edgecast::Client::auto::MediaManager::Element::WmsPubPointMethodsGetResponse->new($data);

Constructor. The following data structure may be passed to new():

{
  WmsPubPointMethodsGetResult =>  { # CDN::Edgecast::Client::auto::MediaManager::Type::ArrayOfWmsPubPointMethod
    WmsPubPointMethod =>  { # CDN::Edgecast::Client::auto::MediaManager::Type::WmsPubPointMethod
    },
  },
},

AUTHOR

Generated by SOAP::WSDL