Uses of Class
org.somda.sdc.biceps.model.participant.LocationDetail
-
Packages that use LocationDetail Package Description org.somda.sdc.biceps.model.participant -
-
Uses of LocationDetail in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as LocationDetail Modifier and Type Field Description protected LocationDetailLocationContextState. locationDetailprotected LocationDetailLocationReference. locationDetailMethods in org.somda.sdc.biceps.model.participant that return LocationDetail Modifier and Type Method Description LocationDetailObjectFactory. createLocationDetail()Create an instance ofLocationDetailLocationDetailLocationContextState. getLocationDetail()Gets the value of the locationDetail property.LocationDetailLocationReference. getLocationDetail()Gets the value of the locationDetail property.Methods in org.somda.sdc.biceps.model.participant with parameters of type LocationDetail Modifier and Type Method Description voidLocationContextState. setLocationDetail(LocationDetail value)Sets the value of the locationDetail property.voidLocationReference. setLocationDetail(LocationDetail value)Sets the value of the locationDetail property.
-