public class DiscardAuthToken extends Object implements Serializable
Java class for discard_authToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="discard_authToken"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v3}authInfo"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DiscardAuthToken() |
DiscardAuthToken(String token) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.