net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.changes100
Interface FixedIssue

All Known Implementing Classes:
FixedIssueImpl

public interface FixedIssue

A fixed issue.

Java class for FixedIssue complex type.

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

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


Method Summary
 String getIssue()
          Gets the value of the issue property.
 void setIssue(String value)
          Sets the value of the issue property.
 

Method Detail

getIssue

String getIssue()
Gets the value of the issue property.

Returns:
possible object is String

setIssue

void setIssue(String value)
Sets the value of the issue property.

Parameters:
value - allowed object is String


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