~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

« back to all changes in this revision

Viewing changes to cluster/generated/adb_ncStartNetworkType.h

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-07-21 17:27:10 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721172710-7xv07dmdqgivc3t9
Tags: 2.0~bzr1211-0ubuntu1
* New major upstream version merge, 2.0 (r1211).
* debian/patches/:
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        */
16
16
        typedef struct adb_ncStartNetworkType adb_ncStartNetworkType_t;
17
17
 
18
 
 
 
18
        
19
19
 
20
20
        #include <stdio.h>
21
21
        #include <axiom.h>
30
30
 
31
31
        #define ADB_DEFAULT_DIGIT_LIMIT 64
32
32
        #define ADB_DEFAULT_NAMESPACE_PREFIX_LIMIT 64
33
 
 
 
33
        
34
34
 
35
35
        /******************************* Create and Free functions *********************************/
36
36
 
58
58
 
59
59
        /********************************** Getters and Setters **************************************/
60
60
        /******** Deprecated for array types, Use 'Getters and Setters for Arrays' instead ***********/
61
 
 
 
61
        
62
62
 
63
63
        /**
64
 
         * Getter for correlationId.
 
64
         * Getter for correlationId. 
65
65
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_ncStartNetworkType_t* _ncStartNetworkType,
96
96
            const axutil_env_t *env);
97
97
 
98
 
 
99
 
 
 
98
        
 
99
        
100
100
 
101
101
        /**
102
 
         * Getter for userId.
 
102
         * Getter for userId. 
103
103
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_ncStartNetworkType_t* _ncStartNetworkType,
134
134
            const axutil_env_t *env);
135
135
 
136
 
 
137
 
 
 
136
        
 
137
        
138
138
 
139
139
        /**
140
 
         * Getter for return.
 
140
         * Getter for return. 
141
141
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_bool_t
171
171
            adb_ncStartNetworkType_t* _ncStartNetworkType,
172
172
            const axutil_env_t *env);
173
173
 
174
 
 
175
 
 
176
 
 
177
 
        /**
178
 
         * Getter for statusMessage.
 
174
        
 
175
        
 
176
 
 
177
        /**
 
178
         * Getter for nodeName. 
 
179
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
180
         * @param env pointer to environment struct
 
181
         * @return axis2_char_t*
 
182
         */
 
183
        axis2_char_t* AXIS2_CALL
 
184
        adb_ncStartNetworkType_get_nodeName(
 
185
            adb_ncStartNetworkType_t* _ncStartNetworkType,
 
186
            const axutil_env_t *env);
 
187
 
 
188
        /**
 
189
         * Setter for nodeName.
 
190
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
191
         * @param env pointer to environment struct
 
192
         * @param arg_nodeName axis2_char_t*
 
193
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
194
         */
 
195
        axis2_status_t AXIS2_CALL
 
196
        adb_ncStartNetworkType_set_nodeName(
 
197
            adb_ncStartNetworkType_t* _ncStartNetworkType,
 
198
            const axutil_env_t *env,
 
199
            const axis2_char_t*  arg_nodeName);
 
200
 
 
201
        /**
 
202
         * Resetter for nodeName
 
203
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
204
         * @param env pointer to environment struct
 
205
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
206
         */
 
207
        axis2_status_t AXIS2_CALL
 
208
        adb_ncStartNetworkType_reset_nodeName(
 
209
            adb_ncStartNetworkType_t* _ncStartNetworkType,
 
210
            const axutil_env_t *env);
 
