public class XmlWebServiceRef extends Object implements WebServiceRef
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mappedName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="wsdlLocation" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
lookup |
protected String |
mappedName |
protected String |
name |
protected String |
type |
protected String |
value |
protected String |
wsdlLocation |
Constructor and Description |
---|
XmlWebServiceRef() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
getLookup() |
String |
getMappedName()
Gets the value of the mappedName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
String |
getWsdlLocation()
Gets the value of the wsdlLocation property.
|
String |
lookup() |
String |
mappedName() |
String |
name() |
void |
setLookup(String lookup) |
void |
setMappedName(String value)
Sets the value of the mappedName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWsdlLocation(String value)
Sets the value of the wsdlLocation property.
|
Class<?> |
type() |
Class<? extends Service> |
value() |
String |
wsdlLocation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
protected String name
protected String type
protected String mappedName
protected String value
protected String wsdlLocation
protected String lookup
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getMappedName()
String
public void setMappedName(String value)
value
- allowed object is
String
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getWsdlLocation()
String
public void setWsdlLocation(String value)
value
- allowed object is
String
public String getLookup()
public void setLookup(String lookup)
public String name()
public Class<?> type()
public String mappedName()
public String wsdlLocation()
public String lookup()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2019 Oracle Corporation. All rights reserved.