magoffin.matt.ma2.domain
Interface KeyNameType


public interface KeyNameType

Java content class for key-name-type complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/core.xsd line 49)

 <complexType name="key-name-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 int getKey()
          Gets the value of the key property.
 java.lang.String getName()
          Gets the value of the name property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setKey(int value)
          Sets the value of the key property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getKey

int getKey()
Gets the value of the key property.


setKey

void setKey(int value)
Sets the value of the key property.


getComment

java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String