public class SimpleReference extends Object
Java class for SimpleReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleReference">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="interfaceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="correlator" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
correlator |
protected String |
endpoint |
protected String |
interfaceName |
| Constructor and Description |
|---|
SimpleReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelator()
Gets the value of the correlator property.
|
String |
getEndpoint()
Gets the value of the endpoint property.
|
String |
getInterfaceName()
Gets the value of the interfaceName property.
|
void |
setCorrelator(String value)
Sets the value of the correlator property.
|
void |
setEndpoint(String value)
Sets the value of the endpoint property.
|
void |
setInterfaceName(String value)
Sets the value of the interfaceName property.
|
protected String endpoint
protected String interfaceName
protected String correlator
public String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is
Stringpublic String getInterfaceName()
Stringpublic void setInterfaceName(String value)
value - allowed object is
Stringpublic String getCorrelator()
StringCopyright © 2009,2014 Oracle and/or its affiliates. All rights reserved.