public class ClassInFrameStructure extends Object
Java class for ClassInFrameStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassInFrameStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.netex.org.uk/netex}ClassInFrameGroup"/>
</sequence>
<attribute name="nameOfClass" type="{http://www.netex.org.uk/netex}NameOfClass" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClassInFrameStructure.Attributes
Java class for anonymous complex type.
|
static class |
ClassInFrameStructure.Relationships
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClassInFrameStructure.Attributes |
attributes |
protected ClassRefTypeEnumeration |
classRefType |
protected MandatoryEnumeration |
mandatory |
protected String |
nameOfClass |
protected ClassInFrameStructure.Relationships |
relationships |
protected String |
typeOfFrameRef |
| Constructor and Description |
|---|
ClassInFrameStructure() |
| Modifier and Type | Method and Description |
|---|---|
ClassInFrameStructure.Attributes |
getAttributes()
Gets the value of the attributes property.
|
ClassRefTypeEnumeration |
getClassRefType()
Gets the value of the classRefType property.
|
MandatoryEnumeration |
getMandatory()
Gets the value of the mandatory property.
|
String |
getNameOfClass()
Gets the value of the nameOfClass property.
|
ClassInFrameStructure.Relationships |
getRelationships()
Gets the value of the relationships property.
|
String |
getTypeOfFrameRef()
Gets the value of the typeOfFrameRef property.
|
void |
setAttributes(ClassInFrameStructure.Attributes value)
Sets the value of the attributes property.
|
void |
setClassRefType(ClassRefTypeEnumeration value)
Sets the value of the classRefType property.
|
void |
setMandatory(MandatoryEnumeration value)
Sets the value of the mandatory property.
|
void |
setNameOfClass(String value)
Sets the value of the nameOfClass property.
|
void |
setRelationships(ClassInFrameStructure.Relationships value)
Sets the value of the relationships property.
|
void |
setTypeOfFrameRef(String value)
Sets the value of the typeOfFrameRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ClassInFrameStructure |
withAttributes(ClassInFrameStructure.Attributes value) |
ClassInFrameStructure |
withClassRefType(ClassRefTypeEnumeration value) |
ClassInFrameStructure |
withMandatory(MandatoryEnumeration value) |
ClassInFrameStructure |
withNameOfClass(String value) |
ClassInFrameStructure |
withRelationships(ClassInFrameStructure.Relationships value) |
ClassInFrameStructure |
withTypeOfFrameRef(String value) |
protected ClassRefTypeEnumeration classRefType
protected String typeOfFrameRef
protected MandatoryEnumeration mandatory
protected ClassInFrameStructure.Attributes attributes
protected ClassInFrameStructure.Relationships relationships
protected String nameOfClass
public ClassRefTypeEnumeration getClassRefType()
ClassRefTypeEnumerationpublic void setClassRefType(ClassRefTypeEnumeration value)
value - allowed object is
ClassRefTypeEnumerationpublic String getTypeOfFrameRef()
Stringpublic void setTypeOfFrameRef(String value)
value - allowed object is
Stringpublic MandatoryEnumeration getMandatory()
MandatoryEnumerationpublic void setMandatory(MandatoryEnumeration value)
value - allowed object is
MandatoryEnumerationpublic ClassInFrameStructure.Attributes getAttributes()
ClassInFrameStructure.Attributespublic void setAttributes(ClassInFrameStructure.Attributes value)
value - allowed object is
ClassInFrameStructure.Attributespublic ClassInFrameStructure.Relationships getRelationships()
ClassInFrameStructure.Relationshipspublic void setRelationships(ClassInFrameStructure.Relationships value)
value - allowed object is
ClassInFrameStructure.Relationshipspublic String getNameOfClass()
Stringpublic void setNameOfClass(String value)
value - allowed object is
Stringpublic ClassInFrameStructure withClassRefType(ClassRefTypeEnumeration value)
public ClassInFrameStructure withTypeOfFrameRef(String value)
public ClassInFrameStructure withMandatory(MandatoryEnumeration value)
public ClassInFrameStructure withAttributes(ClassInFrameStructure.Attributes value)
public ClassInFrameStructure withRelationships(ClassInFrameStructure.Relationships value)
public ClassInFrameStructure withNameOfClass(String value)
Copyright © 2018 Entur AS. All rights reserved.