|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.uddi.api_v3.Result
public class Result
Java class for result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:uddi-org:api_v3}errInfo" minOccurs="0"/>
</sequence>
<attribute name="keyType" type="{urn:uddi-org:api_v3}keyType" />
<attribute name="errno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ErrInfo |
errInfo
|
protected int |
errno
|
protected KeyType |
keyType
|
| Constructor Summary | |
|---|---|
Result()
|
|
| Method Summary | |
|---|---|
ErrInfo |
getErrInfo()
Gets the value of the errInfo property. |
int |
getErrno()
Gets the value of the errno property. |
KeyType |
getKeyType()
Gets the value of the keyType property. |
void |
setErrInfo(ErrInfo value)
Sets the value of the errInfo property. |
void |
setErrno(int value)
Sets the value of the errno property. |
void |
setKeyType(KeyType value)
Sets the value of the keyType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ErrInfo errInfo
protected KeyType keyType
protected int errno
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
public ErrInfo getErrInfo()
ErrInfopublic void setErrInfo(ErrInfo value)
value - allowed object is
ErrInfopublic KeyType getKeyType()
KeyTypepublic void setKeyType(KeyType value)
value - allowed object is
KeyTypepublic int getErrno()
public void setErrno(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||