@CodingStyleguideUnaware public class IndicatorType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for IndicatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndicatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="IndicatorString">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="Indicator" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</choice>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Modifier and Type | Class and Description |
|---|---|
static class |
IndicatorType.IndicatorString
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
IndicatorType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
IndicatorType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(IndicatorType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
IndicatorType.IndicatorString |
getIndicatorString()
Gets the value of the indicatorString property.
|
String |
getIndicatorStringValue()
Get the value of the contained IndicatorString object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
Boolean |
isIndicator()
Gets the value of the indicator property.
|
void |
setIndicator(Boolean value)
Sets the value of the indicator property.
|
void |
setIndicatorString(IndicatorType.IndicatorString value)
Sets the value of the indicatorString property.
|
IndicatorType.IndicatorString |
setIndicatorString(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public IndicatorType()
@Nullable public IndicatorType.IndicatorString getIndicatorString()
IndicatorType.IndicatorStringpublic void setIndicatorString(@Nullable IndicatorType.IndicatorString value)
value - allowed object is
IndicatorType.IndicatorStringpublic Boolean isIndicator()
Booleanpublic void setIndicator(@Nullable Boolean value)
value - allowed object is
Booleanpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull IndicatorType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public IndicatorType clone()
@Nonnull public IndicatorType.IndicatorString setIndicatorString(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2016–2021 Philip Helger. All rights reserved.