Class VecAbrasionResistanceClass
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasReferenceSystem,Visitable,Serializable
Allows the definition of an abrasion resistance class. The abrasion resistance class of a component is specified as a level of resistance against abrasion. The level is specified by the ClassKey. Valid keys are specified by the reference system.
Attributes of the type AbrasionResistanceClass normally have the multiplicity [0..*]. This means that such an attribute can have AbrasionResistanceClass entries for different ReferenceSystems. It must not have multiple entries for the same reference system.
Java class for AbrasionResistanceClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbrasionResistanceClass">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClassKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ReferenceSystem" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringSpecifies a key for the level defined in the abrasion resistance class (e.g.protected StringThe identification of the abrasion resistance class reference system, which is defining possible values and the semantic of abrasion resistance keys.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the classKey property.Gets the value of the referenceSystem property.getXmlId()Gets the value of the xmlId property.voidsetClassKey(String value) Sets the value of the classKey property.voidsetReferenceSystem(String value) Sets the value of the referenceSystem property.voidSets the value of the xmlId property.toString()
-
Field Details
-
classKey
Specifies a key for the level defined in the abrasion resistance class (e.g. A, B, C).
-
referenceSystem
The identification of the abrasion resistance class reference system, which is defining possible values and the semantic of abrasion resistance keys.
-
xmlId
-
-
Constructor Details
-
VecAbrasionResistanceClass
public VecAbrasionResistanceClass()
-
-
Method Details
-
getClassKey
Gets the value of the classKey property.Specifies a key for the level defined in the abrasion resistance class (e.g. A, B, C).
- Returns:
- possible object is
String
-
setClassKey
Sets the value of the classKey property.- Parameters:
value- allowed object isString- See Also:
-
getReferenceSystem
Gets the value of the referenceSystem property.The identification of the abrasion resistance class reference system, which is defining possible values and the semantic of abrasion resistance keys.
- Specified by:
getReferenceSystemin interfaceHasReferenceSystem- Returns:
- possible object is
String
-
setReferenceSystem
Sets the value of the referenceSystem property.- Parameters:
value- allowed object isString- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
accept
-
toString
-