@CodingStyleguideUnaware public class ChannelType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for ChannelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}id" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}endPoint" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}type" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cagv/agent-2.0.0#}availabilityRestriction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</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 |
|---|
ChannelType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAvailabilityRestriction(OpeningHoursSpecificationType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addId(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ChannelType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ChannelType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<OpeningHoursSpecificationType> |
getAvailabilityRestriction()
Gets the value of the availabilityRestriction property.
|
OpeningHoursSpecificationType |
getAvailabilityRestrictionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAvailabilityRestrictionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
EndPointType |
getEndPoint()
Gets the value of the endPoint property.
|
String |
getEndPointValue()
Get the value of the contained EndPointType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<IDType> |
getId()
Gets the value of the id property.
|
IDType |
getIdAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeType |
getType()
Gets the value of the type property.
|
String |
getTypeValue()
Get the value of the contained TypeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
boolean |
hasAvailabilityRestrictionEntries()
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 |
hasIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoAvailabilityRestrictionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAvailabilityRestriction(List<OpeningHoursSpecificationType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEndPoint(EndPointType value)
Sets the value of the endPoint property.
|
EndPointType |
setEndPoint(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setId(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeType |
setType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setType(TypeType value)
Sets the value of the type property.
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ChannelType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getId()
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> 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
DescriptionType
@Nullable public EndPointType getEndPoint()
EndPointTypepublic void setEndPoint(@Nullable EndPointType value)
value - allowed object is
EndPointType@Nullable public TypeType getType()
TypeTypepublic void setType(@Nullable TypeType value)
value - allowed object is
TypeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<OpeningHoursSpecificationType> getAvailabilityRestriction()
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 availabilityRestriction property.
For example, to add a new item, do as follows:
getAvailabilityRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
OpeningHoursSpecificationType
@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setId(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public void setAvailabilityRestriction(@Nullable List<OpeningHoursSpecificationType> aList)
aList - The new list member to set. May be null.public boolean hasIdEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIdEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIdCount()
@Nullable public IDType getIdAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addId(@Nonnull IDType 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 DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public boolean hasAvailabilityRestrictionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAvailabilityRestrictionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAvailabilityRestrictionCount()
@Nullable public OpeningHoursSpecificationType getAvailabilityRestrictionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAvailabilityRestriction(@Nonnull OpeningHoursSpecificationType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull ChannelType 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 ChannelType clone()
@Nonnull public TypeType setType(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public EndPointType setEndPoint(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getEndPointValue()
nullCopyright © 2020 toop.eu. All rights reserved.