public class FileAlias extends Object implements Serializable
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">
<attribute name="RawAlias" type="{http://www.CIP4.org/JDFSchema_2_0}hexBinary" />
<attribute name="Alias" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected Object |
fileSpecRef |
protected String |
rawAlias |
| Constructor and Description |
|---|
FileAlias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Gets the value of the alias property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
String |
getRawAlias()
Gets the value of the rawAlias property.
|
void |
setAlias(String value)
Sets the value of the alias property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setRawAlias(String value)
Sets the value of the rawAlias property.
|
protected String rawAlias
protected String alias
protected Object fileSpecRef
public String getRawAlias()
Stringpublic void setRawAlias(String value)
value - allowed object is
Stringpublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic Object getFileSpecRef()
ObjectCopyright © 2013. All Rights Reserved.