|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.atomservice.CicsUrimapType
public class CicsUrimapType
Java class for cics_urimap_type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cics_urimap_type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="userid"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="8"/> </restriction> </simpleType> </attribute> <attribute name="transaction"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <maxLength value="4"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
CicsUrimapType()
|
Method Summary | |
---|---|
java.lang.String |
getTransaction()
Gets the value of the transaction property. |
java.lang.String |
getUri()
Gets the value of the uri property. |
java.lang.String |
getUserid()
Gets the value of the userid property. |
void |
setTransaction(java.lang.String value)
Sets the value of the transaction property. |
void |
setUri(java.lang.String value)
Sets the value of the uri property. |
void |
setUserid(java.lang.String value)
Sets the value of the userid property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CicsUrimapType()
Method Detail |
---|
public java.lang.String getUri()
String
public void setUri(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserid()
String
public void setUserid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTransaction()
String
public void setTransaction(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 |