public class EndpointConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Object> |
any |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.util.List<Property> |
property |
protected java.lang.String |
uri |
Constructor and Description |
---|
EndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.util.List<Property> |
getProperty()
Gets the value of the property property.
|
java.lang.String |
getURI()
Gets the value of the uri property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setURI(java.lang.String value)
Sets the value of the uri property.
|
protected java.lang.String description
protected java.lang.String uri
protected java.util.List<Property> property
protected java.util.List<java.lang.Object> any
protected java.lang.String name
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getURI()
String
public void setURI(java.lang.String value)
value
- allowed object is
String
public java.util.List<Property> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element
Object
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.util.Map<javax.xml.namespace.QName,java.lang.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.
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.