Class XmlWebServiceRef
- java.lang.Object
-
- com.oracle.xmlns.webservices.jaxws_databinding.XmlWebServiceRef
-
- All Implemented Interfaces:
Annotation
public class XmlWebServiceRef extends Object implements jakarta.xml.ws.WebServiceRef
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate AnnotationJava 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>
-
-
Constructor Summary
Constructors Constructor Description XmlWebServiceRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 jakarta.xml.ws.Service>
value()
String
wsdlLocation()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getMappedName
public String getMappedName()
Gets the value of the mappedName property.- Returns:
- possible object is
String
-
setMappedName
public void setMappedName(String value)
Sets the value of the mappedName property.- Parameters:
value
- allowed object isString
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getWsdlLocation
public String getWsdlLocation()
Gets the value of the wsdlLocation property.- Returns:
- possible object is
String
-
setWsdlLocation
public void setWsdlLocation(String value)
Sets the value of the wsdlLocation property.- Parameters:
value
- allowed object isString
-
getLookup
public String getLookup()
-
setLookup
public void setLookup(String lookup)
-
name
public String name()
-
type
public Class<?> type()
-
mappedName
public String mappedName()
-
value
public Class<? extends jakarta.xml.ws.Service> value()
-
wsdlLocation
public String wsdlLocation()
-
lookup
public String lookup()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-