Class UPDMProfile.MaterielStereotype

    • Field Detail

      • AFFECTEDFUNCTIONS

        public static final java.lang.String AFFECTEDFUNCTIONS
        The Functions affected by the ResourceInteractionItem.
        See Also:
        Constant Field Values
      • PHYSICALLOCATION

        public static final java.lang.String PHYSICALLOCATION
        See Also:
        Constant Field Values
      • REQUIREDENVIRONMENT

        public static final java.lang.String REQUIREDENVIRONMENT
        See Also:
        Constant Field Values
      • URI

        public static final java.lang.String URI
        Unique identifier for the element.
        See Also:
        Constant Field Values
      • ACTUALPROPERTYSET

        public static final java.lang.String ACTUALPROPERTYSET
        The actual measurements to which the element must conform.
        See Also:
        Constant Field Values
      • CONFORMSTO

        public static final java.lang.String CONFORMSTO
        Standard that this UPDM element is conforming to.
        See Also:
        Constant Field Values
      • ENDBOUNDARYTYPE

        public static final java.lang.String ENDBOUNDARYTYPE
        End time of boundary.
        See Also:
        Constant Field Values
      • PROPERTYSET

        public static final java.lang.String PROPERTYSET
        Types of measurements corresponding to the actual measurements.
        See Also:
        Constant Field Values
      • STARTBOUNDARYTYPE

        public static final java.lang.String STARTBOUNDARYTYPE
        Start time of a boundary.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MaterielStereotype

        protected MaterielStereotype​(UPDMProfile profile)
    • Method Detail

      • getAffectedFunctionsProperty

        @CheckForNull
        public Property getAffectedFunctionsProperty()
      • getPhysicalLocationProperty

        @CheckForNull
        public Property getPhysicalLocationProperty()
      • getRequiredEnvironmentProperty

        @CheckForNull
        public Property getRequiredEnvironmentProperty()
      • getURIProperty

        @CheckForNull
        public Property getURIProperty()
      • getActualPropertySetProperty

        @CheckForNull
        public Property getActualPropertySetProperty()
      • getConformsToProperty

        @CheckForNull
        public Property getConformsToProperty()
      • getEndBoundaryTypeProperty

        @CheckForNull
        public Property getEndBoundaryTypeProperty()
      • getPropertySetProperty

        @CheckForNull
        public Property getPropertySetProperty()
      • getStartBoundaryTypeProperty

        @CheckForNull
        public Property getStartBoundaryTypeProperty()
      • getAppliesToProperty

        @CheckForNull
        public Property getAppliesToProperty()
      • setAffectedFunctions

        public void setAffectedFunctions​(Element element,
                                         @CheckForNull
                                         java.util.Collection<? extends Element> value)
      • clearAffectedFunctions

        public void clearAffectedFunctions​(Element element)
      • addAffectedFunctions

        public void addAffectedFunctions​(Element element,
                                         Element value)
      • removeAffectedFunctions

        public void removeAffectedFunctions​(Element element,
                                            Element value)
      • getAffectedFunctions

        public java.util.List<Element> getAffectedFunctions​(Element element)
      • setPhysicalLocation

        public void setPhysicalLocation​(Element element,
                                        @CheckForNull
                                        Element value)
      • clearPhysicalLocation

        public void clearPhysicalLocation​(Element element)
      • getPhysicalLocation

        @CheckForNull
        public Element getPhysicalLocation​(Element element)
      • setRequiredEnvironment

        public void setRequiredEnvironment​(Element element,
                                           @CheckForNull
                                           java.util.Collection<? extends Element> value)
      • clearRequiredEnvironment

        public void clearRequiredEnvironment​(Element element)
      • addRequiredEnvironment

        public void addRequiredEnvironment​(Element element,
                                           Element value)
      • removeRequiredEnvironment

        public void removeRequiredEnvironment​(Element element,
                                              Element value)
      • getRequiredEnvironment

        public java.util.List<Element> getRequiredEnvironment​(Element element)
      • setURI

        public void setURI​(Element element,
                           @CheckForNull
                           java.lang.String value)
      • clearURI

        public void clearURI​(Element element)
      • getURI

        @CheckForNull
        public java.lang.String getURI​(Element element)
      • setActualPropertySet

        public void setActualPropertySet​(Element element,
                                         @CheckForNull
                                         java.util.Collection<? extends Element> value)
      • clearActualPropertySet

        public void clearActualPropertySet​(Element element)
      • addActualPropertySet

        public void addActualPropertySet​(Element element,
                                         Element value)
      • removeActualPropertySet

        public void removeActualPropertySet​(Element element,
                                            Element value)
      • getActualPropertySet

        public java.util.List<Element> getActualPropertySet​(Element element)
      • setConformsTo

        public void setConformsTo​(Element element,
                                  @CheckForNull
                                  java.util.Collection<? extends Element> value)
      • clearConformsTo

        public void clearConformsTo​(Element element)
      • addConformsTo

        public void addConformsTo​(Element element,
                                  Element value)
      • removeConformsTo

        public void removeConformsTo​(Element element,
                                     Element value)
      • getConformsTo

        public java.util.List<Element> getConformsTo​(Element element)
      • setEndBoundaryType

        public void setEndBoundaryType​(Element element,
                                       @CheckForNull
                                       Element value)
      • clearEndBoundaryType

        public void clearEndBoundaryType​(Element element)
      • getEndBoundaryType

        @CheckForNull
        public Element getEndBoundaryType​(Element element)
      • setPropertySet

        public void setPropertySet​(Element element,
                                   @CheckForNull
                                   java.util.Collection<? extends Element> value)
      • clearPropertySet

        public void clearPropertySet​(Element element)
      • addPropertySet

        public void addPropertySet​(Element element,
                                   Element value)
      • removePropertySet

        public void removePropertySet​(Element element,
                                      Element value)
      • getPropertySet

        public java.util.List<Element> getPropertySet​(Element element)
      • setStartBoundaryType

        public void setStartBoundaryType​(Element element,
                                         @CheckForNull
                                         Element value)
      • clearStartBoundaryType

        public void clearStartBoundaryType​(Element element)
      • getStartBoundaryType

        @CheckForNull
        public Element getStartBoundaryType​(Element element)
      • setAppliesTo

        public void setAppliesTo​(Element element,
                                 @CheckForNull
                                 java.util.Collection<? extends Element> value)
      • clearAppliesTo

        public void clearAppliesTo​(Element element)
      • addAppliesTo

        public void addAppliesTo​(Element element,
                                 Element value)
      • removeAppliesTo

        public void removeAppliesTo​(Element element,
                                    Element value)
      • getAppliesTo

        public java.util.List<Element> getAppliesTo​(Element element)
      • is

        public boolean is​(@CheckForNull
                          Element element)
      • isInstance

        public static boolean isInstance​(@CheckForNull
                                         Element element)