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

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

public class Links
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">
       <sequence>
         <element name="schema" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Links.Schema
          Java class for anonymous complex type.
 
Field Summary
protected  List<Links.Schema> schemas
           
 
Constructor Summary
Links()
          Default no-arg constructor
Links(List<Links.Schema> schemas)
          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)
           
 List<Links.Schema> getSchemas()
          Gets the value of the schemas property.
 void setSchemas(List<Links.Schema> value)
           
 String toString()
           
 Links withSchemas(Collection<Links.Schema> values)
           
 Links withSchemas(Links.Schema... values)
           
 Links withSchemas(List<Links.Schema> value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

schemas

protected List<Links.Schema> schemas
Constructor Detail

Links

public Links()
Default no-arg constructor


Links

public Links(List<Links.Schema> schemas)
Fully-initialising value constructor

Method Detail

getSchemas

public List<Links.Schema> getSchemas()
Gets the value of the schemas property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the schemas property.

For example, to add a new item, do as follows:

    getSchemas().add(newItem);
 

Objects of the following type(s) are allowed in the list Links.Schema


setSchemas

public void setSchemas(List<Links.Schema> value)

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

withSchemas

public Links withSchemas(Links.Schema... values)

withSchemas

public Links withSchemas(Collection<Links.Schema> values)

withSchemas

public Links withSchemas(List<Links.Schema> value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.