|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.FieldnamesType
public class FieldnamesType
Java class for fieldnames_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fieldnames_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="atomid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="author" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="authoruri" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="content" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="content_type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="edited" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="published" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="updated" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
FieldnamesType()
|
Method Summary | |
---|---|
java.lang.String |
getAtomid()
Gets the value of the atomid property. |
java.lang.String |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getAuthoruri()
Gets the value of the authoruri property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String |
getContent()
Gets the value of the content property. |
java.lang.String |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getEdited()
Gets the value of the edited property. |
java.lang.String |
getEmail()
Gets the value of the email property. |
java.lang.String |
getPublished()
Gets the value of the published property. |
java.lang.String |
getSummary()
Gets the value of the summary property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getUpdated()
Gets the value of the updated property. |
void |
setAtomid(java.lang.String value)
Sets the value of the atomid property. |
void |
setAuthor(java.lang.String value)
Sets the value of the author property. |
void |
setAuthoruri(java.lang.String value)
Sets the value of the authoruri property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setContent(java.lang.String value)
Sets the value of the content property. |
void |
setContentType(java.lang.String value)
Sets the value of the contentType property. |
void |
setEdited(java.lang.String value)
Sets the value of the edited property. |
void |
setEmail(java.lang.String value)
Sets the value of the email property. |
void |
setPublished(java.lang.String value)
Sets the value of the published property. |
void |
setSummary(java.lang.String value)
Sets the value of the summary property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setUpdated(java.lang.String value)
Sets the value of the updated property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldnamesType()
Method Detail |
---|
public java.lang.String getAtomid()
String
public void setAtomid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthor()
String
public void setAuthor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAuthoruri()
String
public void setAuthoruri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCategory()
String
public void setCategory(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContent()
String
public void setContent(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEdited()
String
public void setEdited(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPublished()
String
public void setPublished(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTitle()
String
public void setTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSummary()
String
public void setSummary(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUpdated()
String
public void setUpdated(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |