Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php// autogenerated file 30.08.2007 09:37// $Id: AuthenticationEntryArrayType.php 1182 2009-03-17 12:41:24Z lautsch $// $Log$//require_once 'EbatNs_ComplexType.php';require_once 'AuthenticationEntryType.php';class AuthenticationEntryArrayType extends EbatNs_ComplexType{// start props// @var AuthenticationEntryType $AuthenticationEntryvar $AuthenticationEntry;// end props/**** @return AuthenticationEntryType* @param $index*/function getAuthenticationEntry($index = null){if ($index) {return $this->AuthenticationEntry[$index];} else {return $this->AuthenticationEntry;}}/**** @return void* @param $value* @param $index*/function setAuthenticationEntry($value, $index = null){if ($index) {$this->AuthenticationEntry[$index] = $value;} else {$this->AuthenticationEntry = $value;}}/**** @return*/function AuthenticationEntryArrayType(){$this->EbatNs_ComplexType('AuthenticationEntryArrayType', 'urn:ebay:apis:eBLBaseComponents');$this->_elements = array_merge($this->_elements,array('AuthenticationEntry' =>array('required' => false,'type' => 'AuthenticationEntryType','nsURI' => 'urn:ebay:apis:eBLBaseComponents','array' => true,'cardinality' => '0..*')));}}?>