public class ServiceEndpoint extends ServiceImplementationModelType implements Serializable
Java class for ServiceEndpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceEndpoint">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}ServiceImplementationModelType">
<sequence>
<element name="endpointDefinedBy" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}derivedArtifactTarget" minOccurs="0"/>
<element name="extension" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}ExtensionType" minOccurs="0"/>
<element name="end" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected String |
end |
protected DerivedArtifactTarget |
endpointDefinedBy |
protected ExtensionType |
extension |
protected String |
url |
documentationartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
ServiceEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getEnd()
Gets the value of the end property.
|
DerivedArtifactTarget |
getEndpointDefinedBy()
Gets the value of the endpointDefinedBy property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setEndpointDefinedBy(DerivedArtifactTarget value)
Sets the value of the endpointDefinedBy property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getDocumentationgetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected DerivedArtifactTarget endpointDefinedBy
protected ExtensionType extension
protected String end
protected String url
public DerivedArtifactTarget getEndpointDefinedBy()
DerivedArtifactTargetpublic void setEndpointDefinedBy(DerivedArtifactTarget value)
value - allowed object is
DerivedArtifactTargetpublic ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic void setEnd(String value)
value - allowed object is
Stringpublic List<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
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.