Class FileSetRef
- java.lang.Object
-
- org.spiritconsortium.SPIRIT_1685_2009.FileSetRef
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public class FileSetRef extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="localName" type="{http://www.w3.org/2001/XMLSchema}Name"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
localName
-
Constructor Summary
Constructors Constructor Description FileSetRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLocalName()
Gets the value of the localName property.void
setLocalName(java.lang.String value)
Sets the value of the localName property.
-
-
-
Method Detail
-
getLocalName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public java.lang.String getLocalName()
Gets the value of the localName property.- Returns:
- possible object is
String
-
setLocalName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2024-11-14T04:42:50Z") public void setLocalName(java.lang.String value)
Sets the value of the localName property.- Parameters:
value
- allowed object isString
-
-