public class JavaWsdlMappingType extends Object
Java class for java-wsdl-mapping-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="java-wsdl-mapping-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="xml-schema-mapping" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <group ref="{http://xmlns.oracle.com/webservices/jaxws-databinding}class-annotation" maxOccurs="unbounded" minOccurs="0"/> <element name="java-methods" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.oracle.com/webservices/jaxws-databinding}java-method" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="java-type-name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="existing-annotations" type="{http://xmlns.oracle.com/webservices/jaxws-databinding}existing-annotations-type" /> <attribute name="databinding" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='skip' namespace='##other'/> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
JavaWsdlMappingType.JavaMethods
Java class for anonymous complex type.
|
static class |
JavaWsdlMappingType.XmlSchemaMapping
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
classAnnotation |
protected String |
databinding |
protected ExistingAnnotationsType |
existingAnnotations |
protected JavaWsdlMappingType.JavaMethods |
javaMethods |
protected String |
javaTypeName |
protected String |
name |
protected JavaWsdlMappingType.XmlSchemaMapping |
xmlSchemaMapping |
Constructor and Description |
---|
JavaWsdlMappingType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getClassAnnotation()
The class-annotation group defines the set of
annotations applicable to the Java class
declaration.
|
String |
getDatabinding()
Gets the value of the databinding property.
|
ExistingAnnotationsType |
getExistingAnnotations()
Gets the value of the classAnnotations property.
|
JavaWsdlMappingType.JavaMethods |
getJavaMethods()
Gets the value of the javaMethods property.
|
String |
getJavaTypeName()
Gets the value of the javaTypeName property.
|
String |
getName()
Gets the value of the name property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
JavaWsdlMappingType.XmlSchemaMapping |
getXmlSchemaMapping()
Gets the value of the xmlSchemaMapping property.
|
void |
setDatabinding(String value)
Sets the value of the databinding property.
|
void |
setExistingAnnotations(ExistingAnnotationsType value)
Sets the value of the classAnnotations property.
|
void |
setJavaMethods(JavaWsdlMappingType.JavaMethods value)
Sets the value of the javaMethods property.
|
void |
setJavaTypeName(String value)
Sets the value of the javaTypeName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setXmlSchemaMapping(JavaWsdlMappingType.XmlSchemaMapping value)
Sets the value of the xmlSchemaMapping property.
|
protected JavaWsdlMappingType.XmlSchemaMapping xmlSchemaMapping
protected JavaWsdlMappingType.JavaMethods javaMethods
protected String name
protected String javaTypeName
protected ExistingAnnotationsType existingAnnotations
protected String databinding
public JavaWsdlMappingType.XmlSchemaMapping getXmlSchemaMapping()
JavaWsdlMappingType.XmlSchemaMapping
public void setXmlSchemaMapping(JavaWsdlMappingType.XmlSchemaMapping value)
value
- allowed object is
JavaWsdlMappingType.XmlSchemaMapping
public List<Object> getClassAnnotation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the classAnnotation property.
For example, to add a new item, do as follows:
getClassAnnotation().add(newItem);
Objects of the following type(s) are allowed in the list
XmlWebServiceClient
XmlBindingType
XmlWebService
XmlWebFault
XmlServiceMode
XmlMTOM
XmlHandlerChain
Element
XmlSOAPBinding
public JavaWsdlMappingType.JavaMethods getJavaMethods()
JavaWsdlMappingType.JavaMethods
public void setJavaMethods(JavaWsdlMappingType.JavaMethods value)
value
- allowed object is
JavaWsdlMappingType.JavaMethods
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getJavaTypeName()
String
public void setJavaTypeName(String value)
value
- allowed object is
String
public ExistingAnnotationsType getExistingAnnotations()
ExistingAnnotationsType
public void setExistingAnnotations(ExistingAnnotationsType value)
value
- allowed object is
ExistingAnnotationsType
public String getDatabinding()
String
public void setDatabinding(String value)
value
- allowed object is
String
public Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
Copyright © 2015 Oracle Corporation. All rights reserved.