Uses of Class
org.busdox.transport.identifiers._1.ParticipantIdentifierType
-
Packages that use ParticipantIdentifierType Package Description org.busdox.servicemetadata.locator._1 org.busdox.transport.identifiers._1 -
-
Uses of ParticipantIdentifierType in org.busdox.servicemetadata.locator._1
Fields in org.busdox.servicemetadata.locator._1 declared as ParticipantIdentifierType Modifier and Type Field Description protected ParticipantIdentifierTypeMigrationRecordType. participantIdentifierprotected ParticipantIdentifierTypeServiceMetadataPublisherServiceForParticipantType. participantIdentifierFields in org.busdox.servicemetadata.locator._1 with type parameters of type ParticipantIdentifierType Modifier and Type Field Description protected List<ParticipantIdentifierType>ParticipantIdentifierPageType. participantIdentifierMethods in org.busdox.servicemetadata.locator._1 that return ParticipantIdentifierType Modifier and Type Method Description ParticipantIdentifierTypeMigrationRecordType. getParticipantIdentifier()Gets the value of the participantIdentifier property.ParticipantIdentifierTypeServiceMetadataPublisherServiceForParticipantType. getParticipantIdentifier()Gets the value of the participantIdentifier property.Methods in org.busdox.servicemetadata.locator._1 that return types with arguments of type ParticipantIdentifierType Modifier and Type Method Description List<ParticipantIdentifierType>ParticipantIdentifierPageType. getParticipantIdentifier()Gets the value of the participantIdentifier property.Methods in org.busdox.servicemetadata.locator._1 with parameters of type ParticipantIdentifierType Modifier and Type Method Description voidMigrationRecordType. setParticipantIdentifier(ParticipantIdentifierType value)Sets the value of the participantIdentifier property.voidServiceMetadataPublisherServiceForParticipantType. setParticipantIdentifier(ParticipantIdentifierType value)Sets the value of the participantIdentifier property. -
Uses of ParticipantIdentifierType in org.busdox.transport.identifiers._1
Methods in org.busdox.transport.identifiers._1 that return ParticipantIdentifierType Modifier and Type Method Description ParticipantIdentifierTypeObjectFactory. createParticipantIdentifierType()Create an instance ofParticipantIdentifierTypeMethods in org.busdox.transport.identifiers._1 that return types with arguments of type ParticipantIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createParticipantIdentifier(ParticipantIdentifierType value)jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createRecipientIdentifier(ParticipantIdentifierType value)jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createSenderIdentifier(ParticipantIdentifierType value)Methods in org.busdox.transport.identifiers._1 with parameters of type ParticipantIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createParticipantIdentifier(ParticipantIdentifierType value)jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createRecipientIdentifier(ParticipantIdentifierType value)jakarta.xml.bind.JAXBElement<ParticipantIdentifierType>ObjectFactory. createSenderIdentifier(ParticipantIdentifierType value)
-