public interface PhysicalStoreType
The following features are supported:
StorePackage.getPhysicalStoreType()| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAttribute()
Returns the value of the 'Attribute' containment reference list.
|
java.util.List |
getDescription()
Returns the value of the 'Description' containment reference list.
|
PhysicalStoreLocationInfoType |
getLocationInfo()
Returns the value of the 'Location Info' containment reference.
|
PhysicalStoreIdentifierType |
getPhysicalStoreIdentifier()
Returns the value of the 'Physical Store Identifier' containment reference.
|
StoreIdentifierType |
getStoreIdentifier()
Returns the value of the 'Store Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setLocationInfo(PhysicalStoreLocationInfoType value)
Sets the value of the '
Location Info' containment reference. |
void |
setPhysicalStoreIdentifier(PhysicalStoreIdentifierType value)
Sets the value of the '
Physical Store Identifier' containment reference. |
void |
setStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Store Identifier' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
PhysicalStoreIdentifierType getPhysicalStoreIdentifier()
setPhysicalStoreIdentifier(PhysicalStoreIdentifierType),
StorePackage.getPhysicalStoreType_PhysicalStoreIdentifier()void setPhysicalStoreIdentifier(PhysicalStoreIdentifierType value)
Physical Store Identifier' containment reference.
value - the new value of the 'Physical Store Identifier' containment reference.getPhysicalStoreIdentifier()StoreIdentifierType getStoreIdentifier()
If the meaning of the 'Store Identifier' containment reference isn't clear, there really should be more of a description here...
setStoreIdentifier(StoreIdentifierType),
StorePackage.getPhysicalStoreType_StoreIdentifier()void setStoreIdentifier(StoreIdentifierType value)
Store Identifier' containment reference.
value - the new value of the 'Store Identifier' containment reference.getStoreIdentifier()java.util.List getDescription()
PhysicalStoreDescriptionType.
The physical store description.
StorePackage.getPhysicalStoreType_Description()PhysicalStoreLocationInfoType getLocationInfo()
setLocationInfo(PhysicalStoreLocationInfoType),
StorePackage.getPhysicalStoreType_LocationInfo()void setLocationInfo(PhysicalStoreLocationInfoType value)
Location Info' containment reference.
value - the new value of the 'Location Info' containment reference.getLocationInfo()java.util.List getAttribute()
PhysicalStoreAttributeType.
The physical store searchable attributes.
StorePackage.getPhysicalStoreType_Attribute()UserDataType getUserData()
setUserData(UserDataType),
StorePackage.getPhysicalStoreType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()