public class ServiceRefType extends Object
Java-Klasse für service-refType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="service-refType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="service-ref-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/> <element name="service-interface" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="service-ref-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="wsdl-file" type="{http://java.sun.com/xml/ns/javaee}xsdAnyURIType" minOccurs="0"/> <element name="jaxrpc-mapping-file" type="{http://java.sun.com/xml/ns/javaee}pathType" minOccurs="0"/> <element name="service-qname" type="{http://java.sun.com/xml/ns/javaee}xsdQNameType" minOccurs="0"/> <element name="port-component-ref" type="{http://java.sun.com/xml/ns/javaee}port-component-refType" maxOccurs="unbounded" minOccurs="0"/> <choice> <element name="handler" type="{http://java.sun.com/xml/ns/javaee}handlerType" maxOccurs="unbounded" minOccurs="0"/> <element name="handler-chains" type="{http://java.sun.com/xml/ns/javaee}handler-chainsType" minOccurs="0"/> </choice> <group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<DescriptionType> |
description |
protected List<DisplayNameType> |
displayName |
protected List<HandlerType> |
handler |
protected HandlerChainsType |
handlerChains |
protected List<IconType> |
icon |
protected String |
id |
protected List<InjectionTargetType> |
injectionTarget |
protected PathType |
jaxrpcMappingFile |
protected XsdStringType |
lookupName |
protected XsdStringType |
mappedName |
protected List<PortComponentRefType> |
portComponentRef |
protected FullyQualifiedClassType |
serviceInterface |
protected XsdQNameType |
serviceQname |
protected JndiNameType |
serviceRefName |
protected FullyQualifiedClassType |
serviceRefType |
protected XsdAnyURIType |
wsdlFile |
Constructor and Description |
---|
ServiceRefType() |
Modifier and Type | Method and Description |
---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
List<HandlerType> |
getHandler()
Gets the value of the handler property.
|
HandlerChainsType |
getHandlerChains()
Ruft den Wert der handlerChains-Eigenschaft ab.
|
List<IconType> |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
List<InjectionTargetType> |
getInjectionTarget()
Gets the value of the injectionTarget property.
|
PathType |
getJaxrpcMappingFile()
Ruft den Wert der jaxrpcMappingFile-Eigenschaft ab.
|
XsdStringType |
getLookupName()
Ruft den Wert der lookupName-Eigenschaft ab.
|
XsdStringType |
getMappedName()
Ruft den Wert der mappedName-Eigenschaft ab.
|
List<PortComponentRefType> |
getPortComponentRef()
Gets the value of the portComponentRef property.
|
FullyQualifiedClassType |
getServiceInterface()
Ruft den Wert der serviceInterface-Eigenschaft ab.
|
XsdQNameType |
getServiceQname()
Ruft den Wert der serviceQname-Eigenschaft ab.
|
JndiNameType |
getServiceRefName()
Ruft den Wert der serviceRefName-Eigenschaft ab.
|
FullyQualifiedClassType |
getServiceRefType()
Ruft den Wert der serviceRefType-Eigenschaft ab.
|
XsdAnyURIType |
getWsdlFile()
Ruft den Wert der wsdlFile-Eigenschaft ab.
|
void |
setHandlerChains(HandlerChainsType value)
Legt den Wert der handlerChains-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setJaxrpcMappingFile(PathType value)
Legt den Wert der jaxrpcMappingFile-Eigenschaft fest.
|
void |
setLookupName(XsdStringType value)
Legt den Wert der lookupName-Eigenschaft fest.
|
void |
setMappedName(XsdStringType value)
Legt den Wert der mappedName-Eigenschaft fest.
|
void |
setServiceInterface(FullyQualifiedClassType value)
Legt den Wert der serviceInterface-Eigenschaft fest.
|
void |
setServiceQname(XsdQNameType value)
Legt den Wert der serviceQname-Eigenschaft fest.
|
void |
setServiceRefName(JndiNameType value)
Legt den Wert der serviceRefName-Eigenschaft fest.
|
void |
setServiceRefType(FullyQualifiedClassType value)
Legt den Wert der serviceRefType-Eigenschaft fest.
|
void |
setWsdlFile(XsdAnyURIType value)
Legt den Wert der wsdlFile-Eigenschaft fest.
|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected JndiNameType serviceRefName
protected FullyQualifiedClassType serviceInterface
protected FullyQualifiedClassType serviceRefType
protected XsdAnyURIType wsdlFile
protected PathType jaxrpcMappingFile
protected XsdQNameType serviceQname
protected List<PortComponentRefType> portComponentRef
protected List<HandlerType> handler
protected HandlerChainsType handlerChains
protected XsdStringType mappedName
protected List<InjectionTargetType> injectionTarget
protected XsdStringType lookupName
protected String id
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public List<DisplayNameType> getDisplayName()
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public List<IconType> getIcon()
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public JndiNameType getServiceRefName()
JndiNameType
public void setServiceRefName(JndiNameType value)
value
- allowed object is
JndiNameType
public FullyQualifiedClassType getServiceInterface()
FullyQualifiedClassType
public void setServiceInterface(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public FullyQualifiedClassType getServiceRefType()
FullyQualifiedClassType
public void setServiceRefType(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
public XsdAnyURIType getWsdlFile()
XsdAnyURIType
public void setWsdlFile(XsdAnyURIType value)
value
- allowed object is
XsdAnyURIType
public PathType getJaxrpcMappingFile()
PathType
public void setJaxrpcMappingFile(PathType value)
value
- allowed object is
PathType
public XsdQNameType getServiceQname()
XsdQNameType
public void setServiceQname(XsdQNameType value)
value
- allowed object is
XsdQNameType
public List<PortComponentRefType> getPortComponentRef()
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 portComponentRef property.
For example, to add a new item, do as follows:
getPortComponentRef().add(newItem);
Objects of the following type(s) are allowed in the list
PortComponentRefType
public List<HandlerType> getHandler()
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 handler property.
For example, to add a new item, do as follows:
getHandler().add(newItem);
Objects of the following type(s) are allowed in the list
HandlerType
public HandlerChainsType getHandlerChains()
HandlerChainsType
public void setHandlerChains(HandlerChainsType value)
value
- allowed object is
HandlerChainsType
public XsdStringType getMappedName()
XsdStringType
public void setMappedName(XsdStringType value)
value
- allowed object is
XsdStringType
public List<InjectionTargetType> getInjectionTarget()
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 injectionTarget property.
For example, to add a new item, do as follows:
getInjectionTarget().add(newItem);
Objects of the following type(s) are allowed in the list
InjectionTargetType
public XsdStringType getLookupName()
XsdStringType
public void setLookupName(XsdStringType value)
value
- allowed object is
XsdStringType
Copyright © 2015 buschmais GbR. All rights reserved.