@CodingStyleguideUnaware public class EventSubscripRequestItemType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
EventSubscripRequestItemType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
EventSubscripRequestItemType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(EventSubscripRequestItemType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getCanonicalEventCatalogUri()
Gets the value of the canonicalEventCatalogUri property.
|
DataRequestSubjectCVType |
getDataRequestSubject()
Gets the value of the dataRequestSubject property.
|
String |
getRequestItemId()
Gets the value of the requestItemId property.
|
TimePeriodType |
getSubscriptionPeriod()
Gets the value of the subscriptionPeriod property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setCanonicalEventCatalogUri(String value)
Sets the value of the canonicalEventCatalogUri property.
|
void |
setDataRequestSubject(DataRequestSubjectCVType value)
Sets the value of the dataRequestSubject property.
|
void |
setRequestItemId(String value)
Sets the value of the requestItemId property.
|
void |
setSubscriptionPeriod(TimePeriodType value)
Sets the value of the subscriptionPeriod property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public EventSubscripRequestItemType()
@Nullable public String getRequestItemId()
Stringpublic void setRequestItemId(@Nullable String value)
value - allowed object is
String@Nullable public DataRequestSubjectCVType getDataRequestSubject()
DataRequestSubjectCVTypepublic void setDataRequestSubject(@Nullable DataRequestSubjectCVType value)
value - allowed object is
DataRequestSubjectCVType@Nullable public String getCanonicalEventCatalogUri()
Stringpublic void setCanonicalEventCatalogUri(@Nullable String value)
value - allowed object is
String@Nullable public TimePeriodType getSubscriptionPeriod()
TimePeriodTypepublic void setSubscriptionPeriod(@Nullable TimePeriodType value)
value - allowed object is
TimePeriodTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull EventSubscripRequestItemType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public EventSubscripRequestItemType clone()
Copyright © 2021–2022 de4a. All rights reserved.