public class LookupServiceRegistrationEndpoint extends DynamicData
Java class for LookupServiceRegistrationEndpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LookupServiceRegistrationEndpoint"> <complexContent> <extension base="{urn:lookup}DynamicData"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="endpointType" type="{urn:lookup}LookupServiceRegistrationEndpointType"/> <element name="sslTrust" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="endpointAttributes" type="{urn:lookup}LookupServiceRegistrationAttribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<LookupServiceRegistrationAttribute> |
endpointAttributes |
protected LookupServiceRegistrationEndpointType |
endpointType |
protected java.util.List<java.lang.String> |
sslTrust |
protected java.lang.String |
url |
Constructor and Description |
---|
LookupServiceRegistrationEndpoint() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LookupServiceRegistrationAttribute> |
getEndpointAttributes()
Gets the value of the endpointAttributes property.
|
LookupServiceRegistrationEndpointType |
getEndpointType()
Gets the value of the endpointType property.
|
java.util.List<java.lang.String> |
getSslTrust()
Gets the value of the sslTrust property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setEndpointType(LookupServiceRegistrationEndpointType value)
Sets the value of the endpointType property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String url
protected LookupServiceRegistrationEndpointType endpointType
protected java.util.List<java.lang.String> sslTrust
protected java.util.List<LookupServiceRegistrationAttribute> endpointAttributes
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public LookupServiceRegistrationEndpointType getEndpointType()
LookupServiceRegistrationEndpointType
public void setEndpointType(LookupServiceRegistrationEndpointType value)
value
- allowed object is
LookupServiceRegistrationEndpointType
public java.util.List<java.lang.String> getSslTrust()
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 sslTrust property.
For example, to add a new item, do as follows:
getSslTrust().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<LookupServiceRegistrationAttribute> getEndpointAttributes()
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 endpointAttributes property.
For example, to add a new item, do as follows:
getEndpointAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
LookupServiceRegistrationAttribute