Package org.bremersee.w3c.atom
Class Author
java.lang.Object
org.bremersee.w3c.atom.Author
- All Implemented Interfaces:
Serializable
Java class for atomPersonConstruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="atomPersonConstruct">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.w3.org/2005/Atom}name"/>
<element ref="{http://www.w3.org/2005/Atom}uri"/>
<element ref="{http://www.w3.org/2005/Atom}email"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namesAndUrisAndEmails property.
-
Field Details
-
namesAndUrisAndEmails
-
-
Constructor Details
-
Author
public Author()
-
-
Method Details
-
getNamesAndUrisAndEmails
Gets the value of the namesAndUrisAndEmails property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the namesAndUrisAndEmails property.For example, to add a new item, do as follows:
getNamesAndUrisAndEmails().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<String>JAXBElement<String>JAXBElement<String>- Returns:
- The value of the namesAndUrisAndEmails property.
-