Uses of Interface
org.isotc211.x2005.gmd.LISourcePropertyType
-
Packages that use LISourcePropertyType Package Description org.isotc211.x2005.gmd org.isotc211.x2005.gmd.impl -
-
Uses of LISourcePropertyType in org.isotc211.x2005.gmd
Methods in org.isotc211.x2005.gmd that return LISourcePropertyType Modifier and Type Method Description LISourcePropertyTypeLILineageType. addNewSource()Appends and returns a new empty value (as xml) as the last "source" elementLISourcePropertyTypeLIProcessStepType. addNewSource()Appends and returns a new empty value (as xml) as the last "source" elementLISourcePropertyType[]LILineageType. getSourceArray()Gets array of all "source" elementsLISourcePropertyTypeLILineageType. getSourceArray(int i)Gets ith "source" elementLISourcePropertyType[]LIProcessStepType. getSourceArray()Gets array of all "source" elementsLISourcePropertyTypeLIProcessStepType. getSourceArray(int i)Gets ith "source" elementLISourcePropertyTypeLILineageType. insertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementLISourcePropertyTypeLIProcessStepType. insertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementstatic LISourcePropertyTypeLISourcePropertyType.Factory. newInstance()static LISourcePropertyTypeLISourcePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(File file)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(InputStream is)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(Reader r)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(String xmlAsString)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(URL u)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(XMLStreamReader sr)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LISourcePropertyTypeLISourcePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LISourcePropertyTypeLISourcePropertyType.Factory. parse(Node node)static LISourcePropertyTypeLISourcePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.isotc211.x2005.gmd with parameters of type LISourcePropertyType Modifier and Type Method Description voidLILineageType. setSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidLILineageType. setSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" elementvoidLIProcessStepType. setSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidLIProcessStepType. setSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" element -
Uses of LISourcePropertyType in org.isotc211.x2005.gmd.impl
Classes in org.isotc211.x2005.gmd.impl that implement LISourcePropertyType Modifier and Type Class Description classLISourcePropertyTypeImplAn XML LI_Source_PropertyType(@http://www.isotc211.org/2005/gmd).Methods in org.isotc211.x2005.gmd.impl that return LISourcePropertyType Modifier and Type Method Description LISourcePropertyTypeLILineageTypeImpl. addNewSource()Appends and returns a new empty value (as xml) as the last "source" elementLISourcePropertyTypeLIProcessStepTypeImpl. addNewSource()Appends and returns a new empty value (as xml) as the last "source" elementLISourcePropertyType[]LILineageTypeImpl. getSourceArray()Gets array of all "source" elementsLISourcePropertyTypeLILineageTypeImpl. getSourceArray(int i)Gets ith "source" elementLISourcePropertyType[]LIProcessStepTypeImpl. getSourceArray()Gets array of all "source" elementsLISourcePropertyTypeLIProcessStepTypeImpl. getSourceArray(int i)Gets ith "source" elementLISourcePropertyTypeLILineageTypeImpl. insertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementLISourcePropertyTypeLIProcessStepTypeImpl. insertNewSource(int i)Inserts and returns a new empty value (as xml) as the ith "source" elementMethods in org.isotc211.x2005.gmd.impl with parameters of type LISourcePropertyType Modifier and Type Method Description voidLILineageTypeImpl. setSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidLILineageTypeImpl. setSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" elementvoidLIProcessStepTypeImpl. setSourceArray(int i, LISourcePropertyType source)Sets ith "source" elementvoidLIProcessStepTypeImpl. setSourceArray(LISourcePropertyType[] sourceArray)Sets array of all "source" element
-