Class 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 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 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()