com.ibm.cics.atomservice
Class ContentType

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

public class ContentType
extends java.lang.Object

Java class for content_type complex type.

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

 <complexType name="content_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="application/xml" />
       <attribute ref="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}resource"/>
       <attribute ref="{http://www.ibm.com/xmlns/prod/cics/atom/atomservice}type"/>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ContentType()
           
 
Method Summary
 CicsType getCicsType()
          Gets the value of the cicsType property.
 java.lang.String getContentType()
          Gets the value of the contentType property.
 java.lang.String getResource()
          Gets the value of the resource property.
 void setCicsType(CicsType value)
          Sets the value of the cicsType property.
 void setContentType(java.lang.String value)
          Sets the value of the contentType property.
 void setResource(java.lang.String value)
          Sets the value of the resource property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentType

public ContentType()
Method Detail

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

getResource

public java.lang.String getResource()
Gets the value of the resource property.

Returns:
possible object is String

setResource

public void setResource(java.lang.String value)
Sets the value of the resource property.

Parameters:
value - allowed object is String

getCicsType

public CicsType getCicsType()
Gets the value of the cicsType property.

Returns:
possible object is CicsType

setCicsType

public void setCicsType(CicsType value)
Sets the value of the cicsType property.

Parameters:
value - allowed object is CicsType