|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsla.ebmwebsourcing.com.agreementextensions.Location
public class Location
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 |
|---|
protected EndpointReferenceType address
protected QoSDimension qoSDimension
protected EquivalentTo equivalentTo
| Constructor Detail |
|---|
public Location()
| Method Detail |
|---|
public EndpointReferenceType getAddress()
EndpointReferenceTypepublic void setAddress(EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic QoSDimension getQoSDimension()
QoSDimensionpublic void setQoSDimension(QoSDimension value)
value - allowed object is
QoSDimensionpublic EquivalentTo getEquivalentTo()
EquivalentTopublic void setEquivalentTo(EquivalentTo value)
value - allowed object is
EquivalentTopublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||