Package org.n52.shetland.ogc.sos.ro
Class OfferingContext
- java.lang.Object
-
- org.n52.shetland.ogc.sos.ro.OfferingContext
-
public class OfferingContext extends Object
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description OfferingContext(ReferenceType role, ReferenceType relatedOffering)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferenceTypegetRelatedOffering()ReferenceTypegetRole()
-
-
-
Constructor Detail
-
OfferingContext
public OfferingContext(ReferenceType role, ReferenceType relatedOffering)
constructor- Parameters:
role- Role of the related offeringrelatedOffering- Reference to related offering
-
-
Method Detail
-
getRole
public ReferenceType getRole()
- Returns:
- the role
-
getRelatedOffering
public ReferenceType getRelatedOffering()
- Returns:
- the relatedOffering
-
-