|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.String getComment()
String
void setComment(java.lang.String value)
value
- allowed object is
String
java.lang.String getName()
String
void setName(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |