@CodingStyleguideUnaware public class RedirectUserType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RedirectUserType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addError(ErrorType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RedirectUserType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RedirectUserType 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 |
getCanonicalEvidenceTypeId()
Gets the value of the canonicalEvidenceTypeId property.
|
AgentType |
getDataEvaluator()
Gets the value of the dataEvaluator property.
|
AgentType |
getDataOwner()
Gets the value of the dataOwner property.
|
List<ErrorType> |
getError()
Gets the value of the error property.
|
ErrorType |
getErrorAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getErrorCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getRedirectUrl()
Gets the value of the redirectUrl property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
String |
getSpecificationId()
Gets the value of the specificationId property.
|
com.helger.commons.datetime.XMLOffsetDateTime |
getTimeStamp()
Gets the value of the timeStamp property.
|
LocalDateTime |
getTimeStampLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
boolean |
hasErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCanonicalEvidenceTypeId(String value)
Sets the value of the canonicalEvidenceTypeId property.
|
void |
setDataEvaluator(AgentType value)
Sets the value of the dataEvaluator property.
|
void |
setDataOwner(AgentType value)
Sets the value of the dataOwner property.
|
void |
setError(List<ErrorType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRedirectUrl(String value)
Sets the value of the redirectUrl property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setSpecificationId(String value)
Sets the value of the specificationId property.
|
void |
setTimeStamp(LocalDateTime aValue)
Created by ph-jaxb22-plugin -Xph-offset-dt-extension
|
void |
setTimeStamp(com.helger.commons.datetime.XMLOffsetDateTime value)
Sets the value of the timeStamp property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RedirectUserType()
@Nullable public String getRequestId()
Stringpublic void setRequestId(@Nullable String value)
value - allowed object is
String@Nullable public String getSpecificationId()
Stringpublic void setSpecificationId(@Nullable String value)
value - allowed object is
String@Nullable public com.helger.commons.datetime.XMLOffsetDateTime getTimeStamp()
Stringpublic void setTimeStamp(@Nullable com.helger.commons.datetime.XMLOffsetDateTime value)
value - allowed object is
String@Nullable public AgentType getDataEvaluator()
AgentTypepublic void setDataEvaluator(@Nullable AgentType value)
value - allowed object is
AgentType@Nullable public AgentType getDataOwner()
AgentTypepublic void setDataOwner(@Nullable AgentType value)
value - allowed object is
AgentType@Nullable public String getCanonicalEvidenceTypeId()
Stringpublic void setCanonicalEvidenceTypeId(@Nullable String value)
value - allowed object is
String@Nullable public String getRedirectUrl()
Stringpublic void setRedirectUrl(@Nullable String value)
value - allowed object is
String@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ErrorType> getError()
ErrorTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setError(@Nullable List<ErrorType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasErrorEntries()
public boolean hasNoErrorEntries()
@Nonnegative public int getErrorCount()
@Nullable public ErrorType getErrorAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addError(@Nonnull ErrorType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RedirectUserType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RedirectUserType clone()
@Nullable public LocalDateTime getTimeStampLocal()
public void setTimeStamp(@Nullable LocalDateTime aValue)
aValue - The LocalDateTime to set. May be <code>null</code>.Copyright © 2021–2022 de4a. All rights reserved.