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