yarfraw.generated.atom03.elements
Class EntryType

java.lang.Object
  extended by yarfraw.generated.atom03.elements.EntryType

public class EntryType
extends Object

Java class for entryType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="entryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="link" type="{http://purl.org/atom/ns#}linkType"/>
         <element name="author" type="{http://purl.org/atom/ns#}personType" minOccurs="0"/>
         <element name="contributor" type="{http://purl.org/atom/ns#}personType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="modified" type="{http://purl.org/atom/ns#}iso8601dateTime"/>
         <element name="created" type="{http://purl.org/atom/ns#}iso8601dateTime" minOccurs="0"/>
         <any/>
       </sequence>
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> any
           
protected  PersonType author
           
protected  List<PersonType> contributor
           
protected  String created
           
protected  String id
           
protected  String lang
           
protected  LinkType link
           
protected  String modified
           
 
Constructor Summary
EntryType()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 PersonType getAuthor()
          Gets the value of the author property.
 List<PersonType> getContributor()
          Gets the value of the contributor property.
 String getCreated()
          Gets the value of the created property.
 String getId()
          Gets the value of the id property.
 String getLang()
          Gets the value of the lang property.
 LinkType getLink()
          Gets the value of the link property.
 String getModified()
          Gets the value of the modified property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 void setAuthor(PersonType value)
          Sets the value of the author property.
 void setCreated(String value)
          Sets the value of the created property.
 void setId(String value)
          Sets the value of the id property.
 void setLang(String value)
          Sets the value of the lang property.
 void setLink(LinkType value)
          Sets the value of the link property.
 void setModified(String value)
          Sets the value of the modified property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

link

protected LinkType link

author

protected PersonType author

contributor

protected List<PersonType> contributor

id

protected String id

modified

protected String modified

created

protected String created

any

protected List<Object> any

lang

protected String lang
Constructor Detail

EntryType

public EntryType()
Method Detail

getLink

public LinkType getLink()
Gets the value of the link property.

Returns:
possible object is LinkType

setLink

public void setLink(LinkType value)
Sets the value of the link property.

Parameters:
value - allowed object is LinkType

getAuthor

public PersonType getAuthor()
Gets the value of the author property.

Returns:
possible object is PersonType

setAuthor

public void setAuthor(PersonType value)
Sets the value of the author property.

Parameters:
value - allowed object is PersonType

getContributor

public List<PersonType> getContributor()
Gets the value of the contributor 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 JAXB object. This is why there is not a set method for the contributor property.

For example, to add a new item, do as follows:

    getContributor().add(newItem);
 

Objects of the following type(s) are allowed in the list PersonType


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getModified

public String getModified()
Gets the value of the modified property.

Returns:
possible object is String

setModified

public void setModified(String value)
Sets the value of the modified property.

Parameters:
value - allowed object is String

getCreated

public String getCreated()
Gets the value of the created property.

Returns:
possible object is String

setCreated

public void setCreated(String value)
Sets the value of the created property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Gets the value of the any 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 JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Object Element


getLang

public String getLang()
Gets the value of the lang property.

Returns:
possible object is String

setLang

public void setLang(String value)
Sets the value of the lang property.

Parameters:
value - allowed object is String

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null


Copyright © 2008. All Rights Reserved.