java.lang.Object
de.turnertech.ows.gml.FeatureProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getName()
void
setMaxOccurs
(int maxOccurs) void
setMinOccurs
(int minOccurs) void
void
setPropertyType
(FeaturePropertyType propertyType)
-
Constructor Details
-
FeatureProperty
public FeatureProperty() -
FeatureProperty
-
-
Method Details
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getMinOccurs
public int getMinOccurs()- Returns:
- the minOccurs
-
setMinOccurs
public void setMinOccurs(int minOccurs) - Parameters:
minOccurs
- the minOccurs to set
-
getMaxOccurs
public int getMaxOccurs()- Returns:
- the maxOccurs
-
setMaxOccurs
public void setMaxOccurs(int maxOccurs) - Parameters:
maxOccurs
- the maxOccurs to set
-
getPropertyType
- Returns:
- the propertyType
-
setPropertyType
- Parameters:
propertyType
- the propertyType to set
-