Package net.opengis.gml._3
Class AssociationRoleType
- java.lang.Object
-
- net.opengis.gml._3.AssociationRoleType
-
- All Implemented Interfaces:
Serializable
public class AssociationRoleType extends Object implements Serializable
Java class for AssociationRoleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociationRoleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <any/> </sequence> <attGroup ref="{http://www.opengis.net/gml/3.2}OwnershipAttributeGroup"/> <attGroup ref="{http://www.opengis.net/gml/3.2}AssociationAttributeGroup"/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssociationRoleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.List<String>getNilReasons()Gets the value of the nilReasons property.booleanisOwns()Gets the value of the owns property.voidsetAny(Object value)Sets the value of the any property.voidsetOwns(Boolean value)Sets the value of the owns property.
-
-
-
Method Detail
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
setAny
public void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isObject
-
isOwns
public boolean isOwns()
Gets the value of the owns property.- Returns:
- possible object is
Boolean
-
setOwns
public void setOwns(Boolean value)
Sets the value of the owns property.- Parameters:
value- allowed object isBoolean
-
getNilReasons
public List<String> getNilReasons()
Gets the value of the nilReasons property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the nilReasons property.For example, to add a new item, do as follows:
getNilReasons().add(newItem);Objects of the following type(s) are allowed in the list
String
-
-