public static class ClassInFrameStructure.Attributes 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}ClassAttributeInFrame" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClassAttributeInFrame> |
classAttributeInFrame |
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassAttributeInFrame> |
getClassAttributeInFrame()
Gets the value of the classAttributeInFrame property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ClassInFrameStructure.Attributes |
withClassAttributeInFrame(ClassAttributeInFrame... values) |
ClassInFrameStructure.Attributes |
withClassAttributeInFrame(Collection<ClassAttributeInFrame> values) |
protected List<ClassAttributeInFrame> classAttributeInFrame
public List<ClassAttributeInFrame> getClassAttributeInFrame()
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 classAttributeInFrame property.
For example, to add a new item, do as follows:
getClassAttributeInFrame().add(newItem);
Objects of the following type(s) are allowed in the list
ClassAttributeInFrame
public ClassInFrameStructure.Attributes withClassAttributeInFrame(ClassAttributeInFrame... values)
public ClassInFrameStructure.Attributes withClassAttributeInFrame(Collection<ClassAttributeInFrame> values)
Copyright © 2018 Entur AS. All rights reserved.