|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceType
Java content class for referenceType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="referenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="adscode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="author" type="{}authorType" maxOccurs="unbounded"/> <element name="year" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/> <element name="journal" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="acronym" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element name="volume" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="page" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
ReferenceType.JournalType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
String |
getAdscode()
|
List |
getAuthor()
Gets the value of the Author property. |
ReferenceType.JournalType |
getJournal()
|
long |
getPage()
|
long |
getVolume()
|
String |
getYear()
|
void |
setAdscode(String value)
|
void |
setJournal(ReferenceType.JournalType value)
|
void |
setPage(long value)
|
void |
setVolume(long value)
|
void |
setYear(String value)
|
Method Detail |
---|
String getYear()
String
void setYear(String value)
value
- allowed object is
String
ReferenceType.JournalType getJournal()
ReferenceType.JournalType
void setJournal(ReferenceType.JournalType value)
value
- allowed object is
ReferenceType.JournalType
String getAdscode()
String
void setAdscode(String value)
value
- allowed object is
String
List getAuthor()
getAuthor().add(newItem);Objects of the following type(s) are allowed in the list
AuthorType
long getVolume()
void setVolume(long value)
long getPage()
void setPage(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |