Class Profile.Properties
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.Profile.Properties
-
- Enclosing class:
- Profile
public static class Profile.Properties extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SelectiveProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PropertyVar_CT"/> <element name="TechnicalProperties" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}PropertyVar_CT"/> <element name="BusinessAndLifeCycleProperties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BusinessProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}BusinessProperty_CT" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="EnvironmentalProperties"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EnvironmentalProperty" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}EnvironmentalProperty_CT" maxOccurs="unbounded" minOccurs="0"/> <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableRef" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Profile.Properties.BusinessAndLifeCycleProperties
Java class for anonymous complex type.static class
Profile.Properties.EnvironmentalProperties
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Profile.Properties.BusinessAndLifeCycleProperties
businessAndLifeCycleProperties
protected Profile.Properties.EnvironmentalProperties
environmentalProperties
protected PropertyVarCT
selectiveProperties
protected PropertyVarCT
technicalProperties
-
Constructor Summary
Constructors Constructor Description Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile.Properties.BusinessAndLifeCycleProperties
getBusinessAndLifeCycleProperties()
Gets the value of the businessAndLifeCycleProperties property.Profile.Properties.EnvironmentalProperties
getEnvironmentalProperties()
Gets the value of the environmentalProperties property.PropertyVarCT
getSelectiveProperties()
Gets the value of the selectiveProperties property.PropertyVarCT
getTechnicalProperties()
Gets the value of the technicalProperties property.void
setBusinessAndLifeCycleProperties(Profile.Properties.BusinessAndLifeCycleProperties value)
Sets the value of the businessAndLifeCycleProperties property.void
setEnvironmentalProperties(Profile.Properties.EnvironmentalProperties value)
Sets the value of the environmentalProperties property.void
setSelectiveProperties(PropertyVarCT value)
Sets the value of the selectiveProperties property.void
setTechnicalProperties(PropertyVarCT value)
Sets the value of the technicalProperties property.
-
-
-
Field Detail
-
selectiveProperties
protected PropertyVarCT selectiveProperties
-
technicalProperties
protected PropertyVarCT technicalProperties
-
businessAndLifeCycleProperties
protected Profile.Properties.BusinessAndLifeCycleProperties businessAndLifeCycleProperties
-
environmentalProperties
protected Profile.Properties.EnvironmentalProperties environmentalProperties
-
-
Method Detail
-
getSelectiveProperties
public PropertyVarCT getSelectiveProperties()
Gets the value of the selectiveProperties property.- Returns:
- possible object is
PropertyVarCT
-
setSelectiveProperties
public void setSelectiveProperties(PropertyVarCT value)
Sets the value of the selectiveProperties property.- Parameters:
value
- allowed object isPropertyVarCT
-
getTechnicalProperties
public PropertyVarCT getTechnicalProperties()
Gets the value of the technicalProperties property.- Returns:
- possible object is
PropertyVarCT
-
setTechnicalProperties
public void setTechnicalProperties(PropertyVarCT value)
Sets the value of the technicalProperties property.- Parameters:
value
- allowed object isPropertyVarCT
-
getBusinessAndLifeCycleProperties
public Profile.Properties.BusinessAndLifeCycleProperties getBusinessAndLifeCycleProperties()
Gets the value of the businessAndLifeCycleProperties property.- Returns:
- possible object is
Profile.Properties.BusinessAndLifeCycleProperties
-
setBusinessAndLifeCycleProperties
public void setBusinessAndLifeCycleProperties(Profile.Properties.BusinessAndLifeCycleProperties value)
Sets the value of the businessAndLifeCycleProperties property.- Parameters:
value
- allowed object isProfile.Properties.BusinessAndLifeCycleProperties
-
getEnvironmentalProperties
public Profile.Properties.EnvironmentalProperties getEnvironmentalProperties()
Gets the value of the environmentalProperties property.- Returns:
- possible object is
Profile.Properties.EnvironmentalProperties
-
setEnvironmentalProperties
public void setEnvironmentalProperties(Profile.Properties.EnvironmentalProperties value)
Sets the value of the environmentalProperties property.- Parameters:
value
- allowed object isProfile.Properties.EnvironmentalProperties
-
-