|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.dstc.titanium.xml.xs3p.Links.Schema
public static class Links.Schema
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="file-location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="docfile-location" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
docfileLocation
|
protected String |
fileLocation
|
| Constructor Summary | |
|---|---|
Links.Schema()
Default no-arg constructor |
|
Links.Schema(String fileLocation,
String docfileLocation)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getDocfileLocation()
Gets the value of the docfileLocation property. |
String |
getFileLocation()
Gets the value of the fileLocation property. |
void |
setDocfileLocation(String value)
Sets the value of the docfileLocation property. |
void |
setFileLocation(String value)
Sets the value of the fileLocation property. |
String |
toString()
|
Links.Schema |
withDocfileLocation(String value)
|
Links.Schema |
withFileLocation(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String fileLocation
protected String docfileLocation
| Constructor Detail |
|---|
public Links.Schema()
public Links.Schema(String fileLocation,
String docfileLocation)
| Method Detail |
|---|
public String getFileLocation()
Stringpublic void setFileLocation(String value)
value - allowed object is
Stringpublic String getDocfileLocation()
Stringpublic void setDocfileLocation(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Links.Schema withFileLocation(String value)
public Links.Schema withDocfileLocation(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||