@CodingStyleguideUnaware public class ResponseType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ResponseType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addStatus(StatusType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ResponseType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ResponseType 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
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
EffectiveDateType |
getEffectiveDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getEffectiveDateValue()
Get the value of the contained EffectiveDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getEffectiveDateValueLocal()
Get the value of the contained EffectiveDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EffectiveTimeType |
getEffectiveTime()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetTime |
getEffectiveTimeValue()
Get the value of the contained EffectiveTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalTime |
getEffectiveTimeValueLocal()
Get the value of the contained EffectiveTimeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ReferenceIDType |
getReferenceID()
<pre>
<?
|
String |
getReferenceIDValue()
Get the value of the contained ReferenceIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ResponseCodeType |
getResponseCode()
<pre>
<?
|
String |
getResponseCodeValue()
Get the value of the contained ResponseCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<StatusType> |
getStatus()
<pre>
<?
|
StatusType |
getStatusAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getStatusCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasStatusEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEffectiveDate(EffectiveDateType value)
Sets the value of the effectiveDate property.
|
EffectiveDateType |
setEffectiveDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EffectiveDateType |
setEffectiveDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setEffectiveTime(EffectiveTimeType value)
Sets the value of the effectiveTime property.
|
EffectiveTimeType |
setEffectiveTime(LocalTime valueParam)
Special setter with value of type LocalTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
EffectiveTimeType |
setEffectiveTime(com.helger.commons.datetime.XMLOffsetTime valueParam)
Special setter with value of type XMLOffsetTime<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setReferenceID(ReferenceIDType value)
Sets the value of the referenceID property.
|
ReferenceIDType |
setReferenceID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setResponseCode(ResponseCodeType value)
Sets the value of the responseCode property.
|
ResponseCodeType |
setResponseCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setStatus(List<StatusType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ResponseType()
@Nullable public ReferenceIDType getReferenceID()
ReferenceIDTypepublic void setReferenceID(@Nullable ReferenceIDType value)
value - allowed object is
ReferenceIDType@Nullable public ResponseCodeType getResponseCode()
ResponseCodeTypepublic void setResponseCode(@Nullable ResponseCodeType value)
value - allowed object is
ResponseCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nullable public EffectiveDateType getEffectiveDate()
EffectiveDateTypepublic void setEffectiveDate(@Nullable EffectiveDateType value)
value - allowed object is
EffectiveDateType@Nullable public EffectiveTimeType getEffectiveTime()
EffectiveTimeTypepublic void setEffectiveTime(@Nullable EffectiveTimeType value)
value - allowed object is
EffectiveTimeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<StatusType> getStatus()
StatusTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setStatus(@Nullable List<StatusType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasStatusEntries()
public boolean hasNoStatusEntries()
@Nonnegative public int getStatusCount()
@Nullable public StatusType getStatusAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addStatus(@Nonnull StatusType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ResponseType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ResponseType clone()
@Nonnull public ResponseCodeType setResponseCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EffectiveDateType setEffectiveDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EffectiveDateType setEffectiveDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EffectiveTimeType setEffectiveTime(@Nullable com.helger.commons.datetime.XMLOffsetTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public EffectiveTimeType setEffectiveTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ReferenceIDType setReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getReferenceIDValue()
@Nullable public String getResponseCodeValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getEffectiveDateValue()
@Nullable public LocalDate getEffectiveDateValueLocal()
@Nullable public com.helger.commons.datetime.XMLOffsetTime getEffectiveTimeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.