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.1}RequestMessageType"> <sequence> <element name="Subscription_ID" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="Subscription_Parameters" type="{http://taxii.mitre.org/messages/taxii_xml_binding-1.1}SubscriptionParametersType" minOccurs="0"/> <element name="Push_Parameters" type="{http://taxii.mitre.org/messages/taxii_xml_binding-1.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.1}CollectionActionEnum" /> <attribute name="collection_name" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CollectionActionEnum |
action |
protected java.lang.String |
collectionName |
protected PushParameterType |
pushParameters |
protected Signature |
signature |
protected java.lang.String |
subscriptionID |
protected SubscriptionParametersType |
subscriptionParameters |
extendedHeaders, messageId
Constructor and Description |
---|
SubscriptionManagementRequest()
Default no-arg constructor
|
SubscriptionManagementRequest(ExtendedHeadersType extendedHeaders,
java.lang.String messageId,
java.lang.String subscriptionID,
SubscriptionParametersType subscriptionParameters,
PushParameterType pushParameters,
Signature signature,
CollectionActionEnum action,
java.lang.String collectionName)
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) |
CollectionActionEnum |
getAction()
Gets the value of the action property.
|
java.lang.String |
getCollectionName()
Gets the value of the collectionName 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.
|
SubscriptionParametersType |
getSubscriptionParameters()
Gets the value of the subscriptionParameters property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAction(CollectionActionEnum value)
Sets the value of the action property.
|
void |
setCollectionName(java.lang.String value)
Sets the value of the collectionName 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.
|
void |
setSubscriptionParameters(SubscriptionParametersType value)
Sets the value of the subscriptionParameters property.
|
SubscriptionManagementRequest |
withAction(CollectionActionEnum value) |
SubscriptionManagementRequest |
withCollectionName(java.lang.String value) |
SubscriptionManagementRequest |
withExtendedHeaders(ExtendedHeadersType value) |
SubscriptionManagementRequest |
withMessageId(java.lang.String value) |
SubscriptionManagementRequest |
withPushParameters(PushParameterType value) |
SubscriptionManagementRequest |
withSignature(Signature value) |
SubscriptionManagementRequest |
withSubscriptionID(java.lang.String value) |
SubscriptionManagementRequest |
withSubscriptionParameters(SubscriptionParametersType value) |
getExtendedHeaders, getMessageId, setExtendedHeaders, setMessageId
protected java.lang.String subscriptionID
protected SubscriptionParametersType subscriptionParameters
protected PushParameterType pushParameters
protected Signature signature
protected CollectionActionEnum action
protected java.lang.String collectionName
public SubscriptionManagementRequest()
public SubscriptionManagementRequest(ExtendedHeadersType extendedHeaders, java.lang.String messageId, java.lang.String subscriptionID, SubscriptionParametersType subscriptionParameters, PushParameterType pushParameters, Signature signature, CollectionActionEnum action, java.lang.String collectionName)
public java.lang.String getSubscriptionID()
String
public void setSubscriptionID(java.lang.String value)
value
- allowed object is
String
public SubscriptionParametersType getSubscriptionParameters()
SubscriptionParametersType
public void setSubscriptionParameters(SubscriptionParametersType value)
value
- allowed object is
SubscriptionParametersType
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 CollectionActionEnum getAction()
CollectionActionEnum
public void setAction(CollectionActionEnum value)
value
- allowed object is
CollectionActionEnum
public java.lang.String getCollectionName()
String
public void setCollectionName(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 withSubscriptionID(java.lang.String value)
public SubscriptionManagementRequest withSubscriptionParameters(SubscriptionParametersType value)
public SubscriptionManagementRequest withPushParameters(PushParameterType value)
public SubscriptionManagementRequest withSignature(Signature value)
public SubscriptionManagementRequest withAction(CollectionActionEnum value)
public SubscriptionManagementRequest withCollectionName(java.lang.String value)
public SubscriptionManagementRequest withExtendedHeaders(ExtendedHeadersType value)
withExtendedHeaders
in class RequestMessageType
public SubscriptionManagementRequest withMessageId(java.lang.String value)
withMessageId
in class RequestMessageType