com.ibm.cics.atomservice
Class FieldnamesType

java.lang.Object
  extended by com.ibm.cics.atomservice.FieldnamesType

public class FieldnamesType
extends java.lang.Object

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

FieldnamesType

public FieldnamesType()
Method Detail

getAtomid

public java.lang.String getAtomid()
Gets the value of the atomid property.

Returns:
possible object is String

setAtomid

public void setAtomid(java.lang.String value)
Sets the value of the atomid property.

Parameters:
value - allowed object is String

getAuthor

public java.lang.String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

public void setAuthor(java.lang.String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

getAuthoruri

public java.lang.String getAuthoruri()
Gets the value of the authoruri property.

Returns:
possible object is String

setAuthoruri

public void setAuthoruri(java.lang.String value)
Sets the value of the authoruri property.

Parameters:
value - allowed object is String

getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getContentType

public java.lang.String getContentType()
Gets the value of the contentType property.

Returns:
possible object is String

setContentType

public void setContentType(java.lang.String value)
Sets the value of the contentType property.

Parameters:
value - allowed object is String

getEdited

public java.lang.String getEdited()
Gets the value of the edited property.

Returns:
possible object is String

setEdited

public void setEdited(java.lang.String value)
Sets the value of the edited property.

Parameters:
value - allowed object is String

getEmail

public java.lang.String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(java.lang.String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getPublished

public java.lang.String getPublished()
Gets the value of the published property.

Returns:
possible object is String

setPublished

public void setPublished(java.lang.String value)
Sets the value of the published property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getSummary

public java.lang.String getSummary()
Gets the value of the summary property.

Returns:
possible object is String

setSummary

public void setSummary(java.lang.String value)
Sets the value of the summary property.

Parameters:
value - allowed object is String

getUpdated

public java.lang.String getUpdated()
Gets the value of the updated property.

Returns:
possible object is String

setUpdated

public void setUpdated(java.lang.String value)
Sets the value of the updated property.

Parameters:
value - allowed object is String