public class Result extends Object implements Serializable
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>
Modifier and Type | Field and Description |
---|---|
protected ErrInfo |
errInfo |
protected int |
errno |
protected KeyType |
keyType |
Constructor and Description |
---|
Result() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected ErrInfo errInfo
protected KeyType keyType
protected int errno
public ErrInfo getErrInfo()
ErrInfo
public void setErrInfo(ErrInfo value)
value
- allowed object is
ErrInfo
public KeyType getKeyType()
KeyType
public void setKeyType(KeyType value)
value
- allowed object is
KeyType
public int getErrno()
public void setErrno(int value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.