org.s_ramp.xmlns._2010.s_ramp
Class ServiceEndpoint

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
      extended by org.s_ramp.xmlns._2010.s_ramp.ServiceImplementationModelType
          extended by org.s_ramp.xmlns._2010.s_ramp.ServiceEndpoint
All Implemented Interfaces:
Serializable

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://s-ramp.org/xmlns/2010/s-ramp}ServiceImplementationModelType">
       <sequence>
         <element name="endpointDefinedBy" type="{http://s-ramp.org/xmlns/2010/s-ramp}derivedArtifactTarget" minOccurs="0"/>
         <element name="extension" type="{http://s-ramp.org/xmlns/2010/s-ramp}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>
 

See Also:
Serialized Form

Field Summary
protected  List<Object> any
           
protected  String end
           
protected  DerivedArtifactTarget endpointDefinedBy
           
protected  ExtensionType extension
           
protected  String url
           
 
Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.ServiceImplementationModelType
documentation
 
Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version
 
Constructor Summary
ServiceEndpoint()
           
 
Method Summary
 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.
 
Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.ServiceImplementationModelType
getDocumentation
 
Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpointDefinedBy

protected DerivedArtifactTarget endpointDefinedBy

extension

protected ExtensionType extension

end

protected String end

any

protected List<Object> any

url

protected String url
Constructor Detail

ServiceEndpoint

public ServiceEndpoint()
Method Detail

getEndpointDefinedBy

public DerivedArtifactTarget getEndpointDefinedBy()
Gets the value of the endpointDefinedBy property.

Returns:
possible object is DerivedArtifactTarget

setEndpointDefinedBy

public void setEndpointDefinedBy(DerivedArtifactTarget value)
Sets the value of the endpointDefinedBy property.

Parameters:
value - allowed object is DerivedArtifactTarget

getExtension

public ExtensionType getExtension()
Gets the value of the extension property.

Returns:
possible object is ExtensionType

setExtension

public void setExtension(ExtensionType value)
Sets the value of the extension property.

Parameters:
value - allowed object is ExtensionType

getEnd

public String getEnd()
Gets the value of the end property.

Returns:
possible object is String

setEnd

public void setEnd(String value)
Sets the value of the end property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Gets the value of the any property.

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


getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.