|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.ContentType
public class ContentType
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 |
---|
public ContentType()
Method Detail |
---|
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResource()
String
public void setResource(java.lang.String value)
value
- allowed object is
String
public CicsType getCicsType()
CicsType
public void setCicsType(CicsType value)
value
- allowed object is
CicsType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |