@CodingStyleguideUnaware public class SpecifiedMarketplaceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SpecifiedMarketplaceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpecifiedMarketplaceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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" minOccurs="0"/>
<element name="VirtualIndicator" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IndicatorType" minOccurs="0"/>
<element name="WebsiteURIID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SalesMethodCode" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}CodeType" minOccurs="0"/>
<element name="OrderingAvailablePeriod" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}AvailablePeriodType" maxOccurs="unbounded" 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 |
|---|
SpecifiedMarketplaceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrderingAvailablePeriod(AvailablePeriodType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addWebsiteURIID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SpecifiedMarketplaceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SpecifiedMarketplaceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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 |
TextType |
getName()
Gets the value of the name property.
|
String |
getNameValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<AvailablePeriodType> |
getOrderingAvailablePeriod()
Gets the value of the orderingAvailablePeriod property.
|
AvailablePeriodType |
getOrderingAvailablePeriodAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOrderingAvailablePeriodCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getSalesMethodCode()
Gets the value of the salesMethodCode property.
|
String |
getSalesMethodCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IndicatorType |
getVirtualIndicator()
Gets the value of the virtualIndicator property.
|
List<IDType> |
getWebsiteURIID()
Gets the value of the websiteURIID property.
|
IDType |
getWebsiteURIIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getWebsiteURIIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoOrderingAvailablePeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoWebsiteURIIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOrderingAvailablePeriodEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasWebsiteURIIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
TextType |
setName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setName(TextType value)
Sets the value of the name property.
|
void |
setOrderingAvailablePeriod(List<AvailablePeriodType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSalesMethodCode(CodeType value)
Sets the value of the salesMethodCode property.
|
CodeType |
setSalesMethodCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setVirtualIndicator(IndicatorType value)
Sets the value of the virtualIndicator property.
|
void |
setWebsiteURIID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SpecifiedMarketplaceType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public TextType getName()
TextTypepublic void setName(@Nullable TextType value)
value - allowed object is
TextType@Nullable public IndicatorType getVirtualIndicator()
IndicatorTypepublic void setVirtualIndicator(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getWebsiteURIID()
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 websiteURIID property.
For example, to add a new item, do as follows:
getWebsiteURIID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nullable public CodeType getSalesMethodCode()
CodeTypepublic void setSalesMethodCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AvailablePeriodType> getOrderingAvailablePeriod()
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 orderingAvailablePeriod property.
For example, to add a new item, do as follows:
getOrderingAvailablePeriod().add(newItem);
Objects of the following type(s) are allowed in the list
AvailablePeriodType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setWebsiteURIID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setOrderingAvailablePeriod(@Nullable List<AvailablePeriodType> aList)
aList - The new list member to set. May be null.public boolean hasWebsiteURIIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoWebsiteURIIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getWebsiteURIIDCount()
@Nullable public IDType getWebsiteURIIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addWebsiteURIID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasOrderingAvailablePeriodEntries()
true if at least one item is contained, false otherwise.public boolean hasNoOrderingAvailablePeriodEntries()
true if no item is contained, false otherwise.@Nonnegative public int getOrderingAvailablePeriodCount()
@Nullable public AvailablePeriodType getOrderingAvailablePeriodAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addOrderingAvailablePeriod(@Nonnull AvailablePeriodType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull SpecifiedMarketplaceType 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 SpecifiedMarketplaceType clone()
@Nonnull public CodeType setSalesMethodCode(@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 TextType setName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getNameValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.