sla.ebmwebsourcing.com.agreementextensions
Class Location

java.lang.Object
  extended by sla.ebmwebsourcing.com.agreementextensions.Location
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Location
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for Location complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Location">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="address" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType"/>
         <element ref="{http://upmc.fr/ns/ws-qml}QoS-dimension"/>
         <element ref="{http://upmc.fr/ns/ws-qml}equivalentTo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EndpointReferenceType address
           
protected  EquivalentTo equivalentTo
           
protected  QoSDimension qoSDimension
           
 
Constructor Summary
Location()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 EndpointReferenceType getAddress()
          Gets the value of the address property.
 EquivalentTo getEquivalentTo()
          Gets the value of the equivalentTo property.
 QoSDimension getQoSDimension()
          Gets the value of the qoSDimension property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAddress(EndpointReferenceType value)
          Sets the value of the address property.
 void setEquivalentTo(EquivalentTo value)
          Sets the value of the equivalentTo property.
 void setQoSDimension(QoSDimension value)
          Sets the value of the qoSDimension property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

address

protected EndpointReferenceType address

qoSDimension

protected QoSDimension qoSDimension

equivalentTo

protected EquivalentTo equivalentTo
Constructor Detail

Location

public Location()
Method Detail

getAddress

public EndpointReferenceType getAddress()
Gets the value of the address property.

Returns:
possible object is EndpointReferenceType

setAddress

public void setAddress(EndpointReferenceType value)
Sets the value of the address property.

Parameters:
value - allowed object is EndpointReferenceType

getQoSDimension

public QoSDimension getQoSDimension()
Gets the value of the qoSDimension property.

Returns:
possible object is QoSDimension

setQoSDimension

public void setQoSDimension(QoSDimension value)
Sets the value of the qoSDimension property.

Parameters:
value - allowed object is QoSDimension

getEquivalentTo

public EquivalentTo getEquivalentTo()
Gets the value of the equivalentTo property.

Returns:
possible object is EquivalentTo

setEquivalentTo

public void setEquivalentTo(EquivalentTo value)
Sets the value of the equivalentTo property.

Parameters:
value - allowed object is EquivalentTo

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009 eBM Websourcing. All Rights Reserved.