Class 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 Detail

      • AssociationRoleType

        public AssociationRoleType()
    • 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 is Object
      • 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 is Boolean
      • 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 set method 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