Class AwardingOpportunityType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.AwardingOpportunityType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class AwardingOpportunityType extends Object implements com.helger.commons.lang.IExplicitlyCloneable
Java class for AwardingOpportunityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AwardingOpportunityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="identifier" type="{http://data.europa.eu/europass/model/credentials#}IdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="organization" type="{http://data.europa.eu/europass/model/credentials#}IdReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="location" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </complexContent> </complexType> </element> <element name="startedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="endedAtTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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
This class contains methods created by ph-jaxb22-plugin -Xph-offset-dt-extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAwardingOpportunityType.LocationJava class for anonymous complex type.
-
Constructor Summary
Constructors Constructor Description AwardingOpportunityType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIdentifier(IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extensionvoidaddOrganization(IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extensionAwardingOpportunityTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AwardingOpportunityType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeOffsetDateTimegetEndedAtTime()Gets the value of the endedAtTime property.LocalDateTimegetEndedAtTimeLocal()Created by ph-jaxb22-plugin -Xph-offset-dt-extensionStringgetId()Gets the value of the id property.List<IdentifierType>getIdentifier()Gets the value of the identifier property.IdentifierTypegetIdentifierAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetIdentifierCount()Created by ph-jaxb22-plugin -Xph-list-extensionAwardingOpportunityType.LocationgetLocation()Gets the value of the location property.List<IdReferenceType>getOrganization()Gets the value of the organization property.IdReferenceTypegetOrganizationAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetOrganizationCount()Created by ph-jaxb22-plugin -Xph-list-extensionOffsetDateTimegetStartedAtTime()Gets the value of the startedAtTime property.LocalDateTimegetStartedAtTimeLocal()Created by ph-jaxb22-plugin -Xph-offset-dt-extensioninthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodebooleanhasIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoIdentifierEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoOrganizationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasOrganizationEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetEndedAtTime(LocalDateTime aValue)Created by ph-jaxb22-plugin -Xph-offset-dt-extensionvoidsetEndedAtTime(OffsetDateTime value)Sets the value of the endedAtTime property.voidsetId(String value)Sets the value of the id property.voidsetIdentifier(List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetLocation(AwardingOpportunityType.Location value)Sets the value of the location property.voidsetOrganization(List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetStartedAtTime(LocalDateTime aValue)Created by ph-jaxb22-plugin -Xph-offset-dt-extensionvoidsetStartedAtTime(OffsetDateTime value)Sets the value of the startedAtTime property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring
-
-
-
Method Detail
-
getId
@Nullable public String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(@Nullable String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getIdentifier
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdentifierType> getIdentifier()Gets the value of the identifier property.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
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
IdentifierType
-
getOrganization
@Nonnull @ReturnsMutableObject("JAXB implementation style") public List<IdReferenceType> getOrganization()Gets the value of the organization property.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
setmethod for the organization property.For example, to add a new item, do as follows:
getOrganization().add(newItem);Objects of the following type(s) are allowed in the list
IdReferenceType
-
getLocation
@Nullable public AwardingOpportunityType.Location getLocation()
Gets the value of the location property.- Returns:
- possible object is
AwardingOpportunityType.Location
-
setLocation
public void setLocation(@Nullable AwardingOpportunityType.Location value)Sets the value of the location property.- Parameters:
value- allowed object isAwardingOpportunityType.Location
-
getStartedAtTime
@Nullable public OffsetDateTime getStartedAtTime()
Gets the value of the startedAtTime property.- Returns:
- possible object is
String
-
setStartedAtTime
public void setStartedAtTime(@Nullable OffsetDateTime value)Sets the value of the startedAtTime property.- Parameters:
value- allowed object isString
-
getEndedAtTime
@Nullable public OffsetDateTime getEndedAtTime()
Gets the value of the endedAtTime property.- Returns:
- possible object is
String
-
setEndedAtTime
public void setEndedAtTime(@Nullable OffsetDateTime value)Sets the value of the endedAtTime property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
setIdentifier
public void setIdentifier(@Nullable List<IdentifierType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setOrganization
public void setOrganization(@Nullable List<IdReferenceType> aList)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasIdentifierEntries
public boolean hasIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoIdentifierEntries
public boolean hasNoIdentifierEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getIdentifierCount
@Nonnegative public int getIdentifierCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getIdentifierAtIndex
@Nullable public IdentifierType getIdentifierAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addIdentifier
public void addIdentifier(@Nonnull IdentifierType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasOrganizationEntries
public boolean hasOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoOrganizationEntries
public boolean hasNoOrganizationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getOrganizationCount
@Nonnegative public int getOrganizationCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getOrganizationAtIndex
@Nullable public IdReferenceType getOrganizationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addOrganization
public void addOrganization(@Nonnull IdReferenceType elem)Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
public void cloneTo(@Nonnull AwardingOpportunityType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public AwardingOpportunityType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
getStartedAtTimeLocal
@Nullable public LocalDateTime getStartedAtTimeLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension- Returns:
- The LocalDateTime representation of startedAtTime. May be
null.
-
setStartedAtTime
public void setStartedAtTime(@Nullable LocalDateTime aValue)Created by ph-jaxb22-plugin -Xph-offset-dt-extension- Parameters:
aValue- The LocalDateTime to set. May benull.
-
getEndedAtTimeLocal
@Nullable public LocalDateTime getEndedAtTimeLocal()
Created by ph-jaxb22-plugin -Xph-offset-dt-extension- Returns:
- The LocalDateTime representation of endedAtTime. May be
null.
-
setEndedAtTime
public void setEndedAtTime(@Nullable LocalDateTime aValue)Created by ph-jaxb22-plugin -Xph-offset-dt-extension- Parameters:
aValue- The LocalDateTime to set. May benull.
-
-