public abstract class AbstractMakeAttachmentEvent extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, StepEvent
Java class for abstract-make-attachment-event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstract-make-attachment-event">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attachment" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
attachment |
protected String |
title |
protected String |
type |
| Constructor and Description |
|---|
AbstractMakeAttachmentEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
byte[] |
getAttachment()
Gets the value of the attachment property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAttachment(byte[] value)
Sets the value of the attachment property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String title
protected byte[] attachment
protected String type
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic byte[] getAttachment()
public void setAttachment(byte[] value)
value - allowed object is
byte[]public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2017 Yandex. All rights reserved.