Uses of Class
net.opengis.waterml.v_2_0.DocumentMetadataType
-
-
Uses of DocumentMetadataType in net.opengis.waterml.v_2_0
Fields in net.opengis.waterml.v_2_0 declared as DocumentMetadataType Modifier and Type Field Description protected DocumentMetadataTypeDocumentMetadataPropertyType. documentMetadataMethods in net.opengis.waterml.v_2_0 that return DocumentMetadataType Modifier and Type Method Description DocumentMetadataTypeObjectFactory. createDocumentMetadataType()Create an instance ofDocumentMetadataTypeDocumentMetadataTypeDocumentMetadataPropertyType. getDocumentMetadata()Gets the value of the documentMetadata property.DocumentMetadataTypeDocumentMetadataType. withGenerationDate(XMLGregorianCalendar value)DocumentMetadataTypeDocumentMetadataType. withGenerationSystem(String value)DocumentMetadataTypeDocumentMetadataType. withProfile(Collection<ReferenceType> values)DocumentMetadataTypeDocumentMetadataType. withProfile(List<ReferenceType> value)DocumentMetadataTypeDocumentMetadataType. withProfile(ReferenceType... values)DocumentMetadataTypeDocumentMetadataType. withVersion(ReferenceType value)Methods in net.opengis.waterml.v_2_0 that return types with arguments of type DocumentMetadataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DocumentMetadataType>ObjectFactory. createDocumentMetadata(DocumentMetadataType value)Methods in net.opengis.waterml.v_2_0 with parameters of type DocumentMetadataType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<DocumentMetadataType>ObjectFactory. createDocumentMetadata(DocumentMetadataType value)voidDocumentMetadataPropertyType. setDocumentMetadata(DocumentMetadataType value)Sets the value of the documentMetadata property.DocumentMetadataPropertyTypeDocumentMetadataPropertyType. withDocumentMetadata(DocumentMetadataType value)Constructors in net.opengis.waterml.v_2_0 with parameters of type DocumentMetadataType Constructor Description DocumentMetadataPropertyType(DocumentMetadataType documentMetadata, List<String> nilReason, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate, Boolean owns)Fully-initialising value constructor
-