@CodingStyleguideUnaware public class SpecifiedPeriodType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SpecifiedPeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecifiedPeriodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DurationMeasure" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}MeasureType" maxOccurs="unbounded" minOccurs="0"/>
<element name="InclusiveIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType" minOccurs="0"/>
<element name="Description" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="StartDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="EndDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="CompleteDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="OpenIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType" minOccurs="0"/>
<element name="SeasonCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="Name" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SequenceNumeric" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}NumericType" minOccurs="0"/>
<element name="StartDateFlexibilityCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="ContinuousIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType" minOccurs="0"/>
<element name="PurposeCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
</sequence>
</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-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
SpecifiedPeriodType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDurationMeasure(MeasureType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SpecifiedPeriodType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SpecifiedPeriodType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
DateTimeType |
getCompleteDateTime()
Gets the value of the completeDateTime property.
|
IndicatorType |
getContinuousIndicator()
Gets the value of the continuousIndicator property.
|
List<TextType> |
getDescription()
Gets the value of the description property.
|
TextType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<MeasureType> |
getDurationMeasure()
Gets the value of the durationMeasure property.
|
MeasureType |
getDurationMeasureAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDurationMeasureCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DateTimeType |
getEndDateTime()
Gets the value of the endDateTime property.
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IndicatorType |
getInclusiveIndicator()
Gets the value of the inclusiveIndicator property.
|
List<TextType> |
getName()
Gets the value of the name property.
|
TextType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IndicatorType |
getOpenIndicator()
Gets the value of the openIndicator property.
|
CodeType |
getPurposeCode()
Gets the value of the purposeCode property.
|
String |
getPurposeCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getSeasonCode()
Gets the value of the seasonCode property.
|
String |
getSeasonCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
getSequenceNumeric()
Gets the value of the sequenceNumeric property.
|
BigDecimal |
getSequenceNumericValue()
Get the value of the contained NumericType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getStartDateFlexibilityCode()
Gets the value of the startDateFlexibilityCode property.
|
String |
getStartDateFlexibilityCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateTimeType |
getStartDateTime()
Gets the value of the startDateTime property.
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDurationMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDurationMeasureEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setCompleteDateTime(DateTimeType value)
Sets the value of the completeDateTime property.
|
void |
setContinuousIndicator(IndicatorType value)
Sets the value of the continuousIndicator property.
|
void |
setDescription(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDurationMeasure(List<MeasureType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndDateTime(DateTimeType value)
Sets the value of the endDateTime property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setInclusiveIndicator(IndicatorType value)
Sets the value of the inclusiveIndicator property.
|
void |
setName(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOpenIndicator(IndicatorType value)
Sets the value of the openIndicator property.
|
void |
setPurposeCode(CodeType value)
Sets the value of the purposeCode property.
|
CodeType |
setPurposeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSeasonCode(CodeType value)
Sets the value of the seasonCode property.
|
CodeType |
setSeasonCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
setSequenceNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSequenceNumeric(NumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setStartDateFlexibilityCode(CodeType value)
Sets the value of the startDateFlexibilityCode property.
|
CodeType |
setStartDateFlexibilityCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStartDateTime(DateTimeType value)
Sets the value of the startDateTime property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SpecifiedPeriodType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<MeasureType> getDurationMeasure()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the durationMeasure property.
For example, to add a new item, do as follows:
getDurationMeasure().add(newItem);
Objects of the following type(s) are allowed in the list
MeasureType
@Nullable public IndicatorType getInclusiveIndicator()
IndicatorTypepublic void setInclusiveIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public DateTimeType getStartDateTime()
DateTimeTypepublic void setStartDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public DateTimeType getEndDateTime()
DateTimeTypepublic void setEndDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public DateTimeType getCompleteDateTime()
DateTimeTypepublic void setCompleteDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public IndicatorType getOpenIndicator()
IndicatorTypepublic void setOpenIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nullable public CodeType getSeasonCode()
CodeTypepublic void setSeasonCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public NumericType getSequenceNumeric()
NumericTypepublic void setSequenceNumeric(@Nullable NumericType value)
value - allowed object is
NumericType@Nullable public CodeType getStartDateFlexibilityCode()
CodeTypepublic void setStartDateFlexibilityCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public IndicatorType getContinuousIndicator()
IndicatorTypepublic void setContinuousIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nullable public CodeType getPurposeCode()
CodeTypepublic void setPurposeCode(@Nullable CodeType value)
value - allowed object is
CodeTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDurationMeasure(@Nullable List<MeasureType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setName(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasDurationMeasureEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDurationMeasureEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDurationMeasureCount()
@Nullable public MeasureType getDurationMeasureAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDurationMeasure(@Nonnull MeasureType elem)
elem - The element to be added. May not be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public TextType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNameCount()
@Nullable public TextType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SpecifiedPeriodType 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 SpecifiedPeriodType clone()
@Nonnull public CodeType setSeasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setStartDateFlexibilityCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setPurposeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NumericType setSequenceNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getSeasonCodeValue()
null@Nullable public String getIDValue()
null@Nullable public BigDecimal getSequenceNumericValue()
null@Nullable public String getStartDateFlexibilityCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.