net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Developer.Roles

All Known Implementing Classes:
DeveloperImpl.RolesImpl
Enclosing interface:
Developer

public static interface Developer.Roles

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="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getRole()
           
 String getRole(int idx)
           
 int getRoleLength()
           
 String setRole(int idx, String value)
           
 void setRole(String[] values)
           
 

Method Detail

getRole

String[] getRole()
Returns:
array of String

getRole

String getRole(int idx)
Returns:
one of String

getRoleLength

int getRoleLength()

setRole

void setRole(String[] values)
Parameters:
values - allowed objects are String

setRole

String setRole(int idx,
               String value)
Parameters:
value - allowed object is String


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