magoffin.matt.ma2.domain
Interface BaseImportType

All Known Subinterfaces:
AlbumImportType, ItemImportType

public interface BaseImportType

A base type for both albums and items. Java content class for base-import-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/import.xsd line 57)

 <complexType name="base-import-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="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getComment()
          A comment or description of the item.
 java.lang.String getName()
          Gets the value of the name property.
 void setComment(java.lang.String value)
          A comment or description of the item.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getComment

java.lang.String getComment()
A comment or description of the item. This is generally a verbose description of the item.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
A comment or description of the item. This is generally a verbose description of the item.

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