Uses of Class
network.oxalis.peppol.ubl2.jaxb.cac.PersonType
-
Packages that use PersonType Package Description network.oxalis.peppol.ubl2.jaxb.cac -
-
Uses of PersonType in network.oxalis.peppol.ubl2.jaxb.cac
Fields in network.oxalis.peppol.ubl2.jaxb.cac declared as PersonType Modifier and Type Field Description protected PersonTypeShipmentStageType. masterPersonprotected PersonTypeShipmentStageType. reportingPersonprotected PersonTypeShipmentStageType. securityOfficerPersonprotected PersonTypeShipmentStageType. shipsSurgeonPersonFields in network.oxalis.peppol.ubl2.jaxb.cac with type parameters of type PersonType Modifier and Type Field Description protected List<PersonType>ShipmentStageType. crewMemberPersonprotected List<PersonType>ShipmentStageType. driverPersonprotected List<PersonType>ShipmentStageType. passengerPersonprotected List<PersonType>PartyType. personprotected List<PersonType>AwardingTermsType. technicalCommitteePersonMethods in network.oxalis.peppol.ubl2.jaxb.cac that return PersonType Modifier and Type Method Description PersonTypeObjectFactory. createPersonType()Create an instance ofPersonTypePersonTypeShipmentStageType. getMasterPerson()Gets the value of the masterPerson property.PersonTypeShipmentStageType. getReportingPerson()Gets the value of the reportingPerson property.PersonTypeShipmentStageType. getSecurityOfficerPerson()Gets the value of the securityOfficerPerson property.PersonTypeShipmentStageType. getShipsSurgeonPerson()Gets the value of the shipsSurgeonPerson property.Methods in network.oxalis.peppol.ubl2.jaxb.cac that return types with arguments of type PersonType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createCrewMemberPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createDriverPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createMasterPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createPassengerPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createReportingPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createSecurityOfficerPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createShipsSurgeonPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createTechnicalCommitteePerson(PersonType value)List<PersonType>ShipmentStageType. getCrewMemberPerson()Gets the value of the crewMemberPerson property.List<PersonType>ShipmentStageType. getDriverPerson()Gets the value of the driverPerson property.List<PersonType>ShipmentStageType. getPassengerPerson()Gets the value of the passengerPerson property.List<PersonType>PartyType. getPerson()Gets the value of the person property.List<PersonType>AwardingTermsType. getTechnicalCommitteePerson()Gets the value of the technicalCommitteePerson property.Methods in network.oxalis.peppol.ubl2.jaxb.cac with parameters of type PersonType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createCrewMemberPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createDriverPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createMasterPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createPassengerPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createReportingPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createSecurityOfficerPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createShipsSurgeonPerson(PersonType value)jakarta.xml.bind.JAXBElement<PersonType>ObjectFactory. createTechnicalCommitteePerson(PersonType value)voidShipmentStageType. setMasterPerson(PersonType value)Sets the value of the masterPerson property.voidShipmentStageType. setReportingPerson(PersonType value)Sets the value of the reportingPerson property.voidShipmentStageType. setSecurityOfficerPerson(PersonType value)Sets the value of the securityOfficerPerson property.voidShipmentStageType. setShipsSurgeonPerson(PersonType value)Sets the value of the shipsSurgeonPerson property.
-