au.edu.dstc.titanium.xml.xs3p
Class Links.Schema

java.lang.Object
  extended by au.edu.dstc.titanium.xml.xs3p.Links.Schema
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString
Enclosing class:
Links

public static class Links.Schema
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

fileLocation

protected String fileLocation

docfileLocation

protected String docfileLocation
Constructor Detail

Links.Schema

public Links.Schema()
Default no-arg constructor


Links.Schema

public Links.Schema(String fileLocation,
                    String docfileLocation)
Fully-initialising value constructor

Method Detail

getFileLocation

public String getFileLocation()
Gets the value of the fileLocation property.

Returns:
possible object is String

setFileLocation

public void setFileLocation(String value)
Sets the value of the fileLocation property.

Parameters:
value - allowed object is String

getDocfileLocation

public String getDocfileLocation()
Gets the value of the docfileLocation property.

Returns:
possible object is String

setDocfileLocation

public void setDocfileLocation(String value)
Sets the value of the docfileLocation property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withFileLocation

public Links.Schema withFileLocation(String value)

withDocfileLocation

public Links.Schema withDocfileLocation(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.