Class VecSoundDampingClass
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasReferenceSystem,Visitable,Serializable
Allows the definition of a sound damping class. The sound damping class of a component is specified as a level of sound damping. The level is specified by theclassKey. Valid keys are specified by thereferenceSystem. Attributes of the typeSoundDampingClassnormally have the multiplicity [0..*]. This means that such an attribute can haveSoundDampingClassentries for differentreferenceSystems. It must not have multiple entries for the samereferenceSystem.
Java class for SoundDampingClass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoundDampingClass">
<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
Fields -
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 sound damping class (e.g. A, B, C).
-
referenceSystem
The identification of the sound damping class reference system, which is defining possible values and the semantic of sound damping keys.
-
xmlId
-
-
Constructor Details
-
VecSoundDampingClass
public VecSoundDampingClass()
-
-
Method Details
-
getClassKey
Gets the value of the classKey property.Specifies a key for the level defined in the sound damping 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 sound damping class reference system, which is defining possible values and the semantic of sound damping 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
-