public abstract class AbstractMakeAttachEvent extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, StepEvent
Java class for abstract-make-attach-event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="abstract-make-attach-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="attachmentType" type="{urn:events.allure.qatools.yandex.ru}attachment-type"/>
<element name="attach" type="{urn:events.allure.qatools.yandex.ru}attachment"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
attach |
protected ru.yandex.qatools.allure.model.AttachmentType |
attachmentType |
protected String |
title |
| Constructor and Description |
|---|
AbstractMakeAttachEvent() |
| 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) |
Object |
getAttach()
Gets the value of the attach property.
|
ru.yandex.qatools.allure.model.AttachmentType |
getAttachmentType()
Gets the value of the attachmentType property.
|
String |
getTitle()
Gets the value of the title property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAttach(Object value)
Sets the value of the attach property.
|
void |
setAttachmentType(ru.yandex.qatools.allure.model.AttachmentType value)
Sets the value of the attachmentType property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected ru.yandex.qatools.allure.model.AttachmentType attachmentType
protected Object attach
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic ru.yandex.qatools.allure.model.AttachmentType getAttachmentType()
AttachmentTypepublic void setAttachmentType(ru.yandex.qatools.allure.model.AttachmentType value)
value - allowed object is
AttachmentTypepublic Object getAttach()
Objectpublic void setAttach(Object value)
value - allowed object is
Objectpublic 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.