Interface StructureDefinition
-
- All Known Subinterfaces:
FieldBaseStructureDefinition
- All Known Implementing Classes:
ClassStructureDefinition
,PrimitiveStructureDefinition
,SimpleStructureDefinition
@Internal public interface StructureDefinition
Represents a definition of a structure used to exchange information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StructureInstance
createInstance()
java.lang.String
getId()
Obtains the id of this structure
-
-
-
Method Detail
-
getId
java.lang.String getId()
Obtains the id of this structure- Returns:
- the id of this structure
-
createInstance
StructureInstance createInstance()
- Returns:
- a new instance of this structure definition
-
-