Help for this page

Select Code to Download


  1. or download this
    <complexType name="HashMapBean">
      <sequence>
    ...
        <element name="keys" nillable="true" type="impl:ArrayOf_xsd_string
    +"/>
      </sequence>
    </complexType>
    
  2. or download this
    $VAR = bless( {
      'keys' => bless( [
    ...
        '555-1212'
      ], 'string')
    }, 'HashMapBean' )
    
  3. or download this
      String value expected instead of string reference