public class AllowedTimesPropertyType extends Object
Java class for AllowedTimesPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedTimesPropertyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element ref="{http://www.opengis.net/swe/1.0.1}AllowedTimes"/> </sequence> <attGroup ref="{http://www.opengis.net/gml}AssociationAttributeGroup"/> </restriction> </complexContent> </complexType>
Defined in the geotk-xml-swe
module
Constructor and Description |
---|
AllowedTimesPropertyType() |
Modifier and Type | Method and Description |
---|---|
String |
getActuate()
Gets the value of the actuate property.
|
AllowedTimes |
getAllowedTimes()
Gets the value of the allowedTimes property.
|
String |
getArcrole()
Gets the value of the arcrole property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getRemoteSchema()
Gets the value of the remoteSchema property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getShow()
Gets the value of the show property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getType()
Gets the value of the type property.
|
void |
setActuate(String value)
Sets the value of the actuate property.
|
void |
setAllowedTimes(AllowedTimes value)
Sets the value of the allowedTimes property.
|
void |
setArcrole(String value)
Sets the value of the arcrole property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setRemoteSchema(String value)
Sets the value of the remoteSchema property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setShow(String value)
Sets the value of the show property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(String value)
Sets the value of the type property.
|
public AllowedTimes getAllowedTimes()
AllowedTimes
public void setAllowedTimes(AllowedTimes value)
value
- allowed object is
AllowedTimes
public String getRemoteSchema()
String
public void setRemoteSchema(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public String getHref()
String
public void setHref(String value)
value
- allowed object is
String
public String getRole()
String
public void setRole(String value)
value
- allowed object is
String
public String getArcrole()
String
public void setArcrole(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getShow()
String
public void setShow(String value)
value
- allowed object is
String
public String getActuate()
String
Copyright © 2009–2017 Geotoolkit.org. All rights reserved.