net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface CiManagement.Notifiers

All Known Implementing Classes:
CiManagementImpl.NotifiersImpl
Enclosing interface:
CiManagement

public static interface CiManagement.Notifiers

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="notifier" type="{http://maven.apache.org/POM/4.0.0}Notifier" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Notifier[] getNotifier()
           
 Notifier getNotifier(int idx)
           
 int getNotifierLength()
           
 Notifier setNotifier(int idx, Notifier value)
           
 void setNotifier(Notifier[] values)
           
 

Method Detail

getNotifier

Notifier[] getNotifier()
Returns:
array of Notifier

getNotifier

Notifier getNotifier(int idx)
Returns:
one of Notifier

getNotifierLength

int getNotifierLength()

setNotifier

void setNotifier(Notifier[] values)
Parameters:
values - allowed objects are Notifier

setNotifier

Notifier setNotifier(int idx,
                     Notifier value)
Parameters:
value - allowed object is Notifier


Copyright © 2009 The CC-XJC Community. All Rights Reserved.