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

« back to all changes in this revision

Viewing changes to cluster/generated/adb_startNetworkType.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_startNetworkType adb_startNetworkType_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  _startNetworkType adb_startNetworkType_t object
66
66
         * @param env pointer to environment struct
67
67
         * @return axis2_char_t*
95
95
            adb_startNetworkType_t* _startNetworkType,
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  _startNetworkType adb_startNetworkType_t object
104
104
         * @param env pointer to environment struct
105
105
         * @return axis2_char_t*
133
133
            adb_startNetworkType_t* _startNetworkType,
134
134
            const axutil_env_t *env);
135
135
 
136
 
 
137
 
 
 
136
        
 
137
        
138
138
 
139
139
        /**
140
 
         * Getter for statusMessage.
 
140
         * Getter for statusMessage. 
141
141
         * @param  _startNetworkType adb_startNetworkType_t object
142
142
         * @param env pointer to environment struct
143
143
         * @return axis2_char_t*
171
171
            adb_startNetworkType_t* _startNetworkType,
172
172
            const axutil_env_t *env);
173
173
 
174
 
 
175
 
 
 
174
        
 
175
        
176
176
 
177
177
        /**
178
 
         * Getter for return.
 
178
         * Getter for return. 
179
179
         * @param  _startNetworkType adb_startNetworkType_t object
180
180
         * @param env pointer to environment struct
181
181
         * @return axis2_bool_t
209
209
            adb_startNetworkType_t* _startNetworkType,
210
210
            const axutil_env_t *env);
211
211
 
212
 
 
213
 
 
 
212
        
 
213
        
214
214
 
215
215
        /**
216
 
         * Getter for vlan.
 
216
         * Getter for vlan. 
217
217
         * @param  _startNetworkType adb_startNetworkType_t object
218
218
         * @param env pointer to environment struct
219
219
         * @return int
247
247
            adb_startNetworkType_t* _startNetworkType,
248
248
            const axutil_env_t *env);
249
249
 
250
 
 
251
 
 
 
250
        
 
251
        
252
252
 
253
253
        /**
254
 
         * Getter for netName.
 
254
         * Getter for netName. 
255
255
         * @param  _startNetworkType adb_startNetworkType_t object
256
256
         * @param env pointer to environment struct
257
257
         * @return axis2_char_t*
285
285
            adb_startNetworkType_t* _startNetworkType,
286
286
            const axutil_env_t *env);
287
287
 
288
 
 
289
 
 
 
288
        
 
289
        
290
290
 
291
291
        /**
292
 
         * Getter for nameserver.
 
292
         * Getter for nameserver. 
293
293
         * @param  _startNetworkType adb_startNetworkType_t object
294
294
         * @param env pointer to environment struct
295
295
         * @return axis2_char_t*
323
323
            adb_startNetworkType_t* _startNetworkType,
324
324
            const axutil_env_t *env);
325
325
 
326
 
 
327
 
 
 
326
        
 
327
        
328
328
 
329
329
        /**
330
330
         * Getter for clusterControllers. Deprecated for array types, Use adb_startNetworkType_get_clusterControllers_at instead
362
362
            adb_startNetworkType_t* _startNetworkType,
363
363
            const axutil_env_t *env);
364
364
 
365
 
 
 
365
        
366
366
        /****************************** Getters and Setters For Arrays **********************************/
367
367
        /************ Array Specific Operations: get_at, set_at, add, remove_at, sizeof *****************/
368
368
 
382
382
         *
383
383
         *     // Removing the ith value from an array
384
384
         *     adb_element_remove_property_at(adb_object, env, i);
385
 
         *
 
385
         *     
386
386
         * }
387
387
         *
388
388
         */
389
389
 
390
 
 
391
 
 
 
390
        
 
391
        
392
392
        /**
393
393
         * Get the ith element of clusterControllers.
394
394
         * @param  _startNetworkType adb_startNetworkType_t object
452
452
                adb_startNetworkType_t* _startNetworkType,
453
453
                const axutil_env_t *env, int i);
454
454
 
455
 
 
 
455
        
456
456
 
457
457
 
458
458
        /******************************* Checking and Setting NIL values *********************************/
462
462
         * NOTE: set_nil is only available for nillable properties
463
463
         */
464
464
 
465
 
 
 
465
        
466
466
 
467
467
        /**
468
468
         * Check whether correlationId is nill
476
476
                const axutil_env_t *env);
477
477
 
478
478
 
479
 
 
 
479
        
480
480
 
481
481
        /**
482
482
         * Check whether userId is nill
490
490
                const axutil_env_t *env);
491
491
 
492
492
 
493
 
 
 
493
        
494
494
 
495
495
        /**
496
496
         * Check whether statusMessage is nill
504
504
                const axutil_env_t *env);
505
505
 
506
506
 
507
 
 
 
507
        
508
508
        /**
509
509
         * Set statusMessage to nill (currently the same as reset)
510
510
         * @param  _startNetworkType adb_startNetworkType_t object
515
515
        adb_startNetworkType_set_statusMessage_nil(
516
516
                adb_startNetworkType_t* _startNetworkType,
517
517
                const axutil_env_t *env);
518
 
 
 
518
        
519
519
 
520
520
        /**
521
521
         * Check whether return is nill
529
529
                const axutil_env_t *env);
530
530
 
531
531
 
532
 
 
 
532
        
533
533
 
534
534
        /**
535
535
         * Check whether vlan is nill
543
543
                const axutil_env_t *env);
544
544
 
545
545
 
546
 
 
 
546
        
547
547
 
548
548
        /**
549
549
         * Check whether netName is nill
557
557
                const axutil_env_t *env);
558
558
 
559
559
 
560
 
 
 
560
        
561
561
 
562
562
        /**
563
563
         * Check whether nameserver is nill
571
571
                const axutil_env_t *env);
572
572
 
573
573
 
574
 
 
 
574
        
575
575
 
576
576
        /**
577
577
         * Check whether clusterControllers is nill
585
585
                const axutil_env_t *env);
586
586
 
587
587
 
588
 
 
 
588
        
589
589
        /*************************** Checking and Setting 'NIL' values in Arrays *****************************/
590
590
 
591
591
        /**
592
592
         * NOTE: You may set this to remove specific elements in the array
593
593
         *       But you can not remove elements, if the specific property is declared to be non-nillable or sizeof(array) < minOccurs
594
594
         */
595
 
 
 
595
        
596
596
        /**
597
597
         * Check whether clusterControllers is nill at i
598
598
         * @param  _startNetworkType adb_startNetworkType_t object
604
604
        adb_startNetworkType_is_clusterControllers_nil_at(
605
605
                adb_startNetworkType_t* _startNetworkType,
606
606
                const axutil_env_t *env, int i);
607
 
 
608
 
 
 
607
 
 
608
       
609
609
        /**
610
610
         * Set clusterControllers to nill at i
611
611
         * @param  _startNetworkType _ adb_startNetworkType_t object
615
615
         */
616
616
        axis2_status_t AXIS2_CALL
617
617
        adb_startNetworkType_set_clusterControllers_nil_at(
618
 
                adb_startNetworkType_t* _startNetworkType,
 
618
                adb_startNetworkType_t* _startNetworkType, 
619
619
                const axutil_env_t *env, int i);
620
620
 
621
 
 
 
621
        
622
622
 
623
623
        /**************************** Serialize and Deserialize functions ***************************/
624
624
        /*********** These functions are for use only inside the generated code *********************/
625
625
 
626
 
 
 
626
        
627
627
        /**
628
628
         * Deserialize an XML to adb objects
629
629
         * @param  _startNetworkType adb_startNetworkType_t object
630
630
         * @param env pointer to environment struct
631
631
         * @param dp_parent double pointer to the parent node to deserialize
632
632
         * @param dp_is_early_node_valid double pointer to a flag (is_early_node_valid?)
633
 
         * @param dont_care_minoccurs Dont set errors on validating minoccurs,
 
633
         * @param dont_care_minoccurs Dont set errors on validating minoccurs, 
634
634
         *              (Parent will order this in a case of choice)
635
635
         * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE
636
636
         */
641
641
            axiom_node_t** dp_parent,
642
642
            axis2_bool_t *dp_is_early_node_valid,
643
643
            axis2_bool_t dont_care_minoccurs);
644
 
 
645
 
 
 
644
                            
 
645
            
646
646
 
647
647
       /**
648
 
         * Declare namespace in the most parent node
 
648
         * Declare namespace in the most parent node 
649
649
         * @param  _startNetworkType adb_startNetworkType_t object
650
650
         * @param env pointer to environment struct
651
651
         * @param parent_element parent element
658
658
                    const axutil_env_t *env, axiom_element_t *parent_element,
659
659
                    axutil_hash_t *namespaces, int *next_ns_index);
660
660
 
661
 
 
 
661
        
662
662
 
663
663
        /**
664
664
         * Serialize to an XML from the adb objects
690
690
     #endif
691
691
 
692
692
     #endif /* ADB_STARTNETWORKTYPE_H */
693
 
 
 
693
    
694
694