Package org.accellera.IPXACT_1685_2014
Class StringURIExpression
- java.lang.Object
-
- org.accellera.IPXACT_1685_2014.ComplexBaseExpression
-
- org.accellera.IPXACT_1685_2014.StringURIExpression
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.8", date="2024-11-14T04:42:42Z") public class StringURIExpression extends ComplexBaseExpression
IP-XACT URI, like a standard xs:anyURI except that it can contain environment variables in the ${ } form, to be replaced by their value to provide the underlying URIJava class for stringURIExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stringURIExpression"> <simpleContent> <extension base="<http://www.accellera.org/XMLSchema/IPXACT/1685-2014>complexBaseExpression"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </simpleContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
value
-
-
Constructor Summary
Constructors Constructor Description StringURIExpression()
-
Method Summary
-
Methods inherited from class org.accellera.IPXACT_1685_2014.ComplexBaseExpression
getOtherAttributes, getValue, setValue
-
-