|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthorType
Java content class for authorType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="authorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lastname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="middlename" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="webpage" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="institution" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}date" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
AuthorType.InstitutionType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
Calendar |
getDate()
|
List |
getEmail()
Gets the value of the Email property. |
String |
getFirstname()
|
List |
getInstitution()
Gets the value of the Institution property. |
String |
getLastname()
|
String |
getMiddlename()
|
String |
getUrl()
|
List |
getWebpage()
Gets the value of the Webpage property. |
void |
setDate(Calendar value)
|
void |
setFirstname(String value)
|
void |
setLastname(String value)
|
void |
setMiddlename(String value)
|
void |
setUrl(String value)
|
| Method Detail |
|---|
List getEmail()
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
List getWebpage()
getWebpage().add(newItem);
Objects of the following type(s) are allowed in the list
String
String getLastname()
Stringvoid setLastname(String value)
value - allowed object is
StringString getMiddlename()
Stringvoid setMiddlename(String value)
value - allowed object is
StringList getInstitution()
getInstitution().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorType.InstitutionType
String getFirstname()
Stringvoid setFirstname(String value)
value - allowed object is
StringCalendar getDate()
Calendarvoid setDate(Calendar value)
value - allowed object is
CalendarString getUrl()
Stringvoid setUrl(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||