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="2025-10-14T04:40:59Z") public class FileSetRef extends java.lang.ObjectJava 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 SummaryFields Modifier and Type Field Description protected java.lang.StringlocalName
 - 
Constructor SummaryConstructors Constructor Description FileSetRef()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLocalName()Gets the value of the localName property.voidsetLocalName(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="2025-10-14T04:40:59Z") 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="2025-10-14T04:40:59Z") public void setLocalName(java.lang.String value)Sets the value of the localName property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-