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