Class PropertyData
- java.lang.Object
-
- de.iip_ecosphere.platform.support.semanticId.eclass.model.PropertyData
-
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-02-28T18:29:16.382914+01:00[Europe/Berlin]") public class PropertyData extends java.lang.ObjectPropertyData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertyData.PropertyDataTypeEnumGets or Sets propertyDataTypestatic classPropertyData.PropertyTypeEnumGets or Sets propertyType
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<StructureElementLink>alternativeUnitsprivate java.util.List<StructureElementLink>conditionPropertiesprivate AllOfpropertyDataCurrencycurrencyprivate java.util.List<LevelType>definedLevelsprivate java.util.List<StructureElementLink>dependentPropertiesprivate java.lang.BooleanisLevelTypeprivate java.lang.BooleanisMultivalentprivate PropertyData.PropertyDataTypeEnumpropertyDataTypeprivate PropertyData.PropertyTypeEnumpropertyTypeprivate AllOfpropertyDataQuantityquantityprivate AllOfpropertyDataReferencedClassreferencedClassprivate java.lang.Stringreleaseprivate java.lang.BooleansuggestedValueListprivate AllOfpropertyDataUnitunit
-
Constructor Summary
Constructors Constructor Description PropertyData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDataaddDefinedLevelsItem(LevelType definedLevelsItem)PropertyDatacurrency(AllOfpropertyDataCurrency currency)PropertyDatadefinedLevels(java.util.List<LevelType> definedLevels)booleanequals(java.lang.Object o)java.util.List<StructureElementLink>getAlternativeUnits()Get alternativeUnitsjava.util.List<StructureElementLink>getConditionProperties()If propertyType is dependent, the property may depend on condition propertiesAllOfpropertyDataCurrencygetCurrency()<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (currency)</li><li>Real (currency)</li></ul>java.util.List<LevelType>getDefinedLevels()If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the propertyjava.util.List<StructureElementLink>getDependentProperties()If propertyType is condition, the property may have depend propertiesPropertyData.PropertyDataTypeEnumgetPropertyDataType()Get propertyDataTypePropertyData.PropertyTypeEnumgetPropertyType()Get propertyTypeAllOfpropertyDataQuantitygetQuantity()<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>AllOfpropertyDataReferencedClassgetReferencedClass()<span style='color: red;'>Important:</span> Used only with the following property data types:<ul><li>Reference</li></ul>java.lang.StringgetRelease()Release nameAllOfpropertyDataUnitgetUnit()<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>inthashCode()java.lang.BooleanisIsLevelType()Property is of level type<br /><span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li> <li>Integer (count)</li> <li>Rational (count)</li> <li>Real (count)</li> <li>Integer (currency)</li> <li>Real (currency)</li> <li>Date</li> <li>Time</li> <li>Timestamp</li> <ul>java.lang.BooleanisIsMultivalent()Get isMultivalentPropertyDataisLevelType(java.lang.Boolean isLevelType)PropertyDataisMultivalent(java.lang.Boolean isMultivalent)java.lang.BooleanisSuggestedValueList()Get suggestedValueListPropertyDatapropertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType)PropertyDatapropertyType(PropertyData.PropertyTypeEnum propertyType)PropertyDataquantity(AllOfpropertyDataQuantity quantity)PropertyDatareferencedClass(AllOfpropertyDataReferencedClass referencedClass)PropertyDatarelease(java.lang.String release)voidsetCurrency(AllOfpropertyDataCurrency currency)voidsetDefinedLevels(java.util.List<LevelType> definedLevels)voidsetIsLevelType(java.lang.Boolean isLevelType)voidsetIsMultivalent(java.lang.Boolean isMultivalent)voidsetPropertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType)voidsetPropertyType(PropertyData.PropertyTypeEnum propertyType)voidsetQuantity(AllOfpropertyDataQuantity quantity)voidsetReferencedClass(AllOfpropertyDataReferencedClass referencedClass)voidsetRelease(java.lang.String release)voidsetSuggestedValueList(java.lang.Boolean suggestedValueList)voidsetUnit(AllOfpropertyDataUnit unit)PropertyDatasuggestedValueList(java.lang.Boolean suggestedValueList)private java.lang.StringtoIndentedString(java.lang.Object o)Convert the given object to string with each line indented by 4 spaces (except the first line).java.lang.StringtoString()PropertyDataunit(AllOfpropertyDataUnit unit)
-
-
-
Field Detail
-
release
@SerializedName("release") private java.lang.String release
-
propertyType
@SerializedName("propertyType") private PropertyData.PropertyTypeEnum propertyType
-
propertyDataType
@SerializedName("propertyDataType") private PropertyData.PropertyDataTypeEnum propertyDataType
-
isLevelType
@SerializedName("isLevelType") private java.lang.Boolean isLevelType
-
isMultivalent
@SerializedName("isMultivalent") private java.lang.Boolean isMultivalent
-
suggestedValueList
@SerializedName("suggestedValueList") private java.lang.Boolean suggestedValueList
-
definedLevels
@SerializedName("definedLevels") private java.util.List<LevelType> definedLevels
-
unit
@SerializedName("unit") private AllOfpropertyDataUnit unit
-
alternativeUnits
@SerializedName("alternativeUnits") private java.util.List<StructureElementLink> alternativeUnits
-
quantity
@SerializedName("quantity") private AllOfpropertyDataQuantity quantity
-
currency
@SerializedName("currency") private AllOfpropertyDataCurrency currency
-
referencedClass
@SerializedName("referencedClass") private AllOfpropertyDataReferencedClass referencedClass
-
conditionProperties
@SerializedName("conditionProperties") private java.util.List<StructureElementLink> conditionProperties
-
dependentProperties
@SerializedName("dependentProperties") private java.util.List<StructureElementLink> dependentProperties
-
-
Method Detail
-
release
public PropertyData release(java.lang.String release)
-
getRelease
public java.lang.String getRelease()
Release name- Returns:
- release
-
setRelease
public void setRelease(java.lang.String release)
-
propertyType
public PropertyData propertyType(PropertyData.PropertyTypeEnum propertyType)
-
getPropertyType
public PropertyData.PropertyTypeEnum getPropertyType()
Get propertyType- Returns:
- propertyType
-
setPropertyType
public void setPropertyType(PropertyData.PropertyTypeEnum propertyType)
-
propertyDataType
public PropertyData propertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType)
-
getPropertyDataType
public PropertyData.PropertyDataTypeEnum getPropertyDataType()
Get propertyDataType- Returns:
- propertyDataType
-
setPropertyDataType
public void setPropertyDataType(PropertyData.PropertyDataTypeEnum propertyDataType)
-
isLevelType
public PropertyData isLevelType(java.lang.Boolean isLevelType)
-
isIsLevelType
public java.lang.Boolean isIsLevelType()
Property is of level type<br /><span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li> <li>Integer (count)</li> <li>Rational (count)</li> <li>Real (count)</li> <li>Integer (currency)</li> <li>Real (currency)</li> <li>Date</li> <li>Time</li> <li>Timestamp</li> <ul>- Returns:
- isLevelType
-
setIsLevelType
public void setIsLevelType(java.lang.Boolean isLevelType)
-
isMultivalent
public PropertyData isMultivalent(java.lang.Boolean isMultivalent)
-
isIsMultivalent
public java.lang.Boolean isIsMultivalent()
Get isMultivalent- Returns:
- isMultivalent
-
setIsMultivalent
public void setIsMultivalent(java.lang.Boolean isMultivalent)
-
suggestedValueList
public PropertyData suggestedValueList(java.lang.Boolean suggestedValueList)
-
isSuggestedValueList
public java.lang.Boolean isSuggestedValueList()
Get suggestedValueList- Returns:
- suggestedValueList
-
setSuggestedValueList
public void setSuggestedValueList(java.lang.Boolean suggestedValueList)
-
definedLevels
public PropertyData definedLevels(java.util.List<LevelType> definedLevels)
-
addDefinedLevelsItem
public PropertyData addDefinedLevelsItem(LevelType definedLevelsItem)
-
getDefinedLevels
public java.util.List<LevelType> getDefinedLevels()
If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the property- Returns:
- definedLevels
-
setDefinedLevels
public void setDefinedLevels(java.util.List<LevelType> definedLevels)
-
unit
public PropertyData unit(AllOfpropertyDataUnit unit)
-
getUnit
public AllOfpropertyDataUnit getUnit()
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>- Returns:
- unit
-
setUnit
public void setUnit(AllOfpropertyDataUnit unit)
-
getAlternativeUnits
public java.util.List<StructureElementLink> getAlternativeUnits()
Get alternativeUnits- Returns:
- alternativeUnits
-
quantity
public PropertyData quantity(AllOfpropertyDataQuantity quantity)
-
getQuantity
public AllOfpropertyDataQuantity getQuantity()
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (measure)</li> <li>Rational (measure)</li> <li>Real (measure)</li></ul>- Returns:
- quantity
-
setQuantity
public void setQuantity(AllOfpropertyDataQuantity quantity)
-
currency
public PropertyData currency(AllOfpropertyDataCurrency currency)
-
getCurrency
public AllOfpropertyDataCurrency getCurrency()
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul> <li>Integer (currency)</li><li>Real (currency)</li></ul>- Returns:
- currency
-
setCurrency
public void setCurrency(AllOfpropertyDataCurrency currency)
-
referencedClass
public PropertyData referencedClass(AllOfpropertyDataReferencedClass referencedClass)
-
getReferencedClass
public AllOfpropertyDataReferencedClass getReferencedClass()
<span style='color: red;'>Important:</span> Used only with the following property data types:<ul><li>Reference</li></ul>- Returns:
- referencedClass
-
setReferencedClass
public void setReferencedClass(AllOfpropertyDataReferencedClass referencedClass)
-
getConditionProperties
public java.util.List<StructureElementLink> getConditionProperties()
If propertyType is dependent, the property may depend on condition properties- Returns:
- conditionProperties
-
getDependentProperties
public java.util.List<StructureElementLink> getDependentProperties()
If propertyType is condition, the property may have depend properties- Returns:
- dependentProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toIndentedString
private java.lang.String toIndentedString(java.lang.Object o)
Convert the given object to string with each line indented by 4 spaces (except the first line).
-
-