com.ebmwebsourcing.agreement.definition.impl
Class VariableImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<VariableType>
      extended by com.ebmwebsourcing.agreement.definition.impl.VariableImpl
All Implemented Interfaces:
Variable, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class VariableImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<VariableType>
implements Variable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
VariableImpl(VariableType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
 
Method Summary
 Location getLocation()
           
 java.net.URI getMetric()
           
 java.lang.String getName()
           
 Location newLocation()
           
 void setLocation(Location location)
           
 void setMetric(java.net.URI metric)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableImpl

public VariableImpl(VariableType model,
                    org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
             throws WSAgreementException
Throws:
WSAgreementException
Method Detail

getMetric

public java.net.URI getMetric()
Specified by:
getMetric in interface Variable

getName

public java.lang.String getName()
Specified by:
getName in interface Variable

setMetric

public void setMetric(java.net.URI metric)
Specified by:
setMetric in interface Variable

setName

public void setName(java.lang.String name)
Specified by:
setName in interface Variable

getLocation

public Location getLocation()
Specified by:
getLocation in interface Variable

setLocation

public void setLocation(Location location)
Specified by:
setLocation in interface Variable

newLocation

public Location newLocation()
                     throws WSAgreementException
Specified by:
newLocation in interface Variable
Throws:
WSAgreementException


Copyright © 2009 eBM Websourcing. All Rights Reserved.