public static class ClassInFrameStructure.Relationships extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.netex.org.uk/netex}ClassRelationshipInFrame" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClassRelationshipInFrameStructure> |
classRelationshipInFrame |
| Constructor and Description |
|---|
Relationships() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassRelationshipInFrameStructure> |
getClassRelationshipInFrame()
Gets the value of the classRelationshipInFrame property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ClassInFrameStructure.Relationships |
withClassRelationshipInFrame(ClassRelationshipInFrameStructure... values) |
ClassInFrameStructure.Relationships |
withClassRelationshipInFrame(Collection<ClassRelationshipInFrameStructure> values) |
protected List<ClassRelationshipInFrameStructure> classRelationshipInFrame
public List<ClassRelationshipInFrameStructure> getClassRelationshipInFrame()
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 classRelationshipInFrame property.
For example, to add a new item, do as follows:
getClassRelationshipInFrame().add(newItem);
Objects of the following type(s) are allowed in the list
ClassRelationshipInFrameStructure
public ClassInFrameStructure.Relationships withClassRelationshipInFrame(ClassRelationshipInFrameStructure... values)
public ClassInFrameStructure.Relationships withClassRelationshipInFrame(Collection<ClassRelationshipInFrameStructure> values)
Copyright © 2018 Entur AS. All rights reserved.