211
 
 
212
        
 
213
        
 
214
 
 
215
        /**
 
216
         * Getter for statusMessage. 
179
217
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
180
218
         * @param env pointer to environment struct
181
219
         * @return int
209
247
            adb_ncStartNetworkType_t* _ncStartNetworkType,
210
248
            const axutil_env_t *env);
211
249
 
212
 
 
213
 
 
 
250
        
 
251
        
214
252
 
215
253
        /**
216
254
         * Getter for remoteHosts. Deprecated for array types, Use adb_ncStartNetworkType_get_remoteHosts_at instead
248
286
            adb_ncStartNetworkType_t* _ncStartNetworkType,
249
287
            const axutil_env_t *env);
250
288
 
251
 
 
252
 
 
 
289
        
 
290
        
253
291
 
254
292
        /**
255
 
         * Getter for remoteHostPort.
 
293
         * Getter for remoteHostPort. 
256
294
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
257
295
         * @param env pointer to environment struct
258
296
         * @return int
286
324
            adb_ncStartNetworkType_t* _ncStartNetworkType,
287
325
            const axutil_env_t *env);
288
326
 
289
 
 
290
 
 
 
327
        
 
328
        
291
329
 
292
330
        /**
293
 
         * Getter for vlan.
 
331
         * Getter for vlan. 
294
332
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
295
333
         * @param env pointer to environment struct
296
334
         * @return int
324
362
            adb_ncStartNetworkType_t* _ncStartNetworkType,
325
363
            const axutil_env_t *env);
326
364
 
327
 
 
 
365
        
328
366
        /****************************** Getters and Setters For Arrays **********************************/
329
367
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/
330
368
 
344
382
         *
345
383
         *     // Removing the ith value from an array
346
384
         *     adb_element_remove_property_at(adb_object, env, i);
347
 
         *
 
385
         *     
348
386
         * }
349
387
         *
350
388
         */
351
389
 
352
 
 
353
 
 
 
390
        
 
391
        
354
392
        /**
355
393
         * Get the ith element of remoteHosts.
356
394
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
414
452
                adb_ncStartNetworkType_t* _ncStartNetworkType,
415
453
                const axutil_env_t *env, int i);
416
454
 
417
 
 
 
455
        
418
456
 
419
457
 
420
458
        /******************************* Checking and Setting NIL values *********************************/
424
462
         * NOTE: set_nil is only available for nillable properties
425
463
         */
426
464
 
427
 
 
 
465
        
428
466
 
429
467
        /**
430
468
         * Check whether correlationId is nill
438
476
                const axutil_env_t *env);
439
477
 
440
478
 
441
 
 
 
479
        
 
480
        /**
 
481
         * Set correlationId to nill (currently the same as reset)
 
482
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
483
         * @param env pointer to environment struct
 
484
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
485
         */
 
486
        axis2_status_t AXIS2_CALL
 
487
        adb_ncStartNetworkType_set_correlationId_nil(
 
488
                adb_ncStartNetworkType_t* _ncStartNetworkType,
 
489
                const axutil_env_t *env);
 
490
        
442
491
 
443
492
        /**
444
493
         * Check whether userId is nill
452
501
                const axutil_env_t *env);
453
502
 
454
503
 
455
 
 
 
504
        
456
505
 
457
506
        /**
458
507
         * Check whether return is nill
466
515
                const axutil_env_t *env);
467
516
 
468
517
 
469
 
 
 
518
        
 
519
 
 
520
        /**
 
521
         * Check whether nodeName is nill
 
522
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
523
         * @param env pointer to environment struct
 
524
         * @return AXIS2_TRUE if the element is nil or AXIS2_FALSE otherwise
 
525
         */
 
526
        axis2_bool_t AXIS2_CALL
 
527
        adb_ncStartNetworkType_is_nodeName_nil(
 
528
                adb_ncStartNetworkType_t* _ncStartNetworkType,
 
529
                const axutil_env_t *env);
 
530
 
 
531
 
 
532
        
 
533
        /**
 
534
         * Set nodeName to nill (currently the same as reset)
 
535
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
 
536
         * @param env pointer to environment struct
 
537
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
 
538
         */
 
539
        axis2_status_t AXIS2_CALL
 
