public class FeedInformationRequest extends RequestMessageType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for TAXIIFeedInformationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TAXIIFeedInformationRequestType">
<complexContent>
<extension base="{http://taxii.mitre.org/messages/taxii_xml_binding-1}RequestMessageType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Signature |
signature |
extendedHeaders, messageId| Constructor and Description |
|---|
FeedInformationRequest()
Default no-arg constructor
|
FeedInformationRequest(ExtendedHeadersType extendedHeaders,
java.lang.String messageId,
Signature signature)
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) |
Signature |
getSignature()
An XML Digital Signature scoped to this message.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setSignature(Signature value)
Sets the value of the signature property.
|
FeedInformationRequest |
withExtendedHeaders(ExtendedHeadersType value) |
FeedInformationRequest |
withMessageId(java.lang.String value) |
FeedInformationRequest |
withSignature(Signature value) |
getExtendedHeaders, getMessageId, setExtendedHeaders, setMessageIdprotected Signature signature
public FeedInformationRequest()
public FeedInformationRequest(ExtendedHeadersType extendedHeaders, java.lang.String messageId, Signature signature)
public Signature getSignature()
Signaturepublic void setSignature(Signature value)
value - allowed object is
Signaturepublic 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.Equalsequals in class RequestMessageTypepublic boolean equals(java.lang.Object object)
equals in class RequestMessageTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class RequestMessageTypepublic int hashCode()
hashCode in class RequestMessageTypepublic FeedInformationRequest withSignature(Signature value)
public FeedInformationRequest withExtendedHeaders(ExtendedHeadersType value)
withExtendedHeaders in class RequestMessageTypepublic FeedInformationRequest withMessageId(java.lang.String value)
withMessageId in class RequestMessageType