Interface MetaDataPropertyType

    • Method Detail

      • getMetaDataGroup

        FeatureMap getMetaDataGroup()
        Returns the value of the 'Meta Data Group' attribute list. The list contents are of type FeatureMap.Entry. Abstract element which acts as the head of a substitution group for packages of MetaData properties.
        Returns:
        the value of the 'Meta Data Group' attribute list.
        See Also:
        GmlPackage.getMetaDataPropertyType_MetaDataGroup()
      • getMetaData

        AbstractMetaDataType getMetaData()
        Returns the value of the 'Meta Data' containment reference. Abstract element which acts as the head of a substitution group for packages of MetaData properties.
        Returns:
        the value of the 'Meta Data' containment reference.
        See Also:
        GmlPackage.getMetaDataPropertyType_MetaData()
      • setAbout

        void setAbout​(String value)
        Sets the value of the 'About' attribute.
        Parameters:
        value - the new value of the 'About' attribute.
        See Also:
        getAbout()
      • getActuate

        ActuateType getActuate()
        Returns the value of the 'Actuate' attribute. The default value is "onLoad". The literals are from the enumeration ActuateType. The 'actuate' attribute is used to communicate the desired timing of traversal from the starting resource to the ending resource; it's value should be treated as follows: onLoad - traverse to the ending resource immediately on loading the starting resource onRequest - traverse from the starting resource to the ending resource only on a post-loading event triggered for this purpose other - behavior is unconstrained; examine other markup in link for hints none - behavior is unconstrained
        Returns:
        the value of the 'Actuate' attribute.
        See Also:
        ActuateType, isSetActuate(), unsetActuate(), setActuate(ActuateType), GmlPackage.getMetaDataPropertyType_Actuate()
      • setArcrole

        void setArcrole​(String value)
        Sets the value of the 'Arcrole' attribute.
        Parameters:
        value - the new value of the 'Arcrole' attribute.
        See Also:
        getArcrole()
      • setHref

        void setHref​(String value)
        Sets the value of the 'Href' attribute.
        Parameters:
        value - the new value of the 'Href' attribute.
        See Also:
        getHref()
      • getRemoteSchema

        String getRemoteSchema()
        Returns the value of the 'Remote Schema' attribute. Reference to an XML Schema fragment that specifies the content model of the property's value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
        Returns:
        the value of the 'Remote Schema' attribute.
        See Also:
        setRemoteSchema(String), GmlPackage.getMetaDataPropertyType_RemoteSchema()
      • setRemoteSchema

        void setRemoteSchema​(String value)
        Sets the value of the 'Remote Schema' attribute.
        Parameters:
        value - the new value of the 'Remote Schema' attribute.
        See Also:
        getRemoteSchema()
      • setRole

        void setRole​(String value)
        Sets the value of the 'Role' attribute.
        Parameters:
        value - the new value of the 'Role' attribute.
        See Also:
        getRole()
      • getShow

        ShowType getShow()
        Returns the value of the 'Show' attribute. The default value is "new". The literals are from the enumeration ShowType. The 'show' attribute is used to communicate the desired presentation of the ending resource on traversal from the starting resource; it's value should be treated as follows: new - load ending resource in a new window, frame, pane, or other presentation context replace - load the resource in the same window, frame, pane, or other presentation context embed - load ending resource in place of the presentation of the starting resource other - behavior is unconstrained; examine other markup in the link for hints none - behavior is unconstrained
        Returns:
        the value of the 'Show' attribute.
        See Also:
        ShowType, isSetShow(), unsetShow(), setShow(ShowType), GmlPackage.getMetaDataPropertyType_Show()
      • setTitle

        void setTitle​(String value)
        Sets the value of the 'Title' attribute.
        Parameters:
        value - the new value of the 'Title' attribute.
        See Also:
        getTitle()
      • isSetType

        boolean isSetType()
        Returns whether the value of the 'Type' attribute is set.
        Returns:
        whether the value of the 'Type' attribute is set.
        See Also:
        unsetType(), getType(), setType(String)