public class CustomerEligibilities_RelStructure extends ContainmentAggregationStructure
Java class for customerEligibilities_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerEligibilities_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}containmentAggregationStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}CustomerEligibility_" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends VersionedChildStructure>> |
customerEligibility_ |
modificationSetid| Constructor and Description |
|---|
CustomerEligibilities_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends VersionedChildStructure>> |
getCustomerEligibility_()
Gets the value of the customerEligibility property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CustomerEligibilities_RelStructure |
withCustomerEligibility_(Collection<JAXBElement<? extends VersionedChildStructure>> values) |
CustomerEligibilities_RelStructure |
withCustomerEligibility_(JAXBElement<? extends VersionedChildStructure>... values) |
CustomerEligibilities_RelStructure |
withId(String value) |
CustomerEligibilities_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
getModificationSet, setModificationSetgetId, setIdprotected List<JAXBElement<? extends VersionedChildStructure>> customerEligibility_
public List<JAXBElement<? extends VersionedChildStructure>> getCustomerEligibility_()
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 customerEligibility property.
For example, to add a new item, do as follows:
getCustomerEligibility_().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<CommercialProfileEligibility>
JAXBElement<CustomerEligibility>
JAXBElement<UserProfileEligibility>
JAXBElement<VersionedChildStructure>
JAXBElement<ResidentialQualificationEligibility>
public CustomerEligibilities_RelStructure withCustomerEligibility_(JAXBElement<? extends VersionedChildStructure>... values)
public CustomerEligibilities_RelStructure withCustomerEligibility_(Collection<JAXBElement<? extends VersionedChildStructure>> values)
public CustomerEligibilities_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class ContainmentAggregationStructurepublic CustomerEligibilities_RelStructure withId(String value)
withId in class ContainmentAggregationStructurepublic String toString()
toString in class ContainmentAggregationStructureCopyright © 2018 Entur AS. All rights reserved.