net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100
Interface Author

All Known Implementing Classes:
AuthorImpl

public interface Author

A description of the author page.

Java class for Author complex type.

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

 <complexType name="Author">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
       </all>
       <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getContent()
          A description of the author page.
 String getContent(int idx)
          A description of the author page.
 int getContentLength()
           
 String getEmail()
          Gets the value of the email property.
 String setContent(int idx, String value)
          A description of the author page.
 void setContent(String[] values)
          A description of the author page.
 void setEmail(String value)
          Sets the value of the email property.
 

Method Detail

getContent

String[] getContent()
A description of the author page.

Returns:
array of String

getContent

String getContent(int idx)
A description of the author page.

Returns:
one of String

getContentLength

int getContentLength()

setContent

void setContent(String[] values)
A description of the author page.

Parameters:
values - allowed objects are String

setContent

String setContent(int idx,
                  String value)
A description of the author page.

Parameters:
value - allowed object is String

getEmail

String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String


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