|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object yarfraw.generated.atom03.elements.EntryType
public class EntryType
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 |
---|
protected LinkType link
protected PersonType author
protected List<PersonType> contributor
protected String id
protected String modified
protected String created
protected List<Object> any
protected String lang
Constructor Detail |
---|
public EntryType()
Method Detail |
---|
public LinkType getLink()
LinkType
public void setLink(LinkType value)
value
- allowed object is
LinkType
public PersonType getAuthor()
PersonType
public void setAuthor(PersonType value)
value
- allowed object is
PersonType
public List<PersonType> getContributor()
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
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getModified()
String
public void setModified(String value)
value
- allowed object is
String
public String getCreated()
String
public void setCreated(String value)
value
- allowed object is
String
public List<Object> getAny()
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
public String getLang()
String
public void setLang(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |