public class CustomerAccountSecurityListingRefs_RelStructure extends OneToManyRelationshipStructure
Java class for customerAccountSecurityListingRefs_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerAccountSecurityListingRefs_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}oneToManyRelationshipStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}CustomerAccountSecurityListingRef" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomerAccountSecurityListingRefStructure> |
customerAccountSecurityListingRef |
modificationSetid| Constructor and Description |
|---|
CustomerAccountSecurityListingRefs_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomerAccountSecurityListingRefStructure> |
getCustomerAccountSecurityListingRef()
Gets the value of the customerAccountSecurityListingRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CustomerAccountSecurityListingRefs_RelStructure |
withCustomerAccountSecurityListingRef(Collection<CustomerAccountSecurityListingRefStructure> values) |
CustomerAccountSecurityListingRefs_RelStructure |
withCustomerAccountSecurityListingRef(CustomerAccountSecurityListingRefStructure... values) |
CustomerAccountSecurityListingRefs_RelStructure |
withId(String value) |
CustomerAccountSecurityListingRefs_RelStructure |
withModificationSet(ModificationSetEnumeration value) |
getModificationSet, setModificationSetgetId, setIdprotected List<CustomerAccountSecurityListingRefStructure> customerAccountSecurityListingRef
public CustomerAccountSecurityListingRefs_RelStructure()
public List<CustomerAccountSecurityListingRefStructure> getCustomerAccountSecurityListingRef()
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 customerAccountSecurityListingRef property.
For example, to add a new item, do as follows:
getCustomerAccountSecurityListingRef().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerAccountSecurityListingRefStructure
public CustomerAccountSecurityListingRefs_RelStructure withCustomerAccountSecurityListingRef(CustomerAccountSecurityListingRefStructure... values)
public CustomerAccountSecurityListingRefs_RelStructure withCustomerAccountSecurityListingRef(Collection<CustomerAccountSecurityListingRefStructure> values)
public CustomerAccountSecurityListingRefs_RelStructure withModificationSet(ModificationSetEnumeration value)
withModificationSet in class OneToManyRelationshipStructurepublic CustomerAccountSecurityListingRefs_RelStructure withId(String value)
withId in class OneToManyRelationshipStructurepublic String toString()
toString in class OneToManyRelationshipStructureCopyright © 2018 Entur AS. All rights reserved.