Package org.cxml
Class ProductionFacilityRole
java.lang.Object
org.cxml.ProductionFacilityRole
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.getName()Gets the value of the name property.voidsetIdReference(IdReference value) Sets the value of the idReference property.voidSets the value of the name property.
-
Field Details
-
name
-
idReference
-
-
Constructor Details
-
ProductionFacilityRole
public ProductionFacilityRole()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference property.- Returns:
- possible object is
IdReference
-
setIdReference
Sets the value of the idReference property.- Parameters:
value- allowed object isIdReference
-