Uses of Interface
com.topografix.gpx.x1.x1.CopyrightType
-
Packages that use CopyrightType Package Description com.topografix.gpx.x1.x1 com.topografix.gpx.x1.x1.impl -
-
Uses of CopyrightType in com.topografix.gpx.x1.x1
Fields in com.topografix.gpx.x1.x1 with type parameters of type CopyrightType Modifier and Type Field Description static org.apache.xmlbeans.impl.schema.DocumentFactory<CopyrightType>CopyrightType. FactoryMethods in com.topografix.gpx.x1.x1 that return CopyrightType Modifier and Type Method Description CopyrightTypeMetadataType. addNewCopyright()Appends and returns a new empty "copyright" elementCopyrightTypeMetadataType. getCopyright()Gets the "copyright" elementMethods in com.topografix.gpx.x1.x1 with parameters of type CopyrightType Modifier and Type Method Description voidMetadataType. setCopyright(CopyrightType copyright)Sets the "copyright" element -
Uses of CopyrightType in com.topografix.gpx.x1.x1.impl
Classes in com.topografix.gpx.x1.x1.impl that implement CopyrightType Modifier and Type Class Description classCopyrightTypeImplAn XML copyrightType(@http://www.topografix.com/GPX/1/1).Methods in com.topografix.gpx.x1.x1.impl that return CopyrightType Modifier and Type Method Description CopyrightTypeMetadataTypeImpl. addNewCopyright()Appends and returns a new empty "copyright" elementCopyrightTypeMetadataTypeImpl. getCopyright()Gets the "copyright" elementMethods in com.topografix.gpx.x1.x1.impl with parameters of type CopyrightType Modifier and Type Method Description voidMetadataTypeImpl. setCopyright(CopyrightType copyright)Sets the "copyright" element
-