Home
last modified time | relevance | path

Searched refs:maxOccurs (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSchemaSegment.php25 public $maxOccurs; variable in Google\\Service\\CloudHealthcare\\SchemaSegment
38 public function setMaxOccurs($maxOccurs) argument
40 $this->maxOccurs = $maxOccurs;
47 return $this->maxOccurs;
H A DField.php25 public $maxOccurs; variable in Google\\Service\\CloudHealthcare\\Field
46 public function setMaxOccurs($maxOccurs) argument
48 $this->maxOccurs = $maxOccurs;
55 return $this->maxOccurs;
H A DSchemaGroup.php30 public $maxOccurs; variable in Google\\Service\\CloudHealthcare\\SchemaGroup
59 public function setMaxOccurs($maxOccurs) argument
61 $this->maxOccurs = $maxOccurs;
68 return $this->maxOccurs;
/plugin/mantis/lib/
H A Dchangelog219 - wsdl: serialize multiple elements when maxOccurs="unbounded" and value is an array
286 … an element of a complexType, e.g., abstract, default, form, minOccurs, maxOccurs, nillable (thank…
397 - wsdl: serialize array data when maxOccurs = 'unbounded' OR maxOccurs > 1 (thanks Dominique Schrec…