Uses of Class
org.fiware.ngsi.model.ContextSourceRegistrationFragmentVO
-
Uses of ContextSourceRegistrationFragmentVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionContextSourceRegistrationFragmentVO.addInformationItem
(RegistrationInfoVO informationItem) ContextSourceRegistrationFragmentVO.description
(String newDescription) ContextSourceRegistrationFragmentVO.information
(List<RegistrationInfoVO> newInformation) ContextSourceRegistrationFragmentVO.location
(GeometryVO newLocation) ContextSourceRegistrationFragmentVO.managementInterval
(TimeIntervalVO newManagementInterval) ContextSourceRegistrationFragmentVO.observationInterval
(TimeIntervalVO newObservationInterval) ContextSourceRegistrationFragmentVO.observationSpace
(GeometryVO newObservationSpace) ContextSourceRegistrationFragmentVO.operationSpace
(GeometryVO newOperationSpace) ContextSourceRegistrationFragmentVO.setAdditionalProperties
(String propertyKey, Object value) ContextSourceRegistrationFragmentVO.setAdditionalProperties
(Map<String, Object> newAdditionalProperties) ContextSourceRegistrationFragmentVO.setAtContext
(Object newAtContext) ContextSourceRegistrationFragmentVO.setDescription
(String newDescription) ContextSourceRegistrationFragmentVO.setEndpoint
(URI newEndpoint) ContextSourceRegistrationFragmentVO.setExpires
(Instant newExpires) ContextSourceRegistrationFragmentVO.setInformation
(List<RegistrationInfoVO> newInformation) ContextSourceRegistrationFragmentVO.setLocation
(GeometryVO newLocation) ContextSourceRegistrationFragmentVO.setManagementInterval
(TimeIntervalVO newManagementInterval) ContextSourceRegistrationFragmentVO.setObservationInterval
(TimeIntervalVO newObservationInterval) ContextSourceRegistrationFragmentVO.setObservationSpace
(GeometryVO newObservationSpace) ContextSourceRegistrationFragmentVO.setOperationSpace
(GeometryVO newOperationSpace)