public class ClassAttributeInFrameStructure extends Object
Java class for ClassAttributeInFrameStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassAttributeInFrameStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.netex.org.uk/netex}NameOfClass" minOccurs="0"/>
<element name="Mandatory" type="{http://www.netex.org.uk/netex}MandatoryEnumeration" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MandatoryEnumeration |
mandatory |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ClassAttributeInFrameStructure() |
| Modifier and Type | Method and Description |
|---|---|
MandatoryEnumeration |
getMandatory()
Gets the value of the mandatory property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setMandatory(MandatoryEnumeration value)
Sets the value of the mandatory property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ClassAttributeInFrameStructure |
withMandatory(MandatoryEnumeration value) |
ClassAttributeInFrameStructure |
withName(String value) |
ClassAttributeInFrameStructure |
withType(String value) |
protected String type
protected MandatoryEnumeration mandatory
protected String name
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic MandatoryEnumeration getMandatory()
MandatoryEnumerationpublic void setMandatory(MandatoryEnumeration value)
value - allowed object is
MandatoryEnumerationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ClassAttributeInFrameStructure withType(String value)
public ClassAttributeInFrameStructure withMandatory(MandatoryEnumeration value)
public ClassAttributeInFrameStructure withName(String value)
Copyright © 2018 Entur AS. All rights reserved.