com.oracle.xmlns.webservices.jaxws_databinding
Class XmlResponseWrapper

java.lang.Object
  extended by com.oracle.xmlns.webservices.jaxws_databinding.XmlResponseWrapper
All Implemented Interfaces:
Annotation, ResponseWrapper

public class XmlResponseWrapper
extends Object
implements ResponseWrapper

This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate Annotation

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="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>
 


Field Summary
protected  String className
           
protected  String localName
           
protected  String partName
           
protected  String targetNamespace
           
 
Constructor Summary
XmlResponseWrapper()
           
 
Method Summary
 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
 

Field Detail

localName

protected String localName

targetNamespace

protected String targetNamespace

className

protected String className

partName

protected String partName
Constructor Detail

XmlResponseWrapper

public XmlResponseWrapper()
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 is String

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 is String

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 is String

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 interface Annotation


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.