|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.wsrf.core.notification.SubscriptionManagerGTWSDLResourceProperties
| Field Summary | |
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private org.apache.axis.message.addressing.EndpointReferenceType |
consumerReference
|
private java.util.Calendar |
creationTime
|
private java.util.Calendar |
currentTime
|
private QueryExpressionType |
precondition
|
private QueryExpressionType |
selector
|
private java.lang.Object |
subscriptionPolicy
|
private java.util.Calendar |
terminationTime
|
private TopicExpressionType |
topicExpression
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private boolean |
useNotify
|
| Constructor Summary | |
SubscriptionManagerGTWSDLResourceProperties()
|
|
SubscriptionManagerGTWSDLResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
java.util.Calendar creationTime,
java.util.Calendar currentTime,
QueryExpressionType precondition,
QueryExpressionType selector,
java.lang.Object subscriptionPolicy,
java.util.Calendar terminationTime,
TopicExpressionType topicExpression,
boolean useNotify)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
org.apache.axis.message.addressing.EndpointReferenceType |
getConsumerReference()
Gets the consumerReference value for this SubscriptionManagerGTWSDLResourceProperties. |
java.util.Calendar |
getCreationTime()
Gets the creationTime value for this SubscriptionManagerGTWSDLResourceProperties. |
java.util.Calendar |
getCurrentTime()
Gets the currentTime value for this SubscriptionManagerGTWSDLResourceProperties. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
QueryExpressionType |
getPrecondition()
Gets the precondition value for this SubscriptionManagerGTWSDLResourceProperties. |
QueryExpressionType |
getSelector()
Gets the selector value for this SubscriptionManagerGTWSDLResourceProperties. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.Object |
getSubscriptionPolicy()
Gets the subscriptionPolicy value for this SubscriptionManagerGTWSDLResourceProperties. |
java.util.Calendar |
getTerminationTime()
Gets the terminationTime value for this SubscriptionManagerGTWSDLResourceProperties. |
TopicExpressionType |
getTopicExpression()
Gets the topicExpression value for this SubscriptionManagerGTWSDLResourceProperties. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isUseNotify()
Gets the useNotify value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setConsumerReference(org.apache.axis.message.addressing.EndpointReferenceType consumerReference)
Sets the consumerReference value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setCreationTime(java.util.Calendar creationTime)
Sets the creationTime value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setCurrentTime(java.util.Calendar currentTime)
Sets the currentTime value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setPrecondition(QueryExpressionType precondition)
Sets the precondition value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setSelector(QueryExpressionType selector)
Sets the selector value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setSubscriptionPolicy(java.lang.Object subscriptionPolicy)
Sets the subscriptionPolicy value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setTerminationTime(java.util.Calendar terminationTime)
Sets the terminationTime value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setTopicExpression(TopicExpressionType topicExpression)
Sets the topicExpression value for this SubscriptionManagerGTWSDLResourceProperties. |
void |
setUseNotify(boolean useNotify)
Sets the useNotify value for this SubscriptionManagerGTWSDLResourceProperties. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.apache.axis.message.addressing.EndpointReferenceType consumerReference
private QueryExpressionType selector
private boolean useNotify
private TopicExpressionType topicExpression
private java.lang.Object subscriptionPolicy
private java.util.Calendar terminationTime
private java.util.Calendar creationTime
private QueryExpressionType precondition
private java.util.Calendar currentTime
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
| Constructor Detail |
public SubscriptionManagerGTWSDLResourceProperties()
public SubscriptionManagerGTWSDLResourceProperties(org.apache.axis.message.addressing.EndpointReferenceType consumerReference,
java.util.Calendar creationTime,
java.util.Calendar currentTime,
QueryExpressionType precondition,
QueryExpressionType selector,
java.lang.Object subscriptionPolicy,
java.util.Calendar terminationTime,
TopicExpressionType topicExpression,
boolean useNotify)
| Method Detail |
public org.apache.axis.message.addressing.EndpointReferenceType getConsumerReference()
public void setConsumerReference(org.apache.axis.message.addressing.EndpointReferenceType consumerReference)
consumerReference - public QueryExpressionType getSelector()
public void setSelector(QueryExpressionType selector)
selector - public boolean isUseNotify()
public void setUseNotify(boolean useNotify)
useNotify - public TopicExpressionType getTopicExpression()
public void setTopicExpression(TopicExpressionType topicExpression)
topicExpression - public java.lang.Object getSubscriptionPolicy()
public void setSubscriptionPolicy(java.lang.Object subscriptionPolicy)
subscriptionPolicy - public java.util.Calendar getTerminationTime()
public void setTerminationTime(java.util.Calendar terminationTime)
terminationTime - public java.util.Calendar getCreationTime()
public void setCreationTime(java.util.Calendar creationTime)
creationTime - public QueryExpressionType getPrecondition()
public void setPrecondition(QueryExpressionType precondition)
precondition - public java.util.Calendar getCurrentTime()
public void setCurrentTime(java.util.Calendar currentTime)
currentTime - public boolean equals(java.lang.Object obj)
public int hashCode()
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||