public class SubscriptionManagementRequest extends RequestMessageType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for TAXIISubscriptionManagementRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TAXIISubscriptionManagementRequestType"> <complexContent> <extension base="{http://taxii.mitre.org/messages/taxii_xml_binding-1}RequestMessageType"> <sequence> <element name="Push_Parameters" type="{http://taxii.mitre.org/messages/taxii_xml_binding-1}PushParameterType" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> </sequence> <attribute name="action" use="required" type="{http://taxii.mitre.org/messages/taxii_xml_binding-1}FeedActionEnum" /> <attribute name="feed_name" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="subscription_id" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FeedActionEnum |
action |
protected java.lang.String |
feedName |
protected PushParameterType |
pushParameters |
protected Signature |
signature |
protected java.lang.String |
subscriptionId |
extendedHeaders, messageId
Constructor and Description |
---|
SubscriptionManagementRequest()
Default no-arg constructor
|
SubscriptionManagementRequest(ExtendedHeadersType extendedHeaders,
java.lang.String messageId,
PushParameterType pushParameters,
Signature signature,
FeedActionEnum action,
java.lang.String feedName,
java.lang.String subscriptionId)
Fully-initialising value constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
FeedActionEnum |
getAction()
Gets the value of the action property.
|
java.lang.String |
getFeedName()
Gets the value of the feedName property.
|
PushParameterType |
getPushParameters()
Gets the value of the pushParameters property.
|
Signature |
getSignature()
An XML Digital Signature scoped to this message.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAction(FeedActionEnum value)
Sets the value of the action property.
|
void |
setFeedName(java.lang.String value)
Sets the value of the feedName property.
|
void |
setPushParameters(PushParameterType value)
Sets the value of the pushParameters property.
|
void |
setSignature(Signature value)
Sets the value of the signature property.
|
void |
setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.
|
SubscriptionManagementRequest |
withAction(FeedActionEnum value) |
SubscriptionManagementRequest |
withExtendedHeaders(ExtendedHeadersType value) |
SubscriptionManagementRequest |
withFeedName(java.lang.String value) |
SubscriptionManagementRequest |
withMessageId(java.lang.String value) |
SubscriptionManagementRequest |
withPushParameters(PushParameterType value) |
SubscriptionManagementRequest |
withSignature(Signature value) |
SubscriptionManagementRequest |
withSubscriptionId(java.lang.String value) |
getExtendedHeaders, getMessageId, setExtendedHeaders, setMessageId
protected PushParameterType pushParameters
protected Signature signature
protected FeedActionEnum action
protected java.lang.String feedName
protected java.lang.String subscriptionId
public SubscriptionManagementRequest()
public SubscriptionManagementRequest(ExtendedHeadersType extendedHeaders, java.lang.String messageId, PushParameterType pushParameters, Signature signature, FeedActionEnum action, java.lang.String feedName, java.lang.String subscriptionId)
public PushParameterType getPushParameters()
PushParameterType
public void setPushParameters(PushParameterType value)
value
- allowed object is
PushParameterType
public Signature getSignature()
Signature
public void setSignature(Signature value)
value
- allowed object is
Signature
public FeedActionEnum getAction()
FeedActionEnum
public void setAction(FeedActionEnum value)
value
- allowed object is
FeedActionEnum
public java.lang.String getFeedName()
String
public void setFeedName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubscriptionId()
String
public void setSubscriptionId(java.lang.String value)
value
- allowed object is
String
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class RequestMessageType
public boolean equals(java.lang.Object object)
equals
in class RequestMessageType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class RequestMessageType
public int hashCode()
hashCode
in class RequestMessageType
public SubscriptionManagementRequest withPushParameters(PushParameterType value)
public SubscriptionManagementRequest withSignature(Signature value)
public SubscriptionManagementRequest withAction(FeedActionEnum value)
public SubscriptionManagementRequest withFeedName(java.lang.String value)
public SubscriptionManagementRequest withSubscriptionId(java.lang.String value)
public SubscriptionManagementRequest withExtendedHeaders(ExtendedHeadersType value)
withExtendedHeaders
in class RequestMessageType
public SubscriptionManagementRequest withMessageId(java.lang.String value)
withMessageId
in class RequestMessageType