public class ValidableElementsInFrame_RelStructure extends FrameContainmentStructure
Java class for validableElementsInFrame_RelStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validableElementsInFrame_RelStructure">
<complexContent>
<extension base="{http://www.netex.org.uk/netex}frameContainmentStructure">
<sequence>
<element ref="{http://www.netex.org.uk/netex}ValidableElement" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ValidableElement> |
validableElement |
id| Constructor and Description |
|---|
ValidableElementsInFrame_RelStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<ValidableElement> |
getValidableElement()
Gets the value of the validableElement property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ValidableElementsInFrame_RelStructure |
withId(String value) |
ValidableElementsInFrame_RelStructure |
withValidableElement(Collection<ValidableElement> values) |
ValidableElementsInFrame_RelStructure |
withValidableElement(ValidableElement... values) |
getId, setIdprotected List<ValidableElement> validableElement
public ValidableElementsInFrame_RelStructure()
public List<ValidableElement> getValidableElement()
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 validableElement property.
For example, to add a new item, do as follows:
getValidableElement().add(newItem);
Objects of the following type(s) are allowed in the list
ValidableElement
public ValidableElementsInFrame_RelStructure withValidableElement(ValidableElement... values)
public ValidableElementsInFrame_RelStructure withValidableElement(Collection<ValidableElement> values)
public ValidableElementsInFrame_RelStructure withId(String value)
withId in class FrameContainmentStructurepublic String toString()
toString in class FrameContainmentStructureCopyright © 2018 Entur AS. All rights reserved.