540
        adb_ncStartNetworkType_set_nodeName_nil(
 
541
                adb_ncStartNetworkType_t* _ncStartNetworkType,
 
542
                const axutil_env_t *env);
 
543
        
470
544
 
471
545
        /**
472
546
         * Check whether statusMessage is nill
480
554
                const axutil_env_t *env);
481
555
 
482
556
 
483
 
 
 
557
        
484
558
        /**
485
559
         * Set statusMessage to nill (currently the same as reset)
486
560
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
491
565
        adb_ncStartNetworkType_set_statusMessage_nil(
492
566
                adb_ncStartNetworkType_t* _ncStartNetworkType,
493
567
                const axutil_env_t *env);
494
 
 
 
568
        
495
569
 
496
570
        /**
497
571
         * Check whether remoteHosts is nill
505
579
                const axutil_env_t *env);
506
580
 
507
581
 
508
 
 
 
582
        
509
583
 
510
584
        /**
511
585
         * Check whether remoteHostPort is nill
519
593
                const axutil_env_t *env);
520
594
 
521
595
 
522
 
 
 
596
        
523
597
 
524
598
        /**
525
599
         * Check whether vlan is nill
533
607
                const axutil_env_t *env);
534
608
 
535
609
 
536
 
 
 
610
        
537
611
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/
538
612
 
539
613
        /**
540
614
         * NOTE: You may set this to remove specific elements in the array
541
615
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
542
616
         */
543
 
 
 
617
        
544
618
        /**
545
619
         * Check whether remoteHosts is nill at i
546
620
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
552
626
        adb_ncStartNetworkType_is_remoteHosts_nil_at(
553
627
                adb_ncStartNetworkType_t* _ncStartNetworkType,
554
628
                const axutil_env_t *env, int i);
555
 
 
556
 
 
 
629
 
 
630
       
557
631
        /**
558
632
         * Set remoteHosts to nill at i
559
633
         * @param  _ncStartNetworkType _ adb_ncStartNetworkType_t object
563
637
         */
564
638
        axis2_status_t AXIS2_CALL
565
639
        adb_ncStartNetworkType_set_remoteHosts_nil_at(
566
 
                adb_ncStartNetworkType_t* _ncStartNetworkType,
 
640
                adb_ncStartNetworkType_t* _ncStartNetworkType, 
567
641
                const axutil_env_t *env, int i);
568
642
 
569
 
 
 
643
        
570
644
 
571
645
        /**************************** Serialize and Deserialize functions ***************************/
572
646
        /*********** These functions are for use only inside the generated code *********************/
573
647
 
574
 
 
 
648
        
575
649
        /**
576
650
         * Deserialize an XML to adb objects
577
651
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
578
652
         * @param env pointer to environment struct
579
653
         * @param dp_parent double pointer to the parent node to deserialize
580
654
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
581
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
655
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
582
656
         *              (Parent will order this in a case of choice)
583
657
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
584
658
         */
589
663
            axiom_node_t** dp_parent,
590
664
            axis2_bool_t *dp_is_early_node_valid,
591
665
            axis2_bool_t dont_care_minoccurs);
592
 
 
593
 
 
 
666
                            
 
667
            
594
668
 
595
669
       /**
596
 
         * Declare namespace in the most parent node
 
670
         * Declare namespace in the most parent node 
597
671
         * @param  _ncStartNetworkType adb_ncStartNetworkType_t object
598
672
         * @param env pointer to environment struct
599
673
         * @param parent_element parent element
606
680
                    const axutil_env_t *env, axiom_element_t *parent_element,
607
681
                    axutil_hash_t *namespaces, int *next_ns_index);
608
682
 
609
 
 
 
683
        
610
684
 
611
685
        /**
612
686
         * Serialize to an XML from the adb objects
638
712
     #endif
639
713
 
640
714
     #endif /* ADB_NCSTARTNETWORKTYPE_H */
641
 
 
 
715
    
642
716