Uses of Class
au.edu.dstc.titanium.xml.xs3p.Links.Schema
-
Packages that use Links.Schema Package Description au.edu.dstc.titanium.xml.xs3p -
-
Uses of Links.Schema in au.edu.dstc.titanium.xml.xs3p
Fields in au.edu.dstc.titanium.xml.xs3p with type parameters of type Links.Schema Modifier and Type Field Description protected List<Links.Schema>Links. schemasMethods in au.edu.dstc.titanium.xml.xs3p that return Links.Schema Modifier and Type Method Description Links.SchemaObjectFactory. createLinksSchema()Create an instance ofLinks.SchemaLinks.SchemaLinks.Schema. withDocfileLocation(String value)Links.SchemaLinks.Schema. withFileLocation(String value)Methods in au.edu.dstc.titanium.xml.xs3p that return types with arguments of type Links.Schema Modifier and Type Method Description List<Links.Schema>Links. getSchemas()Gets the value of the schemas property.Methods in au.edu.dstc.titanium.xml.xs3p with parameters of type Links.Schema Modifier and Type Method Description LinksLinks. withSchemas(Links.Schema... values)Method parameters in au.edu.dstc.titanium.xml.xs3p with type arguments of type Links.Schema Modifier and Type Method Description voidLinks. setSchemas(List<Links.Schema> value)LinksLinks. withSchemas(Collection<Links.Schema> values)LinksLinks. withSchemas(List<Links.Schema> value)Constructor parameters in au.edu.dstc.titanium.xml.xs3p with type arguments of type Links.Schema Constructor Description Links(List<Links.Schema> schemas)Fully-initialising value constructor
-