public class ClassRelationshipInFrameStructure extends Object
Java class for ClassRelationshipInFrameStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassRelationshipInFrameStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.netex.org.uk/netex}RelationshipRef"/>
<element name="Mandatory" type="{http://www.netex.org.uk/netex}MandatoryEnumeration" minOccurs="0"/>
<element name="Containment" type="{http://www.netex.org.uk/netex}ContainmentEnumeration" minOccurs="0"/>
<element name="ModificationSet" type="{http://www.netex.org.uk/netex}ModificationSetEnumeration" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContainmentEnumeration |
containment |
protected MandatoryEnumeration |
mandatory |
protected ModificationSetEnumeration |
modificationSet |
protected String |
name |
protected RelationshipRefStructure |
relationshipRef |
| Constructor and Description |
|---|
ClassRelationshipInFrameStructure() |
protected RelationshipRefStructure relationshipRef
protected MandatoryEnumeration mandatory
protected ContainmentEnumeration containment
protected ModificationSetEnumeration modificationSet
protected String name
public RelationshipRefStructure getRelationshipRef()
RelationshipRefStructurepublic void setRelationshipRef(RelationshipRefStructure value)
value - allowed object is
RelationshipRefStructurepublic MandatoryEnumeration getMandatory()
MandatoryEnumerationpublic void setMandatory(MandatoryEnumeration value)
value - allowed object is
MandatoryEnumerationpublic ContainmentEnumeration getContainment()
ContainmentEnumerationpublic void setContainment(ContainmentEnumeration value)
value - allowed object is
ContainmentEnumerationpublic ModificationSetEnumeration getModificationSet()
ModificationSetEnumerationpublic void setModificationSet(ModificationSetEnumeration value)
value - allowed object is
ModificationSetEnumerationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ClassRelationshipInFrameStructure withRelationshipRef(RelationshipRefStructure value)
public ClassRelationshipInFrameStructure withMandatory(MandatoryEnumeration value)
public ClassRelationshipInFrameStructure withContainment(ContainmentEnumeration value)
public ClassRelationshipInFrameStructure withModificationSet(ModificationSetEnumeration value)
public ClassRelationshipInFrameStructure withName(String value)
Copyright © 2018 Entur AS. All rights reserved.