Class Result
- java.lang.Object
-
- com.sun.xml.registry.uddi.bindings_v2_2.Result
-
public class Result extends Object
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_v2}errInfo" minOccurs="0"/> </sequence> <attribute name="errno" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="keyType" type="{urn:uddi-org:api_v2}keyType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrInfogetErrInfo()Gets the value of the errInfo property.intgetErrno()Gets the value of the errno property.KeyTypegetKeyType()Gets the value of the keyType property.voidsetErrInfo(ErrInfo value)Sets the value of the errInfo property.voidsetErrno(int value)Sets the value of the errno property.voidsetKeyType(KeyType value)Sets the value of the keyType property.
-
-
-
Method Detail
-
getErrInfo
public ErrInfo getErrInfo()
Gets the value of the errInfo property.- Returns:
- possible object is
ErrInfo
-
setErrInfo
public void setErrInfo(ErrInfo value)
Sets the value of the errInfo property.- Parameters:
value- allowed object isErrInfo
-
getErrno
public int getErrno()
Gets the value of the errno property.
-
setErrno
public void setErrno(int value)
Sets the value of the errno property.
-
getKeyType
public KeyType getKeyType()
Gets the value of the keyType property.- Returns:
- possible object is
KeyType
-
-