|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.ServiceDataAttributes
The ServiceDataAttributes
class allows attributes to be easily
attached to and extracted from any service data elements.
Constructor Summary | |
ServiceDataAttributes(org.apache.axis.message.MessageElement messageElement)
populates this object with the attributes present in the messageElement (SOAPElement) part of an xsd:any. |
|
ServiceDataAttributes(java.lang.Object value)
wraps a service data object inside of a ServiceDataAttributes object in order to easily attached
attributes to it. |
Method Summary | |
ExtendedDateTimeType |
getAvailableUntil()
|
ExtendedDateTimeType |
getGoodFrom()
|
ExtendedDateTimeType |
getGoodUntil()
|
HandleType |
getOriginator()
|
java.lang.Object |
getValue()
|
void |
populate(org.w3c.dom.Element element)
pupulates a DOM element with the attributes set in this wrapper. |
void |
populate(org.apache.axis.message.MessageElement element)
pupulates a message element with the attributes set in this wrapper. |
void |
setAvailableUntil(ExtendedDateTimeType availableUntil)
|
void |
setGoodFrom(ExtendedDateTimeType goodFrom)
|
void |
setGoodUntil(ExtendedDateTimeType goodUntil)
|
void |
setOriginator(HandleType originator)
|
void |
setValue(java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceDataAttributes(java.lang.Object value)
ServiceDataAttributes
object in order to easily attached
attributes to it. Used by the server when constructing service data
elements.
value
- service data value that is to be associated with some
attributespublic ServiceDataAttributes(org.apache.axis.message.MessageElement messageElement)
messageElement
- XML SOAP element containing attributes to readMethod Detail |
public void setGoodUntil(ExtendedDateTimeType goodUntil)
public void setGoodFrom(ExtendedDateTimeType goodFrom)
public void setAvailableUntil(ExtendedDateTimeType availableUntil)
public ExtendedDateTimeType getGoodUntil()
public ExtendedDateTimeType getGoodFrom()
public ExtendedDateTimeType getAvailableUntil()
public void setOriginator(HandleType originator)
public HandleType getOriginator()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public void populate(org.apache.axis.message.MessageElement element)
element
- MessageElement that is to be populatedpublic void populate(org.w3c.dom.Element element)
element
- DOM Element that is to be populated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |