Class Author

java.lang.Object
org.bremersee.w3c.atom.Author
All Implemented Interfaces:
Serializable

public class Author extends Object implements 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 Details

    • namesAndUrisAndEmails

      protected List<jakarta.xml.bind.JAXBElement<String>> namesAndUrisAndEmails
  • Constructor Details

    • Author

      public Author()
  • Method Details

    • getNamesAndUrisAndEmails

      public List<jakarta.xml.bind.JAXBElement<String>> 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 set method 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.