Uses of Class
org.somda.sdc.dpws.soap.wsaddressing.model.MetadataType
-
Packages that use MetadataType Package Description org.somda.sdc.dpws.soap.wsaddressing.model -
-
Uses of MetadataType in org.somda.sdc.dpws.soap.wsaddressing.model
Fields in org.somda.sdc.dpws.soap.wsaddressing.model declared as MetadataType Modifier and Type Field Description protected MetadataTypeEndpointReferenceType. metadataMethods in org.somda.sdc.dpws.soap.wsaddressing.model that return MetadataType Modifier and Type Method Description MetadataTypeObjectFactory. createMetadataType()Create an instance ofMetadataTypeMetadataTypeEndpointReferenceType. getMetadata()Ruft den Wert der metadata-Eigenschaft ab.Methods in org.somda.sdc.dpws.soap.wsaddressing.model that return types with arguments of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>ObjectFactory. createMetadata(MetadataType value)Methods in org.somda.sdc.dpws.soap.wsaddressing.model with parameters of type MetadataType Modifier and Type Method Description javax.xml.bind.JAXBElement<MetadataType>ObjectFactory. createMetadata(MetadataType value)voidEndpointReferenceType. setMetadata(MetadataType value)Legt den Wert der metadata-Eigenschaft fest.
-