Class XmlResponseWrapper
- java.lang.Object
-
- com.oracle.xmlns.webservices.jaxws_databinding.XmlResponseWrapper
-
- All Implemented Interfaces:
Annotation
public class XmlResponseWrapper extends Object implements jakarta.xml.ws.ResponseWrapper
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="local-name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="target-namespace" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="class-name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="part-name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description XmlResponseWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
String
className()
String
getClassName()
Gets the value of the className property.String
getLocalName()
Gets the value of the localName property.String
getPartName()
String
getTargetNamespace()
Gets the value of the targetNamespace property.String
localName()
String
partName()
void
setClassName(String value)
Sets the value of the className property.void
setLocalName(String value)
Sets the value of the localName property.void
setPartName(String partName)
void
setTargetNamespace(String value)
Sets the value of the targetNamespace property.String
targetNamespace()
-
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
-
getLocalName
public String getLocalName()
Gets the value of the localName property.- Returns:
- possible object is
String
-
setLocalName
public void setLocalName(String value)
Sets the value of the localName property.- Parameters:
value
- allowed object isString
-
getTargetNamespace
public String getTargetNamespace()
Gets the value of the targetNamespace property.- Returns:
- possible object is
String
-
setTargetNamespace
public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.- Parameters:
value
- allowed object isString
-
getClassName
public String getClassName()
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
public void setClassName(String value)
Sets the value of the className property.- Parameters:
value
- allowed object isString
-
getPartName
public String getPartName()
-
setPartName
public void setPartName(String partName)
-
localName
public String localName()
-
targetNamespace
public String targetNamespace()
-
className
public String className()
-
partName
public String partName()
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
-