|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.SelectorType
public class SelectorType
Java class for selector_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="selector_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="style" default="segment"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="segment"/> <enumeration value="query"/> <enumeration value=""/> </restriction> </simpleType> </attribute> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="s" /> <attribute name="format"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="decimal"/> <enumeration value="hexadecimal"/> </restriction> </simpleType> </attribute> <attribute name="ccsid" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SelectorType()
|
Method Summary | |
---|---|
java.lang.String |
getCcsid()
Gets the value of the ccsid property. |
java.lang.String |
getFormat()
Gets the value of the format property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getStyle()
Gets the value of the style property. |
void |
setCcsid(java.lang.String value)
Sets the value of the ccsid property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setStyle(java.lang.String value)
Sets the value of the style property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectorType()
Method Detail |
---|
public java.lang.String getStyle()
String
public void setStyle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCcsid()
String
public void setCcsid(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 |