Uses of Class
org.hisrc.w3c.oasis.xal.v_2_0.Department
-
-
Uses of Department in org.hisrc.w3c.oasis.xal.v_2_0
Fields in org.hisrc.w3c.oasis.xal.v_2_0 declared as Department Modifier and Type Field Description protected DepartmentLargeMailUserType. departmentFields in org.hisrc.w3c.oasis.xal.v_2_0 with type parameters of type Department Modifier and Type Field Description protected List<Department>FirmType. departmentMethods in org.hisrc.w3c.oasis.xal.v_2_0 that return types with arguments of type Department Modifier and Type Method Description List<Department>FirmType. getDepartment()Gets the value of the department property.Methods in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type Department Modifier and Type Method Description voidLargeMailUserType. setDepartment(Department value)Sets the value of the department property.FirmTypeFirmType. withDepartment(Department... values)LargeMailUserTypeLargeMailUserType. withDepartment(Department value)Method parameters in org.hisrc.w3c.oasis.xal.v_2_0 with type arguments of type Department Modifier and Type Method Description voidFirmType. setDepartment(List<Department> value)FirmTypeFirmType. withDepartment(Collection<Department> values)FirmTypeFirmType. withDepartment(List<Department> value)Constructors in org.hisrc.w3c.oasis.xal.v_2_0 with parameters of type Department Constructor Description LargeMailUserType(List<AddressLine> addressLine, List<LargeMailUserType.LargeMailUserName> largeMailUserName, LargeMailUserType.LargeMailUserIdentifier largeMailUserIdentifier, List<BuildingNameType> buildingName, Department department, PostBox postBox, Thoroughfare thoroughfare, PostalCode postalCode, List<Object> any, String type, Map<QName,String> otherAttributes)Fully-initialising value constructor
-