public interface Addressable
Addressable| Modifier and Type | Method and Description |
|---|---|
AbstractBuildingUnit |
getBuilding()
Retrieves the value for the reference
building. |
String |
getRegion1()
Retrieves the possibly null value for the optional attribute
region1. |
String |
getRegion2()
Retrieves the possibly null value for the optional attribute
region2. |
String |
getRegion3()
Retrieves the possibly null value for the optional attribute
region3. |
CodeValueContainer |
getRegionType1()
Retrieves the value for the reference
regionType1. |
CodeValueContainer |
getRegionType2()
Retrieves the value for the reference
regionType2. |
CodeValueContainer |
getRegionType3()
Retrieves the value for the reference
regionType3. |
String |
getTz()
Retrieves the possibly null value for the optional attribute
tz. |
List<Short> |
getUsage()
Retrieves a list containing all the elements for the attribute
usage. |
boolean |
isMain()
Retrieves the value for the attribute
isMain. |
void |
setBuilding(AbstractBuildingUnit building)
Sets a new value for the reference
building. |
void |
setMain(boolean isMain)
Sets a new value for the attribute
isMain. |
void |
setRegion1(String region1)
Sets a new value for the attribute
region1. |
void |
setRegion2(String region2)
Sets a new value for the attribute
region2. |
void |
setRegion3(String region3)
Sets a new value for the attribute
region3. |
void |
setRegionType1(CodeValueContainer regionType1)
Sets a new value for the reference
regionType1. |
void |
setRegionType2(CodeValueContainer regionType2)
Sets a new value for the reference
regionType2. |
void |
setRegionType3(CodeValueContainer regionType3)
Sets a new value for the reference
regionType3. |
void |
setTz(String tz)
Sets a new value for the attribute
tz. |
void |
setUsage(short... usage)
Clears
usage and adds the given value(s). |
AbstractBuildingUnit getBuilding()
building.null – value for this reference.void setBuilding(AbstractBuildingUnit building)
building.building - The new – possibly null – value for this reference.boolean isMain()
isMain.isMain.void setMain(boolean isMain)
isMain.isMain - The non-null new value for attribute isMain.String getRegion1()
region1.region1.void setRegion1(String region1)
region1.region1 - The possibly null new value for attribute region1.String getRegion2()
region2.region2.void setRegion2(String region2)
region2.region2 - The possibly null new value for attribute region2.String getRegion3()
region3.region3.void setRegion3(String region3)
region3.region3 - The possibly null new value for attribute region3.CodeValueContainer getRegionType1()
regionType1.null – value for this reference.void setRegionType1(CodeValueContainer regionType1)
regionType1.regionType1 - The new – possibly null – value for this reference.CodeValueContainer getRegionType2()
regionType2.null – value for this reference.void setRegionType2(CodeValueContainer regionType2)
regionType2.regionType2 - The new – possibly null – value for this reference.CodeValueContainer getRegionType3()
regionType3.null – value for this reference.void setRegionType3(CodeValueContainer regionType3)
regionType3.regionType3 - The new – possibly null – value for this reference.String getTz()
tz.tz.void setTz(String tz)
tz.tz - The possibly null new value for attribute tz.List<Short> getUsage()
usage.void setUsage(short... usage)
usage and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
usage - value(s) to be added to usageThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.