net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100
Interface DueTo

All Known Implementing Classes:
DueToImpl

public interface DueTo

Name and Email of the person to be credited for this change. This can be used when a patch is submitted by a non-committer.

Java class for DueTo complex type.

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

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


Method Summary
 String getEmail()
          Gets the value of the email property.
 String getName()
          Gets the value of the name property.
 void setEmail(String value)
          Sets the value of the email property.
 void setName(String value)
          Sets the value of the name property.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

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.