public class GetAssertionStatusReport extends Object
Java class for get_assertionStatusReport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="get_assertionStatusReport"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:uddi-org:api_v2}authInfo"/> <element ref="{urn:uddi-org:api_v2}completionStatus" minOccurs="0"/> </sequence> <attribute name="generic" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authInfo |
protected String |
completionStatus |
protected String |
generic |
Constructor and Description |
---|
GetAssertionStatusReport() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo()
Gets the value of the authInfo property.
|
String |
getCompletionStatus()
Gets the value of the completionStatus property.
|
String |
getGeneric()
Gets the value of the generic property.
|
void |
setAuthInfo(String value)
Sets the value of the authInfo property.
|
void |
setCompletionStatus(String value)
Sets the value of the completionStatus property.
|
void |
setGeneric(String value)
Sets the value of the generic property.
|
protected String authInfo
protected String completionStatus
protected String generic
public String getAuthInfo()
String
public void setAuthInfo(String value)
value
- allowed object is
String
public String getCompletionStatus()
String
public void setCompletionStatus(String value)
value
- allowed object is
String
public String getGeneric()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.